@charset "utf-8";
body {
    font-family: "Source Han Sans CN Light", '微软雅黑', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.wmc {
    position: relative;
    margin: 0 auto;
}

.colRed {
    color: #cb1f21;
}


/*春节屏蔽*/


/* .colBlue{ color: #008ccf !important; }
.colBlue_h:hover{ color: #008ccf !important; } */


/*春节屏蔽结束*/

.bggray {
    background-color: #f9f9f9;
    padding: 15px 0;
}

.bgdarkgray {
    background-color: #f1f1f1 !important;
}

.f18 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}


/* .f20{ font-size: 20px; } */

.f700 {
    font-weight: 700;
}

a {
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
}

.noborder {
    border: none !important;
}

.w785 {
    width: 780px;
}

.w390 {
    width: 360px;
    padding: 0 15px;
}


/*padding: 0 15px 15px 15px*/

.head {
    /*border-bottom: 1px solid #cb1f21; overflow: hidden;*/
}

.logo {
    padding: 18px 0;
    width: 275px;
}

.logo img {
    display: block;
    width: 100%;
    height: 72px;
}

.headnav {
    margin-top: 60px;
    font-size: 18px;
}

.search {
    padding: 10px 0;
    position: relative;
}

.search input {
    width: 50px;
    padding: 0 20px 0 5px;
    border-radius: 3px;
    border: 1px solid #999;
    font-size: 12px;
    vertical-align: middle;
    color: #666;
}

.submit {
    display: block;
    width: 13px;
    position: absolute;
    right: 4px;
    top: 8px;
    background: url(../images/search.png) no-repeat center center;
    text-indent: -99999px;
}

.hd_l {
    float: right;
    font-size: 12px;
    margin-top: 11px;
    margin-left: 5px;
    color: #666;
}

.zhCnEn_shift {
    padding: 10px 0;
    vertical-align: middle;
    margin-right: 10px;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
    font-size: 14px;
}

.navlist {
    padding-left: 20px;
}

.navlist>li {
    float: left;
    padding: 10px 10px;
    position: relative;
}

.navlist li a {
    /* color: #666; */
    font-weight: normal;
    padding: 0 15px;
}
.navlist>li>a { display:block;
    height:30px;
    padding-bottom:10px;
    position:relative;}
.navlist>li>a::after{   
 position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all .3s;
    background-color: #cb1f21;
    }
.navlist>li>a:hover::after{width:100%; }
.navlist li h3 a {padding:0 15px;}

.navlist li:hover,
.navlist li.current {
    /* background: #cb1f21; */
}

.navlist li:hover>a,
.navlist li.current>a {
    /* color: #cb1f21; */
}

.subnav,
.subnav_sub {
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -65.5%;
    z-index: 99;
    width: 130%;
    display: none;
}

.subnav_sub {
    margin-left: 0;
    left: 100%;
    top: 0;
    width: 100%;
}

.subnav h3 {
    padding: 0 10px;
    background-color: #f9f9f9;
    position: relative;
}

.subnav h3 a {
    display: block;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px dashed #b5b5b5;
}

.subnav h3:hover {
/*     background: #cb1f21; */
}

.subnav h3:hover>a {
    color: #cb1f21;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
    min-width: 1200px;
}

.slideBox .hd {
    width: 100%;
    position: absolute;
    bottom: 20px;
    height: 14px;
    text-align: center;
    z-index: 10;
}

.slideBox .hd a {
    padding: 10px;
    background: url(../images/ydb.png) no-repeat center center;
    cursor: pointer;
}

.slideBox .hd .on {
    background-image: url(../images/ydh.png);
}


/* floor */

.newsWrap {
    margin-top: 30px;
}


/* first screen */

.newsImg {
    width: 588px;
}

.newsList {
    width: 585px;
}

.focusImg {
    width: 100%;
    height: 391px;
    position: relative;
}

.focusCon li {
    width: 100%;
    zoom: 1;
    vertical-align: middle;
}

.focusImg .focusCon img {
    display: block;
    height: 391px;
}

