@charset "utf-8";


/*@font-face {*/
/*    font-family: 'iconfont';  !* project id 1573996 *!*/
/*    src: url('//at.alicdn.com/t/font_1573996_3ltm9xszs9u.eot');*/
/*    src: url('//at.alicdn.com/t/font_1573996_3ltm9xszs9u.eot?#iefix') format('embedded-opentype'),*/
/*    url('//at.alicdn.com/t/font_1573996_3ltm9xszs9u.woff2') format('woff2'),*/
/*    url('//at.alicdn.com/t/font_1573996_3ltm9xszs9u.woff') format('woff'),*/
/*    url('//at.alicdn.com/t/font_1573996_3ltm9xszs9u.ttf') format('truetype'),*/
/*    url('//at.alicdn.com/t/font_1573996_3ltm9xszs9u.svg#iconfont') format('svg');*/
/*}*/

@font-face {
    font-family: 'iconfont';  /* Project id 1573996 */
    src: url('//at.alicdn.com/t/font_1573996_ufqj1e0sthr.woff2?t=1654567757057') format('woff2'),
    url('//at.alicdn.com/t/font_1573996_ufqj1e0sthr.woff?t=1654567757057') format('woff'),
    url('//at.alicdn.com/t/font_1573996_ufqj1e0sthr.ttf?t=1654567757057') format('truetype');
}
body{

}
html {
    height: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.container {
    width: 1140px;
    margin: auto;
    position: relative;
}

.row {
    display: block;
    position: relative;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0 0 0 0;
    color: #262626;
    min-height: 100%;
    position: relative;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0;
    padding: 0;
}

.bg-main {
    background-color: #6e93d8 !important;
}

.color-main {
    color: #6e93d8 !important;
}

.color-lesser {
    color: #349aff !important;
}

.color-link {
    color: #349aff !important;
}

.color-black {
    color: #262626 !important;
}

.color-ash {
    color: #8c8c8c !important;
}

.color-white {
    color: #fff !important;
}


.size1 {
    font-size: 12px;
    line-height: 18px;
}

.size2 {
    font-size: 14px;
    line-height: 20px;
}

.size3 {
    font-size: 16px;
    line-height: 22px;
}

.size4 {
    font-size: 18px;
    line-height: 24px;
}

.size5 {
    font-size: 20px;
    line-height: 26px;
}

.size6 {
    font-size: 24px;
    line-height: 30px;
}

.size8 {
    font-size: 36px;
    line-height: 42px;
}

.text-ellipsis-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-header {
    /*background: url("../images/header-bg.png") no-repeat center top;*/
    background: #5C80BD;
    height: 100px;
    width: 100%;
    position: relative;
}

.logo {
    color: #fff;
}

.logo a {
    padding: 18px 0;
}

.logo p span {
    font-weight: bold;
    font-size: 36px;
    vertical-align: top;
    line-height: 42px;
    float: left;
}

.logo p i {
    font-weight: bold;
    font-size: 42px;
    vertical-align: top;
    float: left;
    margin-right: 10px;
    font-weight: 100;
}

.index-header .left {
    position: absolute;
    left: 0;
    width: 40%;
    height: 360px;
}

.index-header .left .time {
    margin-top: 50px;
}

.green {
    color: #1ee407;
}

.yellow {
    color: #ffff0c;
}

.orange {
    color: #fd6808;
}

.red {
    color: #fb0006;
}

.purple {
    color: #85003b;
}

.brown {
    color: #6a001b;
}

.index-header .left .air-state a.brown:after {
    content: " 严重污染"
}

.index-header .right {
    position: absolute;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    width: 60%;
    right: 0;
    border: 1px solid #f9f9f9;
    height: 360px;
}

.search {
    height: 46px;
    margin-top: 12px;
    position: relative;
    z-index: 999;
}

.search input, .search button {
    height: 46px;
    vertical-align: top;
    border: none;
}

.search input {
    width: 70%;
    padding-left: 20px;
    line-height: 46px;
    box-sizing: content-box;
    padding-top: 0;
    padding-bottom: 0;
}

.search button {
    width: 20%;
    background: #6e93d8;
    cursor: pointer;
}

.search button:hover {
    background: #6585c9;;
}

.search ul {
    list-style: none;
    position: absolute;
    width: 428px;
    background: #fff;
    top: 46px;
    border: 1px solid #e6e6e6;
}

.search ul li {
    border-top: 1px solid #e6e6e6;
    padding: 8px;
}

.search ul li a {
    font-size: 12px;
}

.data_graph {
    background: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    height: 360px;
}

.carousel-indicators .active {
    background: #6e93d8;
}

.carousel-indicators li {
    background: #e6e6e6;
}

.notice {
    background: #f9f9f9;
    padding: 8px 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 88%;
}

.history {
    display: block;
    padding-top: 12px;
    height: 16px;
}

.history {
    color: #fff;
    font-size: 12px;
    margin-right: 12px;
}

.history a {
    margin-right: 10px;
}

.column-title {
    border-bottom: 1px solid #e6e6e6;
}

.column-title p {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
    padding: 0 0 10px 14px;
    font-size: 24px;
    font-weight: 400;
}

.column-content {
    font-size: 0;
    margin: 20px 0 40px 0;
}

.column-content a {
    width: 13%;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ececec;
    text-align: center;
    padding: 20px 10px 12px 10px;
    margin: 10px 2.08% 10px 0;
    height: 120px;
    vertical-align: top;
}

.column-content a:hover {
    background: #f9f9f9;
}

.column-content a:nth-child(6n) {
    margin-right: 0;
}

.column-content a i {
    font-size: 50px;
    color: #6e93d8;
    font-family: 'iconfont', '微软雅黑' !important;
}

.column-content a h5 {
    font-size: 14px;
    color: #262626;
    font-weight: 500;
    margin-top: 20px;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

.column-content a p {
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
}

.column-content button {
    position: absolute;
    right: -42px;
    bottom: 0;
    background: none;
    border: none;
    font-size: 30px;
    color: #8c8c8c;
    cursor: pointer;
}

.column-content button:hover {
    color: #6e93d8;
}

.sidebar {
    position: absolute;
    width: 140px;
    left: 0;
    right: 1300px;
    bottom: 245px;
    margin: auto;
    text-align: right;
    z-index: 9;
}

.sidebar ul {
    line-height: 18px;
    position: relative;
    list-style: none;

}

.sidebar ul::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 110%;
    right: 0;
    background-color: #dcdcdc;
    z-index: 1;
    margin-top: -10%;
}

.sidebar ul .active {
    border-right: 2px solid #06A3EB;
    z-index: 9;
    position: relative;
    font-weight: bold;
}

.sidebar ul .active a {
    color: #262626;
}

.sidebar ul li a {
    color: #8c8c8c;
}

.sidebar div a img {
    margin-top: 10px;
    width: 122px;
}

.sidebar ul li {
    margin-bottom: 10px;
    cursor: pointer;
    z-index: 10;
    position: relative;
    font-size: 14px;
    padding-right: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar.fixed {
    position: fixed;
}

.main-footer {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    padding: 20px 0;
}

.main-footer .gov-logo {
    border-right: 1px solid #999;
    margin-right: 12px;
    float: left;
}

.main-footer .gov-logo > div {
    text-align: right;
}

.main-footer .gov-text {
    float: left;
    margin-top: 25px;
    font-size: 12px;
}

.main-footer .t-center {
    position: relative;
    left: 50%;
    float: left;
    margin-left: -360px;
}

.main-footer a {
    color: #333333;
    text-decoration: none;
}

.popular-header {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e6e6e6;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.breadcrumb li {
    display: inline;
}

.data-nav {
    height: 60px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 20px 0;
    position: relative;
}

.data-nav .left {
    position: absolute;
    left: 0;
    line-height: 24px;
    top: 15px;
    font-weight: bold;
}

.data-nav .left button {
    background: #fff;
    border: none;
    border-right: 1px solid #e6e6e6;
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.data-nav .left button:nth-last-child(1) {
    border: none;
}

.data-nav .left .active {
    color: #6e93d8;
}

.data-nav .right {
    width: 400px;
    position: absolute;
    right: 0;
}

.data-nav .right .search input {
    border: 1px solid #e6e6e6;
    line-height: 30px;
    height: 34px;
    background: #f9f9f9;
}

.data-nav .right .search button {
    height: 36px;
}

.filter span {
    margin-right: 40px;
    display: inline-block;
    margin-bottom: 20px;
}

.filter span label {
    color: #8c8c8c;
    font-size: 14px;
    vertical-align: middle;
}

.filter span select {
    width: 100px;
    height: 34px;
    border: 1px solid #e6e6e6;
}

.filter span input {
    padding-left: 5px;
    font-size: 14px;
    width: 200px;
    height: 34px;
    border: 1px solid #e6e6e6;
}

.filter .search {
    text-align: center;
}

.filter .search button {
    height: 34px;
}

.list {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    margin-top: 10px;
}

.list thead {
    background: #f9f9f9;
}

.statistics .list thead {
    background: #dadada;
}

.statistics .list tbody td:nth-child(1) {
    text-align: center;
}

.statistics .list tfoot {
    background: #ededed;
}

.statistics .list tfoot td {
    text-align: center;
}

.statistics .list tfoot td button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    color: #9f9f9f;
    font-weight: lighter;
}

.statistics .list tbody {
    background: #ffffff;
}

.list thead td {
    font-weight: bold;
    text-align: center;
}

.list td {
    border: 1px solid #e6e6e6;
    padding: 10px;
}

.list td a {
    color: #6e93d8;
}

.download {
    padding: 30px 20px;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    margin: 20px 0;
}

.download .check span {
    font-size: 14px;
    color: #8c8c8c;
}

label.bui-checkbox-label input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
}

label.bui-checkbox-label .bui-checkbox {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    vertical-align: -2px;
    margin-right: 5px;
    cursor: pointer;
}

label.bui-checkbox-label .bui-checkbox.active {
    background-image: url("../images/correct.png");
    background-color: #fff;
    border: none;
}

.download button {
    width: 30%;
    background: #6e93d8;
    cursor: pointer;;
    border: none;
    color: #fff;
    padding: 10px 0;
    margin-top: 20px;
}

.download button:hover {
    background: #6585c9;
}

.statistics h4 {
    color: #6585c9;
    font-size: 24px;
}

.statistics .info {
    margin-top: 20px;
}

.statistics .info span {
    width: 22%;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
}

.pagination {
    margin-top: 20px;
    height: 35px;
}

.pagination ul {
    float: right;
    list-style: none;
}

.pagination li {
    float: left;
}

.pagination li.active .page-link {
    color: #fff;
    background-color: #6e93d8;
    border: 1px solid #dee2e6;
}

.page-desc {
    position: relative;
    display: block;
    padding: 8px 12px;
    line-height: 1.25;
    color: #999999;
    background-color: #fff;
    font-size: 14px;
    box-sizing: content-box;
}

.page-link {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    color: #6e93d8;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 14px;
    box-sizing: content-box;
}

.page-link:hover {
    background: #f9f9f9;
}

.popup {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all .3s;
}

.popup .dialog {
    background: #fff;
    width: 800px;
    position: relative;
    left: 50%;
    top: 100px;
    margin-left: -400px;
    border: 1px solid #e6e6e6;
}

.popup .dialog .header {
    min-height: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.popup .dialog .header button {
    position: absolute;
    background: none;
    border: none;
    right: 12px;
    top: 12px;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    cursor: pointer;
    color: #8c8c8c;
    width: 20px;
}

.popup .dialog .header button:hover {
    color: #262626;
}

.popup .dialog .body {
    min-height: 40px;
    max-height: 484px;
    overflow: auto;
}

.popup .dialog .footer {
    min-height: 40px;
    border-top: 1px solid #e6e6e6;
}

.popup .dialog .footer button {
    width: 30%;
    background: #6e93d8;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 10px 0;
}

.popup .dialog .footer button:hover {
    background: #6585c9;
}

.popup .dialog > div {
    padding: 12px;
}

.popup.fade {
    visibility: hidden;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.popup.show {
    visibility: inherit;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.bg-base {
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
}

.weather {
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.29);
    margin-left: 20px;
    margin-top: 5px;
}

.weather > div {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}

.weather > a > ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
}

.weather > a > ul li {
    padding: 5px 0;
}

.weather > a > ul li:nth-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.weather > a > ul li span:nth-child(1) {
    display: inline-block;
    width: 120px;
}

.weather p {
    color: #fff;
}

.weather button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.weather button:hover {
    color: #98c1ff;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    /*padding: 14px 0 6px 0;*/
    padding: 6px 0 6px 0;
}

.header-nav ul li a {
    color: #727475;
}

.header-nav ul{
    list-style: none;
}

.header-nav ul li a:visited {
    color: #727475;
}

.index-header .header-nav ul li a {
    color: white;
}

.index-header .header-nav ul li a:visited {
    color: white;
}

.index-header .pub-userpanel ul li a {
    color: #0d1c28;
}

.index-header .pub-userpanel ul li a:visited {
    color: #0d1c28;
}

.pub-userpanel {
    position: relative;
}

.pub-userpanel-dropdown {
    display: none;
    position: absolute;
    top: 2rem;
    right: 0;
    background-color: #fff;
    z-index: 99;
    width: 10.75rem;
    padding: .2rem 1.2rem;
    box-shadow: 0 0.1rem 0.75rem rgbA(19,19,19,0.15);
}

.pub-userpanel-dropdown li{
    display: block;
    padding: .55rem 0;
    line-height: 1.4rem;
    font-size: 14px;
}

.pub-userpanel-dropdown a {
    color: #0d1c28;
}

.bg-base {
    padding: 0px 10px 50px 10px;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
}

.base-info {
    margin-top: 10px;
    position: relative;
}

.fixed-top {
    position: fixed;
    background: #3190fa;
    width: 100%;
    z-index: 9;
}

.head-content {
    margin: 20px auto;
    display: inline-block;
    width: 100%;
    height: 335px;
    background-size: 100%;
    box-sizing: border-box;
}

.head-content .frame {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 20px;
    font-size: 0;
}

.head-content .frame > div {
    display: inline-block;
    font-size: 14px;
    width: 33.3333%;
    padding-bottom: 30px;
    vertical-align: top;
}

.head-content .frame > div img {
    display: block;
    margin: auto;
}

.head-content .frame > div button {
    color: #fff;
    background-color: #5bc0de;
    border: none;
    height: 34px;
    width: 120px;
    border-radius: 4px;
}

.head-content .frame > div p {
    height: 34px;
    margin: 0;
    line-height: 34px;
    color: #0980BF;
    font-weight: 900;
}

.head-content .shadow {
    display: block;
    width: 100%;
}

.report-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #16385e;
    color: #16385e;
    text-align: left;
    padding: 10px 0;
}

.report-list {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

.report-list td {
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    line-height: 20px;
    padding: 8px 0;
}

.report-list td:nth-child(1) {
    width: 140px;
}

.report-list td:nth-child(3) {
    width: 140px;
    text-align: center;
}

.report-list td:nth-child(4) {
    width: 140px;
    text-align: right;
}

.report-list thead td {
    color: #8c8c8c;
}

.report-list a {
    color: #3190fa;
}

.report-list .label {
    color: #1890ff;
    background: #e6f7ff;
    border: 1px solid #91d5ff;
    padding: 0 8px;
    border-radius: 3px;
}

.report-list .label.orange {
    color: #fa8c16;
    background: #fff7e6;
    border-color: #ffd591;
}

.report-list .label.green {
    color: #52c41a;
    background: #f6ffed;
    border-color: #b7eb8f;
}

.page {
    list-style: none;
    font-size: 0;
    text-align: right;
    margin-top: 12px;
}

.page .page-item {
    display: inline-block;
}

.page .page-item a {
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-left: none;
    padding: 0 12px;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
}

.page .page-item a:hover {
    background: #f9f9f9;
}

.page .page-item:nth-child(1) a {
    border-left: 1px solid #e6e6e6;
}

.page .page-item .disabled {
    color: #8c8c8c;
    cursor: no-drop;
}

.page .page-item .active {
    color: #fff !important;
    background: #3190fa !important;
    border: 1px solid #3190fa !important;;
}

.data-export {
    text-align: right;
}

.data-export button {
    padding: 5px 20px;
    color: white;
    background: #6e93d8;
    border: none;
    cursor: pointer;
}

.data-export button:hover {
    background: #6585c9;
}
.yfol_index{
    background: #e4e7e6;
    /*min-height: 100vh;*/
    /*padding-bottom: 30px;*/

}
.yfol_index .header{
    background-image: url("../images/yfpl/bg2.png");
    height: 200px;
    background-size: 1920px;
    box-sizing: border-box;
    background-position: center;
    position: relative;
}
.yfol_index .header .nav_bg{
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.yfol_index .header .box{
    width: 100%;
    margin: auto;
    display: flex;
    max-width: 1200px;
    color: #94dbd2;
    justify-content: space-between;
    align-items: center;
}
.yfol_index .header .logo{
    max-width: 1200px;
    margin: auto;
    height: 150px;
    display: flex;
    align-items: center;
}
.yfol_nav{
    list-style: none;
    display: flex;
    line-height: 50px;
    font-size: 17px;
}
.yfol_nav li{
    padding: 0 25px;
    display: flex;
    align-items: center;
}
.yfol_nav li img{
    margin-right: 6px;
}
.yfol_nav li:hover{
    cursor: pointer;
}
.yfol_nav li.active{
    background: rgba(31, 197, 177, 0.5);
}
.yfol_nav li::before{

}
.yfol_index .header img:nth-child(2){
    margin-top: 24px;
    margin-left: 54px;
    width: 881px;
    height: 173px;
}
.yfol_index .container{
    width: 100%;
    max-width: 1200px;
    background: #fff;
    border: 4px solid #179d7e;
    padding: 0 24px 24px;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 20px;
}
.yfol_row{
    display: flex;
    min-height: calc(100vh - 500px);
}
.yfol_row .col_m{
    flex: 0 0 auto;
    background: #0c6473;
    width: 230px;
}

.yfol_title{
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #0c7c77;
    border-bottom: 2px solid #87c2b6;
    font-weight: bold;
    margin-top: 5px;
}
input,select{
    outline: none;
}
.yfol_title img{
    margin: 0 12px;
    width: 17px ;
    height: 17px ;
}
.yfol_row .col-l{
    width: 100%;
    font-family: "Microsoft YaHei";
}
.yfol_form{
    display: flex;
    align-items: center;
    font-size: 13px;
    margin: 20px 0;
    justify-content: space-between;
}
.yfol_form input{
    height: 26px;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    padding: 0 0 0 8px;
    width: 80px;
    font-size: 14px ;
}
.yfol_form span{
    margin-left: 12px;
}
.yfol_form select{
    height: 26px;
    border: 1px solid #d5d5d5;
    width: 100px;
    font-size: 14px ;
}
.yfol_form .date{
    width: 120px;
    padding-left: 0;
}
.yfol_form input:focus,.yfol_form select:focus{
    box-shadow: 0 0 5px rgba(12, 124, 119, 0.42);
    border: 1px solid #0c7c77;
}
.yfol_form button{
    background: #ea6916;
    height: 28px;
    line-height: 27px;
    width: 90px;
    color: #fff;
    border-radius: 0;
    border: none;
}
.yfol_form button:hover{
    background: #f6731f;
    cursor: pointer;
}
.yfol_table{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    color: #666666;
    font-size: 14px;
}
.yfol_table th{
    background: #e5e5e5;
    height: 42px;
    color: #1f1f1f;
    padding-right: 12px;
}
.yfol_table td{
    height: 42px;
    padding-right: 12px;
    background: #fff;
}
.yfol_table td img{
    width: 30px;
    height: 30px;
}
.yfol_table tr:nth-child(2n) td{
    background: #f6f6f6;
}
.yfol_table th:nth-child(1),.yfol_table td:nth-child(1){
    width: 100px;
    text-align: center;
    padding-right: 0;
}
.yfol_table th:nth-child(2),.yfol_table td:nth-child(2){
    width: 200px;
}
.yfol_table th:nth-child(3),.yfol_table td:nth-child(3){
    width: 200px;
}
.yfol_table th:nth-last-child(1),.yfol_table td:nth-last-child(1){
    width: 120px;
    text-align: center;
    padding-right: 0;
}
.yfol_paging ul,
.layui-pager .layui-laypage-yfpl
{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}
.yfol_paging ul a,
.layui-pager .layui-laypage-yfpl a{
    color: #000;
    border: 1px solid #e6e6e6;
    padding: 0 8px;
    font-size: 14px;
    margin: 0 2px;
    height: 28px;
    display: block;
    line-height: 26px;
    box-sizing: border-box;
}
.yfol_paging ul a:hover,
.layui-pager .layui-laypage-yfpl a:hover{
    background: #f5f5f5;
}

.layui-pager .layui-laypage-yfpl .layui-laypage-curr,
.layui-pager .layui-laypage-yfpl .layui-laypage-spr {
    color: #000;
    border: 1px solid #e6e6e6;
    padding: 0 8px;
    font-size: 14px;
    margin: 0 2px;
    height: 28px;
    display: block;
    line-height: 26px;
    box-sizing: border-box;
}

.layui-pager .layui-laypage-yfpl .layui-laypage-curr  {
    background: #0c7c77;
    color: #fff;
}

.layui-pager .layui-laypage-yfpl .layui-laypage-curr em {
    font-style: normal;
}

.yfol_paging ul .active a{
    background: #0c7c77;
    color: #fff;
}

.i_breadcrumb{
    list-style: none;
    margin: 0;
    padding: 12px 0;
    font-size: 0;
    font-family: "宋体", "Arial";
}
.i_breadcrumb_item{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #a3a3a3;
}
.i_breadcrumb_item a{
    font-size: 14px;
    color: #a3a3a3;
}
.i_breadcrumb_item img{
    margin: 0 8px;

}

@media screen and (max-width: 1460px) {

    .sidebar {
        width: 80px;
        right: 1250px;
    }

}

@media screen and (max-width: 1280px) {

    .container {
        width: 980px;
    }

    .sidebar {
        right: 1100px;
    }

    .column-content a {
        width: 16%;
    }

    .column-content a:nth-child(5n) {
        margin-right: 0;
    }

    .column-content a:nth-child(6n) {
        margin-right: 2.08%
    }
}

@media screen and (max-width: 1180px) {
    .sidebar {
        display: none;
    }
}

