    @charset "UTF-8";
    body {
        background-color: #f4f9fd;
    }
    
    .w1170 {
        width: 1170px;
    }
    
    .w1200 {
        width: 1200px;
    }
    
    .hide {
        display: none;
    }
    
    .mc {
        margin-left: auto;
        margin-right: auto;
    }
    
    .top {
        width: 100%;
        min-width: 1200px;
        height: 98px;
        background: url(../images/top_bg.png) no-repeat center;
    }
    
    .head {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .logo {
        width: 675px;
        height: 38px;
        margin-top: 30px;
        background: url(../images/logo.png) no-repeat left center;
    }
    
    .toolbox {
        margin-top: 35px;
    }
    
    .toolbox span {
        font-size: 14px;
        float: left;
        color: #362c28;
        height: 30px;
        line-height: 30px;
        padding-right: 25px;
    }
    
    .searchBox {
        float: right;
        margin-right: 10px;
        width: 180px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        background: #0561ae url(../images/icon_fangdajing.png) no-repeat 150px 6px;
    }
    
    .searchBox input {
        display: block;
        border: none;
        outline: none;
        background: none;
        width: 145px;
        height: 30px;
        float: left;
        line-height: 30px;
        text-indent: 15px;
        color: #fff;
    }
    
    .searchBox a {
        display: block;
        width: 25px;
        height: 30px;
        float: left;
    }
    
    .nav {
        width: 100%;
        min-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        height: 60px;
        background: url(../images/nav.png) no-repeat left top;
    }
    
    .navbox {
        width: 1200px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
    }
    
    .nav ul.nav-main>li {
        float: left;
        line-height: 60px;
        font-size: 20px;
    }
    
    .nav ul.nav-main>li>a {
        padding: 0 23px;
        color: #fff;
    }
    
    .nav ul.nav-main>li:last-child>a {
        padding-right: 0;
    }
    
    .nav ul.nav-main>li a:hover {
        font-weight: bold;
    }
    /*隐藏盒子设置*/
    
    div.hidden-box {
        width: 126px;
        border: 1px solid #4793e3;
        border-top: 0;
        position: absolute;
        display: none;
        background: #fff;
        top: 60px;
        z-index: 9999;
        font-size: 16px;
    }
    
    .hidden-box>ul {
        list-style-type: none;
        cursor: pointer;
    }
    
    .hidden-box li {
        line-height: 40px;
        text-align: center;
    }
    
    .hidden-box li a {
        color: #4793e3;
    }
    
    .hidden-box li:hover {
        background: #4793e3;
    }
    
    .hidden-box li:hover a {
        color: #fff;
    }
    /*隐藏盒子位置设置*/
    
    .hidden-loc-1 {
        left: 85px;
    }
    
    .hidden-loc-2 {
        left: 211px;
    }
    
    .hidden-loc-3 {
        left: 337px;
    }
    
    .hidden-loc-4 {
        left: 463px;
    }

    .hidden-loc-5 {
        left: 554px;
        width: 200px !important;
    }

    .hidden-loc-6 {
        left: 680px;
        width: 200px !important;
    }
    
    .main {
        width: 100%;
        min-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        background: url(../images/banner.png) no-repeat top center;
        padding-top: 340px;
    }
    
    .mainbg {
        background: url(../images/bg.png) repeat-x top center;
        padding-top: 0;
    }
    
    .col {
        width: 1160px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        padding: 20px;
    }
    
    .col1L {
        margin-top: 10px;
        width: 460px;
        float: left;
    }
    
    .slideBox {
        width: 460px;
        height: 300px;
        overflow: hidden;
        position: relative;
    }
    
    .slideBox .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 10px;
        z-index: 1;
    }
    
    .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
    }
    
    .slideBox .hd ul li {
        float: left;
        margin-right: 10px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        line-height: 14px;
        text-align: center;
        background: #fff;
        cursor: pointer;
    }
    
    .slideBox .hd ul li.on {
        background: #ffa800;
        color: #fff;
    }
    
    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }
    
    .slideBox .bd li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
    }
    
    .slideBox .bd img {
        width: 460px;
        height: 300px;
        display: block;
    }
    
    .slideBox .bd .title {
        width: 100%;
        height: 44px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000;
        background: rgba(0, 0, 0, .5);
        text-indent: 1em;
        line-height: 44px;
    }
    
    .slideBox .bd .title a {
        font-size: 16px;
        color: #fff;
    }
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    
    .slideBox .prev,
    .slideBox .next {
        position: absolute;
        top: 38%;
        width: 28px;
        height: 62px;
        z-index: 999;
        line-height: 62px;
        text-align: center;
        color: #fff;
    }
    
    .slideBox .prev {
        left: 0;
        background: url(../images/left.png) no-repeat center;
    }
    
    .slideBox .next {
        right: 0;
        background: url(../images/right.png) no-repeat center;
    }
    
    .channel {
        width: 100%;
        height: 28px;
        position: relative;
        line-height: 28px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e2e2e2;
    }
    
    .channelName {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        color: #015394;
        font-weight: 600;
    }
    
    .channelMore {
        position: absolute;
        right: 5px;
        top: 0px;
        font-size: 16px;
        color: #808080;
        font-weight: 400;
    }
    
    .channelMore2 {
        position: absolute;
        right: 5px;
        top: -42px;
        font-size: 16px;
        color: #808080;
        font-weight: 400;
    }
    
    .channel01 li {
        float: left;
        font-size: 20px;
        margin-right: 30px;
    }
    
    .channel01 li a {
        color: #666666;
    }
    
    .channel01 li.on a {
        color: #c20f0f;
        font-weight: 600;
    }
    
    .channel01 .channelName {}
    
    .channel01 {
        background: url(../images/icon_channel02.png) no-repeat left center;
    }

    
    .col1R {
        margin-top: 10px;
        width: 670px;
    }
    
    .textlist {
        margin-top: 10px;
    }
    
    .textlist li {
        font-size: 16px;
        line-height: 42px;
        background: url(../images/dot1.png) no-repeat left center;
        text-indent: 15px;
    }
    
    .textlist li span {
        float: right;
        color: #666;
        margin-right: 5px;
    }
    
    .textlist2 li {
        background: url(../images/dot1.png) no-repeat left center;
    }
    
    .col2L {
        width: 765px;
    }
    
    .col2R {
        width: 365px;
    }
    
    .col2R .video {
        display: block;
        margin-top: 20px;
        width: 365px;
        height: 230px;
        position: relative;
    }
    
    .col2R .video img {
        width: 365px;
        height: 230px;
    }
    
    .col2R .video span {
        position: absolute;
        display: block;
        top: 40%;
        left: 42%;
        background: url(../images/icon_bofang.png) no-repeat center;
        height: 56px;
        width: 56px;
    }
    
    .col3L {
        width: 440px;
    }
    
    .col3R {
        width: 688px;
    }
    
    .col3R .pic {
        width: 688px;
        height: 290px;
        overflow: hidden;
    }
    
    .col3R .pic ul li {
        list-style: none;
        width: 46px;
        height: 290px;
        float: left;
        margin-right: 3px;
    }
    
    .col3R .pic ul li:last-child {
        margin-right: 0;
    }
    
    .col3R .pic .l1,
    .col3R .pic .l2,
    .col3R .pic .l3,
    .col3R .pic .l4,
    .col3R .pic .l5,
    .col3R .pic .l6,
    .col3R .pic .l7 {
        background-color: #ededed;
    }
    
    .col3R .pic .l1 {
        width: 536px;
    }
    
    .col3R .pic .l1 .txt a {
        display: block;
        width: 46px;
        height: 290px;
        background: url(../images/yw01.png) no-repeat center 250px;
    }
    
    .col3R .pic .l2 .txt a {
        display: block;
        width: 46px;
        height: 290px;
        background: url(../images/yw04.png) no-repeat center 250px;
    }
    
    .col3R .pic .l3 .txt a {
        display: block;
        width: 46px;
        height: 290px;
        background: url(../images/yw03.png) no-repeat center 250px;
    }
    
    .col3R .pic .l4 .txt a {
        display: block;
        width: 46px;
        height: 290px;
        background: url(../images/yw05.png) no-repeat center 250px;
    }
    
    .col3R .pic .l5 .txt a {
        display: block;
        width: 46px;
        height: 290px;
        background: url(../images/yw07.png) no-repeat center 250px;
    }
    
    .col3R .pic .l6 .txt a {
        display: block;
        width: 46px;
        height: 290px;
        background: url(../images/yw06.png) no-repeat center 250px;
    }
    
    .col3R .pic .l7 .txt a {
        display: block;
        width: 46px;
        height: 290px;
        background: url(../images/yw07.png) no-repeat center 250px;
    }
    
    .col3R .txt {
        width: 46px;
        height: 290px;
        background-color: #ededed;
    }
    
    .col3R .txt p {
        color: #333;
        font-family: "微软雅黑";
        float: left;
        position: relative;
        font-size: 22px;
        width: 22px;
        margin: 20px 0 0 10px;
    }
    
    .col3R .content {
        width: 450px;
        padding: 20px;
    }
    
    .col3R .content p {
        font-size: 16px;
        line-height: 27px;
        text-indent: 28px;
    }
    
    .col3R .content p a {
        color: #0561ae;
    }
    
    .pic ul li .hover {
        background-color: #0561ae;
    }
    
    .pic ul li::before .hover {
        background-color: #0561ae;
    }
    
    .pic ul li .hover a p {
        color: #fff;
    }
    
    .col4 {
        background: none;
        padding: 0;
        width: 1200px;
    }
    
    .col4L {
        background: #fff;
        padding: 20px;
        width: 750px;
        height: 230px;
    }
    
    .channel02 {
        border-bottom: none;
        background: url(../images/yfjh.png) no-repeat left center;
        line-height: 31px;
    }
    
    .channel02 .channelName {
        position: absolute;
        left: 30px;
        top: 4px;
        font-size: 26px;
        font-weight: 600;
    }
    
    .gjyfpt {}
    
    .gjyfpt h3 {
        font-size: 18px;
        margin-top: 20px;
    }
    
    .gjyfpt ul {
        margin-top: 10px;
        min-width: 320px;
    }
    
    .gjyfpt li {
        line-height: 34px;
        font-size: 16px;
    }
    
    .slideBox2 {
        width: 100%;
        height: 160px;
        position: relative;
    }
    .slideBox2 ul li{
        float: left;
        width: 235px;
        height: 130px;
        margin-right: 20px;
        }
        .slideBox2 ul li:last-child{margin-right:0;}
    
    .slideBox2 img {
        width: 235px;
        height: 160px;
    }
    
    .col4R {
        background: #fff;
        padding: 20px;
        width: 340px;
        height: 230px;
    }
    

    
    .col5 {
        background: none;
        padding: 0;
        width: 1200px;
    }
    
    .col5 ul li {
        float: left;
        width: 380px;
        overflow: hidden;
        margin-right: 30px;
    }
    
    .col5 ul li:last-child {
        margin-right: 0;
    }
    
    .col6 {
        padding: 30px 0;
        min-width: 1200px;
        margin-left: auto;
        margin-right: 1200px;
        width: 100%;
    }
    
    .col6L {
        width: 790px;
        height: 100px;
        border: 1px solid #ebebeb;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari */
    }
    
    .col6L h3 {
        float: left;
        height: 100px;
        line-height: 100px;
        font-size: 20px;
        background: url(../images/link.png) no-repeat 30px center;
        width: 180px;
        background-color: #ebebeb;
        text-indent: 70px;
    }
    
    .col6L ul {
        float: left;
        height: 100px;
        display: block;
    }
    
    .col6L ul li {
        float: left;
        height: 48px;
        margin-left: 60px;
    }
    
    .col6L ul li.link1 {
        margin-top: 30px;
    }
    
    .col6L ul li.link2 {
        width: 172px;
        height: 48px;
        font-size: 17px;
        line-height: 48px;
        background: #50bb96;
        text-align: center;
        margin-top: 25px;
    }
    
    .col6L ul li.link2 a {
        color: #fff;
    }
    
    .option {
        float: left;
        margin-left: 120px;
        border: solid 1px #ebebeb;
        font-size: 16px;
        line-height: 42px;
        width: 380px;
        height: 42px;
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari */
    }
    
    .option select {
        /*清除select的边框样式*/
        border: none;
        /*清除select聚焦时候的边框颜色*/
        outline: none;
        /*将select的宽高等于div的宽高*/
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-indent: 20px;
        font-size: 16px;
        color: #999;
        display: block;
        /*隐藏select的下拉图标*/
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    /*使用伪类给select添加自己想用的图标*/
    
    .option:after {
        content: "";
        width: 40px;
        height: 40px;
        background: url(../images/down.png) no-repeat center;
        /*通过定位将图标放在合适的位置*/
        position: absolute;
        right: 0;
        top: 0;
        /*给自定义的图标实现点击下来功能*/
        pointer-events: none;
    }
    
    .option2 {
       margin-left: 200px;
    }
    
    .foot {
        width: 100%;
        min-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        background: #004d99;
        height: 245px;
    }
    
    .foot ul {
        margin-top: 40px;
    }
    
    .foot ul li {
        float: left;
        margin-left: 60px;
    }
    
    .foot ul li p {
        margin-right: 0px;
        color: #fff;
        font-size: 16px;
        line-height: 28px;
        margin-top: 0px;
        text-align: center;
    }
    
    .foot p {
        margin-right: 60px;
        color: #fff;
        font-size: 16px;
        line-height: 42px;
        margin-top: 40px;
    }
    /* 列表页 */
    
    .container {
        width: 1180px;
        min-height: 500px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 10px 40px 10px;
        background: #fff;
    }
    
    .subNav {
        width: 245px;
        float: left;
    }
    
    .subNav h3 {
        width: 245px;
        height: 123px;
        line-height: 123px;
        background-color: #055caa;
        color: #fff;
        font-size: 30px;
        text-align: center;
    }
    
    .subNav>ul {
        margin-top: 1px;
    }
    
    .subNav>ul>li {
        font-size: 16px;
        height: 57px;
        line-height: 57px;
        padding-left: 25px;
        border-bottom: 1px solid #d7d7d7;
        background: url(../images/sub.png) no-repeat 220px center;
    }
    
    .subNav>ul>li:hover,
    .subNav>ul>li.on {
        background: #055caa url(../images/subon2.png) no-repeat 220px center;
    }
    
    .subNav>ul>li a {
        color: #333;
        display: block;
    }
    
    .subNav>ul>li:hover a,
    .subNav>ul>li.on a {
        color: #fff;
    }
    
    .subNav li.subdown {
        height: auto;
        background: none !important;
    }
    
    .subNav li.subdown:hover {
        background: none;
    }
    
    .subNav li.subdown:hover a {
        color: #333;
    }
    
    .subNav li.subdown a {
        display: block;
        color: #333 !important;
    }
    
    .subNav li.subdown a:hover {
        color: #0561ae !important;
        font-weight: bold;
    }
    
    .subNav li.subdown ul li {
        font-size: 16px;
        line-height: 60px;
        background: url(../images/dot4.png) no-repeat left center;
        text-indent: 20px;
    }
    
    .subNav li.subdown ul li.on a {
        color: #0561ae !important;
        font-weight: bold;
    }
    
    .listContainer {
        width: 870px;
        float: left;
        margin-left: 48px;
    }
    
    .listContainer .curLocation {
        position: relative;
        width: 100%;
        height: 60px;
        line-height: 93px;
        border-bottom: 1px solid #d7d7d7;
    }
    
    .listContainer .curLocation h2 {
        color: #025394;
        font-size: 30px;
        line-height: 60px;
    }
    
    .curLocation .location {
        position: absolute;
        right: 0;
        top: -5px;
        font-size: 14px;
        color: #666;
    }
    
    .curLocation .location a {
        color: #666;
    }
    
    .picContainer li {
        width: 270px;
        height: 220px;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        /* position: relative; */
        float: left;
        margin-bottom: 28px;
    }
    
    .picContainer li a {
        display: block;
    }
    
    .picContainer li img {
        display: block;
        width: 270px;
        height: 200px;
    }
    
    .picContainer ul {
        display: block;
        padding-top: 28px;
    }
    
    .picContainer li .title {
        /* position: absolute;
    bottom: 0;
    left: 0; */
        width: 100%;
        height: 38px;
        line-height: 38px;
        text-indent: 1em;
        /* background: #000;
    background: rgba(0, 0, 0, .6); */
    }
    
    .picContainer li .title a {
        color: #333;
        display: block;
    }
    
    .listContent li {
        position: relative;
        width: 100%;
        height: 130px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    
    .listContent li a {
        font-size: 16px;
        font-weight: bold;
        line-height: 70px;
    }
    
    .listContent li span {
        line-height: 70px;
        position: absolute;
        right: 5px;
        top: 0;
        font-size: 14px;
        color: #666;
        font-weight: normal;
    }
    
    .listContent li p {
        line-height: 24px;
        color: #999;
        text-indent: 28px;
        font-size: 14px;
    }
    
    .listContent>p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 32px;
    }
    
    .listContent>p:first-child {
        margin-top: 20px;
    }
    
    .listContent img {
        max-width: 870px;
    }
    
    .ArtContext h2 {
        font-size: 24px;
        line-height: 72px;
        text-align: center;
        color: #333;
    }
    
    .source {
        text-align: center;
        font-size: 16px;
        color: #666;
        border-bottom: 1px solid #d7d7dd;
        padding-top: 5px;
        padding-bottom: 30px;
    }
    
    .source span {
        padding: 0 15px;
    }
    
    .article {
        padding-top: 15px;
    }
    
    .article p {
        line-height: 2;
        margin-bottom: 18px;
        font-size: 16px;
        text-indent: 2em;
        color: #666666;
    }
    
    .article img {
        /* margin: 0 auto; */
        max-width: 870px;
        /* max-height: 700px; */
    }
    
    .listContent .sysTlist img {
        display: block;
        width: 550px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    
    .listContent .syslist li {
        float: left;
        height: 209px;
        border: none;
        margin-top: 15px;
    }
    
    .listContent .syslist li:nth-child(1),
    .listContent .syslist li:nth-child(1) img {
        width: 280px;
        height: 189px;
    }
    
    .listContent .syslist li:nth-child(2),
    .listContent .syslist li:nth-child(2) img {
        width: 280px;
        height: 189px;
    }
    
    .listContent .syslist li:nth-child(3),
    .listContent .syslist li:nth-child(3) img {
        width: 280px;
        height: 189px;
    }
    
    .listContent .syslist li:nth-child(1),
    .listContent .syslist li:nth-child(2) {
        margin-right: 15px;
    }
    
    .listContent .syslist0 {
        padding-left: 20px;
        padding-bottom: 30px;
    }
    
    .listContent .syslist0 li {
        padding-bottom: 0px;
        height: 36px;
        font-size: 14px;
        font-weight: normal;
        line-height: 36px;
        list-style-type: disc;
        border: none;
    }
    
    .listContent .syslist0 li a {
        color: #666;
    }
    
    .sysBlist img {
        width: 880px;
    }
    /* 新增 */

    .col1R .channel .channelName:nth-child(2) {
        left: 100px;
    }
    .col1R .channel .channelName:nth-child(3) {
        left: 200px;
    }
    .col1R .channel .channelName:nth-child(4) {
        left: 300px;
    }
    
    .col1R .channel .channelName {
        font-weight: 400;
        color: #666666;
    }
    
    .col1R .channel .channelName.on {
        color: #015394;
        font-weight: 600;
    }
    .col1R .channel .channelName:nth-child(3).on,.col1R .channel .channelName:nth-child(4).on {
        /* color: #c20f0f; */
        font-weight: 600;
    }

    .channel03 {
        background: url(../images/dlhb_tit.png) no-repeat left center;
    }
    .channel04 {
        background: url(../images/rcpy_tit.png) no-repeat left center;
    }
    .newrcpy{margin-top: 20px;}
    .newrcpy li{float: left; width:216px; height: 82px; border-radius: 5px;  background-color: #f5f5f5; margin-right: 19px; font-size: 18px; font-weight: bold; text-align: center; line-height: 20px; margin-bottom: 10px;}
    .newrcpy li a{display: block; padding-left: 33px;}
    .newrcpy li:first-child{line-height: 82px; background: url(../images/rcbg1.png) no-repeat 30px center; background-color: #f5f5f5;}
    .newrcpy li:first-child a{color:#db5252;}
    .newrcpy li:nth-child(2){ background: url(../images/rcbg2.png) no-repeat 20px center; background-color: #f5f5f5;}
    .newrcpy li:nth-child(3){background: url(../images/rcbg3.png) no-repeat 20px center; background-color: #f5f5f5;}
    .newrcpy li:nth-child(4){background: url(../images/rcbg4.png) no-repeat 20px center; background-color: #f5f5f5;}
    .newrcpy li:nth-child(2) a{color:#0561ae ; margin-top: 22px;}
    .newrcpy li:nth-child(3) a{color:#0598ae ; margin-top: 22px;}
    .newrcpy li:nth-child(4) a{color:#22a97a ; margin-top: 22px;}
    .newrcpy li:last-child{margin-right: 0; line-height: 82px; background: url(../images/rcbg5.png) no-repeat 30px center; background-color: #f5f5f5;}
    .newrcpy li:last-child a{color:#fc971a ;}