.focusCon a {
    display: block;
    width: 100%;
}

.focusTxt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 40px;
    padding-left: 20px;
    z-index: 2;
}

.focusTxt a {
    position: absolute;
    bottom: 0;
    display: block;
    width: 99%;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.focusBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(../images/focusBtn.png) repeat-y;
    z-index: 1;
}

.focusBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 97%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    z-index: 2;
}

.focusBtn a {
    margin-left: 5px;
    padding: 3px 6px;
    background: url(../images/focusImg.png) no-repeat center;
    cursor: pointer;
}

.focusBtn a.on {
    background-image: url(../images/focusImgOn.png);
}


/*title style*/

.newsTitlt {
    font-size: 20px;
    line-height: 44px;
    height: 44px;
    border-bottom: 1px solid #d5d5d5;
    color: #cb1f21;
    /*春节添加*/
    background: url(../images/denglong.png) no-repeat left center;
    padding-left: 26px;
    /*春节添加结束*/
}


/* .slideTite{ border:none; line-height: 44px;} */

.slideTite a {
    cursor: pointer;
    display: block;
    float: left;
    border-bottom: 1px solid #d5d5d5;
    color: #cb1f21;
    margin-right: 10px;
}


/* border-bottom: 1px solid #fff;*/

.slideTite a.on {
    border-color: #cb1f21;
}

.redlineTitle {
    background: url(../images/redline.png) no-repeat left center;
    padding-left: 15px;
}


/*春节屏蔽*/


/* .bluelineTitle{ background: url(../images/blueline.jpg) no-repeat left center; padding-left: 15px; } */


/*春节屏蔽结束*/

.newsMore {
    font-size: 12px;
    color: #999;
}


/*list style*/

.newsListUl {
    min-height: 170px;
}

.newsListUl li {
    line-height: 36px;
    overflow: hidden;
    zoom: 1;
    _zoom: 1;
}


/* .newsListUl li a{ display: block; float: left; width: 83%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } */

.newsListUl .liUi {
    background: url(../images/libg.png) no-repeat left center;
    padding-left: 10px;
}

.tab_List .bd .newsImg {
    margin-top: 10px;
    margin-bottom: 5px;
}

.tab_List .bd .newsImg {
    width: 123px;
    height: 95px;
}

.tab_List .bd .newsList {
    width: 223px;
    margin-top: 25px;
}

.tab_List .bd .newsList a {
    color: #333;
}

.tab_List .bd .newsListUl {
    min-height: 140px;
}


/* first screen list*/

.headlines li {
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 15px;
    background: url(../images/libg2.png) no-repeat left center;
}

.newsAbst {
    color: #666;
    line-height: 24px;
    padding-left: 15px;
}

.hotFire {
    display: inline-block;
    width: 11px;
    height: 13px;
    background: url(../images/hotfire.png) no-repeat center;
    padding-left: 10px;
}

.hotNews {
    display: inline-block;
    padding-left: 10px;
}


/* columns style */

.columnsWrap {
    min-height: 210px;
    overflow: hidden;
}


/* border-bottom: 1px solid #b5b5b5; padding-bottom: 15px; */

.twoColumns {
    width: 370px;
    margin: 0 10px;
    overflow: hidden;
    zoom: 1;
    _zoom: 1;
    _display: inline;
}


/* border-bottom: 1px solid #d5d5d5; padding-bottom: 15px;*/


/* .threeColumns{ width: 355px; margin:0 22px; overflow: hidden; zoom: 1; _zoom: 1; _display: inline; } */

.threeColumns {
    width: 355px;
    margin-right: 66px;
    overflow: hidden;
    zoom: 1;
    _zoom: 1;
    _display: inline;
}

.fourColumns {
    width: 270px;
    margin: 0 15px;
    overflow: hidden;
    zoom: 1;
    _zoom: 1;
    _display: inline;
}

.threeColumns img,
.fourColumns img {
    display: block;
    margin: 0 auto;
}


/* white background column */

.colwhitebgWrap {
    padding: 10px 20px;
    overflow: hidden;
}


/* .colwhitebg{ background: #fff; padding: 10px 20px; width: 330px; margin-right: 44px;} width: 315px;*/

.threeColumns .newsListUl .liUi,
.fourColumns .newsListUl .liUi {
    background-image: url(../images/fkd_b.jpg);
}


/* .fourColumns .newsListUl .liUi a { width: 77%;} */

.twoColumns .bd {
    margin-top: 8px;
}


/* pic icon style */

.iconWrap {
    height: 253px;
    background: url(../images/iconWrap.jpg) no-repeat;
    text-align: center;
}

.circleColum {
    display: block;
    float: left;
    margin-top: 80px;
    margin-right: 81px;
    margin-left: 81px;
    width: 138px;
    height: 138px;
    background: url(../images/circlebg.png);
    position: relative;
}

.circleColum:hover,
.currentIcon {
    background-image: url(../images/redcirclebg.png);
}

.circleColum span {
    display: block;
    width: 138px;
    height: 138px;
    background: url(../images/iconImg.png) no-repeat 0 0;
}

.icon2 span {
    background-position: 0 -138px;
}

.icon3 span {
    background-position: 0 -276px;
}

.icon4 span {
    background-position: 0 bottom;
}

.circleColum span:hover,
.circleColum:hover span,
.currentIcon span {
    background-image: url(../images/iconImg_h.png)
}

.circleColum em {
    display: block;
    width: 128px;
    height: 80px;
    background: url(../images/embg.png) no-repeat;
    position: absolute;
    top: -40px;
    left: 5px;
    color: #333;
    display: none;
}

.currentIcon em {
    display: block;
}


/* picMarquee */

.picMarquee-left {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.picMarquee-left .hd {
    overflow: hidden;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 28px;
    height: 168px;
    position: absolute;
    left: 0;
    overflow: hidden;
    background: url(../images/picBtn_left.jpg) no-repeat;
    cursor: pointer;
}

.picMarquee-left .hd .next {
    background-image: url(../images/picBtn_right.jpg);
    left: auto;
    right: 0;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .bd {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}

.picMarquee-left .bd .picList li {
    width: 250px;
    height: 170px;
    margin-right: 40px;
    float: left;
}

.picMarquee-left .bd .picList img {
    display: block;
    width: 250px;
    height: 170px;
}


/*other*/

.fileList {
    overflow: hidden;
}

.fileList a {
    display: block;
    float: left;
    width: 115px;
    height: 54px;
    padding: 5px 40px 5px 15px;
    margin: 10px 5px 0 5px;
    background: #fff url(../images/file_07.png) no-repeat 91% center;
    font-size: 12px;
}

.fileList a span {
    display: block;
}

.tousu {
    text-align: center;
    line-height: 30px;
    background: url(../images/tousu.png) no-repeat;
}

.tousu a {
    color: #fff;
    font-size: 16px;
}

.fileList a:hover {
    background-image: url(../images/file_09.png);
}

.gp_wrapper {
    background: #fff;
    padding: 20px;
}

.gp_wrapper p {
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #666;
}


/*line-height: 55px;*/

.gp_wrapper span {
    display: inline-block;
    width: 50%;
    text-align: center;
}


/* padding: 0 50px*/

.newsVideo {
    padding: 10px 0;
    position: relative;
}

.newsVideo span {
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/video_05.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -27px;
}


/* foot style*/

.footNav {
    background: #cb1f21;
    text-align: center;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 14px;
}

.footNav a {
    color: #fff;
    padding: 0 25px;
    cursor: pointer;
}

.copyright {
    color: #333;
    text-align: center;
    padding: 20px;
    font-size: 12px;
    line-height: 2;
}

.linkswrap {
    position: relative;
}

.links {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 10;
    background: url(../images/foot.png);
    text-align: left;
    line-height: 36px;
    width: 98%;
    padding: 15px;
}

.links a {
    padding: 0 50px 0 0;
}

.links a:hover {
    text-decoration: underline;
}


/*2020春节添加*/

.lettercontent {
    background: url(../images/bg1.png) no-repeat center top;
    height: 3230px;
}

.letter_bg {
    position: relative;
    background: url(../images/box_letter_bg.png) no-repeat center bottom;
    background-size: 100%;
}

.box_letter {
    position: absolute;
    bottom: 0;
    z-index: 10;
    height: 100%;
}

.sp_letter {
    position: absolute;
    top: 0;
    z-index: 0;
}

.box_close {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}

.box_open {
    display: none;
    position: absolute;
    bottom: 696px;
    z-index: 1;
}

.box_close {
    animation: mymove 4s linear 2s 1;
    animation-fill-mode: forwards;
}

.letter_bg {
    animation: mymove1 4s linear 4.5s 1;
    animation-fill-mode: forwards;
}


/* .sp_letter{
  animation:mymove2 5s linear 4.5s 1;
  animation-fill-mode:forwards;
} */

.box_letter {
    animation: mymove3 3s linear 4.5s 1;
    animation-fill-mode: forwards;
}

#letterbox_bg {
    animation: mymove4 3s linear 4.5s 1;
    animation-fill-mode: forwards;
}

@keyframes mymove4 {
    0% {
        margin: 0 0;
    }
    50% {
        margin: 0 0;
    }
    100% {
        margin: 42% 0 5%;
    }
}

@keyframes mymove1 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes mymove {
    0% {
        transform: rotateX(0deg);
        top: 0;
    }
    50% {
        top: 0;
    }
    100% {
        transform: rotateX(180deg);
        top: 0px;
    }
}

@keyframes mymove2 {
    0% {
        top: 0;
    }
    50% {
        z-index: 9;
    }
}

@keyframes mymove3 {
    0% {
        top: 0;
    }
    100% {
        top: 50%;
    }
}

.box_close {
    -webkit-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    /* transform: rotateX(180deg);
-webkit-transform: rotateX(180deg); */
}

#letter_close {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    box-shadow: black 1px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    right: 1%;
    top: 50px;
    font-size: 20px;
    z-index: 1;
    cursor: pointer;
    background: #d8221a;
    text-align: center;
    line-height: 30px;
}

#letter_close:hover {
    background: #8e0f04;
}


/*2020春节添加结束*/

.threeColumns.colwhitebg:nth-child(5) {
    display: none;
}

.threeColumns.colwhitebg {
    width: 380px !important;
}

.threeColumns.colwhitebg:nth-child(4),
.threeColumns.colwhitebg:nth-child(3) {
    margin-right: 0;
}


/* 2022-3-2 DXY */

.newsAbst {
    padding-bottom: 19px;
    border-bottom: 1px solid #d7d7d7;
}

.gpBox {
    width: 930px;
    height: 78px;
    background: #fff;
}

.mqqq {
    width: 255px;
    height: 78px;
}

.mt15 {
    margin-top: 15px;
}

.ml15 {
    margin-left: 15px;
}

.gpBox .channelT {
    font-size: 20px;
    line-height: 78px;
    height: 78px;
    color: #cb1f21;
    padding-left: 26px;
    margin-left: 10px;
    background: url(../images/denglong.png) no-repeat left center;
}

.gpBox ul li {
    float: left;
    width: 215px;
    height: 16px;
    line-height: 16px;
    padding: 0 20px 0 35px;
    margin-top: 32px;
    border-right: 2px solid #d5d5d5;
}

.gpBox ul li:nth-child(3) {
    border-right: 0px solid #d5d5d5;
}

.szzs,
.sczs,
.gdzs {
    font-size: 14px;
    color: #666;
    padding-left: 15px;
}

.szzf,
.sczf,
.gdzf {
    font-size: 14px;
    color: #666;
    padding-left: 15px;
    padding-right: 10px;
}

.red {
    color: #ea2f38;
    background: url(../images/jt_up.png) no-repeat right center;
}

.green {
    color: #0e932e;
    background: url(../images/jt_down.png) no-repeat right center;
}