@charset 'utf-8';
/* 通用样式 start */
/* item_box start */
.item_box{
    width: 390px;
}
.item_bg{
    position: relative;
    height: 35px;
    margin: 15px 0;
    border-left: 4px solid #e50123;
}
.bg{
    width: 100%;
    height: 2px;
}
.bg img{
    width: 100%;
    height: 2px;
    max-height: 2px;
}
.item_title{
    position: absolute;
    display: block;
    bottom: 6px;
    left: 8px;
    font-size: 18px;
    font-weight: bold;
}
.item_bg a{
    position: absolute;
    right: 0;
    bottom: 6px;
    color: #666;
}
.item_bg a:hover{
    color: #e50123;
}
.item_box .item_img{
    height: 132.5px;
}
.item_box .item_img a{
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 0 0 10px;
}
.item_box .item_img a:first-child{
    margin-left: 0;
}
.item_box .item_img img{
    max-width: 190px;
    width: 190px;
    height: 132.5px;
    font-size: 0;
    transition: all 0.8s;
}
.item_box .item_img img:hover{
    transform: scale(1.2,1.2);
}
/* item_box end */

/* detail 段落 start */
.detail{
    color: #e50123!important;
}
.detail:hover{
    text-decoration: underline;
}
.samFontCol{
    color: #6d6f6e;
    line-height: 25px;
    font-size: 14px;
}
/* detail 段落 start */

/* news_list_title start */
.news_list_title{
    position: relative;
    height: 24px;
    padding: 0 0 5px 0;
    line-height: 22px;
    color: #e50123;
    border-bottom: 1px solid #f2f2f2;
}
.news_list_title>span{
    position: absolute;
    bottom: -1px;
    border-bottom: 1px solid #e50123;
    font-weight: bold;
    font-size: 14px;
}
.news_list_title .more{
    position: absolute;
    bottom: 0px;
    right: 0;
    color: #666;
    font-weight: normal;
    font-size: 12px;
}
.news_list_title .more:hover{
    color: #e50123;
}
/* news_list_title end */

/* ad_pos start */
.ad_pos{
    overflow: hidden;
    height: 180px;
}
.ad_pos a img{
    display: block;
    width: 310px;
    max-width: 310px;
    height: 180px;
    max-height: 180px;
}
/* ad_pos end */
/* 通用样式 end */
/* firstChanner start */
/* 面包屑 start */
.breadcrumb .container{
    height: 40px;
    line-height: 40px;
    border-top: 2px solid #e50123;
}
.breadcrumb .container ul li{
    position: relative;
    float: left;
    margin: 0 10px;
}
.breadcrumb .container ul li:first-child{
    margin-left: 5px;
}
.breadcrumb .container ul li a{
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 0 10px 0 0;
}
.breadcrumb .container ul li a:hover{
    text-decoration: underline;
}
.breadcrumb .container .col{
    color: #e50123;
    font-weight: bold;
}
.breadcrumb .container .sep{
    position: absolute;
    display: block;
    width: 1px;
    height: 12px;
    top: 14px;
    right: -10px;
    background: #ccc;
}
/* 面包屑 end */

/* 地方网群 start */
.local_net{
    height: 40px;
    border-top: 1px dotted #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    line-height: 40px;
}
.local_net span{
    font-weight: bold;
}
.local_net a{
    margin: 0 15px;
}
.local_net a:hover{
    color: #e50123;
}
/* 地方网群 end */

/* 头条和推荐 start */
.headline_info{
    margin-top: 10px;
}
.headline_info .container>div{
    float: left;
    margin-left: 20px;
}
.headline_info .container>div:first-child{
    margin-left: 0;
}
.headline_info .toutiao{
    width: 680px;
    height: 99px;
    text-align: center;
    border-bottom: 1px dotted #e50123;
}
.headline_info .toutiao>a{
    line-height: 60px;
}
.headline_info .toutiao .other_toutiao{
    line-height: 30px;
}
.headline_info .toutiao .other_toutiao a:hover{
    color: #e50123;
}
.headline_info .more_show{
    width: 28px;
    height: 98px;
    border: 1px solid #f2f2f2;
    text-align: center;
    display: table;
    transition: all 0.5s;
}
.headline_info .more_show:hover{
    background: #fba880;
}
.headline_info .more_show a{
    display: table-cell;
    vertical-align: middle;
    transition: all 0.5s;
}
.headline_info .more_show:hover a{
    color: white;
}
.headline_info .recom{
    width: 240px;
    overflow: hidden;
}
.headline_info .recom a{
    display: block;
    width: 100%;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.headline_info .recom a:hover{
    color: #e50123;
}
/* 头条和推荐 end */

/* 要闻 start */
.import_news .container>div{
    float: left;
    margin-left: 20px;
}
.import_news .container>div:first-child{
    margin-left: 0;
}
.import_news .container .left{
    width: 260px;
}
.import_news .container .carousel{
    position: relative;
    overflow: hidden;
    width: 560px;
    height: 350px;
}
.import_news .container .right{
    width: 140px;
}
.import_news .topset{
    background: none;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.import_news .topset:hover{
    text-decoration: none;
}
/* carousel start */
.import_news .carousel ul li{
    position: relative;
    overflow: hidden;
    float: left;
    display: none;
    width: 560px;
    height: 350px;
}
.import_news .carousel ul .vis{
    display: block;
}
.import_news .carousel ul li>div{
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.import_news .carousel ul .carousel_title{
    display: block;
    width: 80%;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    color: white;
}
.import_news .carousel ul .carousel_title:hover{
    text-decoration: underline;
    cursor: pointer;
}
.import_news .carousel ul li a{
    display: block;
}
.import_news .carousel ul li a img{
    width: 560px;
    height: 350px;
    max-height: 360px;
}
.import_news .carousel ol{
    position: absolute;
    width: 20%;
    bottom: 22px;
    right: 0;
}
.import_news .carousel ol li{
    float: left;
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    border: 1px solid white;
    cursor: pointer;
}
.import_news .carousel ol .col{
    background: white;
}
.import_news .right a{
    display: block;
    overflow: hidden;
    width: 130px;
}
.import_news .right a img{
    width: 130px;
    height: 85px;
    max-height: 85px;
    max-width: 140px;
}
.import_news .right a img:hover{
    opacity: 0.9;
}
.import_news .right a span{
    display: block;
    width: 100%;
    white-space: wrap;
    font-size: 12px;
    color: #6d6f6e;
    font-weight: normal;
}
.import_news .right a span:hover{
    text-decoration: underline;
    color: #000;
}
/* carousel end */
/* 要闻 end */

/* ads start */
.ads{
    height: 120px;
}
.ads .container{
    overflow: hidden;
}
.ads .container a{
    display: block;
    float: left;
    width: 230px;
    height: 100%;
    margin-left: 20px;
}
.ads .container a:first-child{
    margin: 0;
}
.ads .container a img{
    height: 120px;
    max-height: 120px;
}
/* ads end */
/* ads2 start */
.ads2{
    height: 90px;
}
.ads2 .container{
    overflow: hidden;
}
.ads2 .container a{
    display: block;
    float: left;
    width: 230px;
    height: 100%;
    margin-left: 20px;
}
.ads2 .container a:first-child{
    margin: 0;
}
.ads2 .container a img{
    height: 90px;
    max-height: 90px;
}
/* ads2 end */

/* items_box start*/
.items_box{
    float: left;
    width: 320px;
    margin-left: 20px;
}
.first_items_box{
    margin-left: 0;
}
.items_img_box{
    /* overflow: hidden; */
    width: 320px;
    height: 100px;
    margin-top: 10px;
}
.items_img_box>a{
    display: block;
    float: left;
    width: 130px;
    height: 100px;
    margin-right: 15px;
}
.items_img_box>a img{
    width: 130px;
    height: 100px;
}
.items_img_box .descrip>a{
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
.items_img_box .descrip p{
    font-weight: normal;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    word-break: break-all;
    white-space: wrap;
    color: #6d6f6e;
    border: none;
    background: none;
    line-height: 25px;
}
.items_box .news_list_title .item_list{
    position: absolute;
    left: 60px;
    bottom: 0;
    font-size: 12px;
}
.items_box .news_list_title .item_list a:hover{
    text-decoration: underline;
}
/* items_box end*/

/* firstChanner end */

/* secondChanner start======================== */
/* 新闻滚动 start */
.news_scrol{
    height: 30px;
    line-height: 30px;
}
.news_scrol .title{
    float: left;
    background: #f2f2f2;
    text-align: center;
    width: 80px;
}
.news_scrol .ins_news{
    overflow: hidden;
    float: right;
    width: 918px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f2f2f2;
}
.news_scrol .ins_news div{
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
}
.news_scrol .ins_news div a{
    font-size: 12px;
    margin: 0 6px;
    transition: all 0.3s;
}
.news_scrol .ins_news div a:hover{
    color: #e50123;
}
/* 新闻滚动 end */

/* carousel start */
.toutiao{
    line-height: 80px;
}
.toutiao h1{
    color: #000;
    font-weight: bold;
    text-align: center;
}

.carousel_area{
    overflow: hidden;
    float: left;
    width: 600px!important;
    height: 400px!important;
}
.carousel_area .item a{
    position: relative;
    display: block;
}
.carousel_area .item img{
    height: 400px;
}
.carousel_area .item a .title{
    position: absolute;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 40px;
    line-height: 40px;
    bottom: 0;
    color: white;
    text-align: center;
    z-index: 99;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
#carousel .layui-carousel-ind{
    display: none!important;
}
.special_list{
    width: 380px;
    float: right;
}
.special_list .title{
    display: block;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #000!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.special_list .line{
    width: 100%;
    max-height: 15px;
    line-height: 5px;
    border-top: 1px dotted #f2f2f2;
    margin: 10px 0 12px 0;
}
/* carousel end */

/* ad strat */
.ad{
    height: 120px!important;
    overflow: hidden;
}
.ad .container a{
    display: block;
    height: 120px;
}
.ad .container a img{
    height: 120px;
    max-height: 120px;
    opacity: 0.9;
}
.ad .container a:hover img{
    opacity: 1;
}
/* ad strat */

/* items start */
.items{
    overflow: hidden;
}
.items .items_left{
    width: 320px;
    float: left;
}
.items .items_right{
    width: 660px;
    float: right;
}
.titles{
    width: 100%;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 2px solid #e50123;
    font-size: 18px;
    font-weight: bold;
}
.titles a{
    position: absolute;
    right: 0;
    font-size: 14px;
    bottom: 5px;
    color: #666;
    font-weight: normal;
}
/* items end */

/* 文化艺术 start */
.imgs{
    overflow: hidden;
    height: 280px;
    margin: 5px auto 0;
}
.imgs>div{
    float: left;
    border-right: 1px solid white;
}
.imgs>div:last-child{
    border: none;
}
.imgs div>a{
    position: relative;
    overflow: hidden;
    display: block;
}
.imgs a img{
    width: 100%;
    font-size: 0;
}
.w-199{
    width: 199px;
}
.w-224{
    width: 224px;
}
.width-349{
    width: 349px;
}
.imgs .h-140 a img{
    height: 140px;
}
.imgs a .intro{
    position: absolute;
    display: block;
    display: table;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    transition: all 0.8s;
    opacity: 0;
}
.imgs a .left{
    top: 0;
    left: -100%;
}
.imgs a:hover .left{
    left: 0;
}
.imgs a .top{
    top: -100%;
}
.imgs a:hover .top{
    top: 0;
}
.imgs a .btm{
    bottom: -100%;
}
.imgs a:hover .intro,.btm{
    opacity: 1;
    bottom: 0;
}
.imgs a .right{
    left: 100%;
    top: 0;
}
.imgs a:hover .right{
    left: 0;
}
.imgs a .scale{
    top: 0;
    background-origin: center center;
}
.imgs a .scale:hover{
    opacity: 1;
    transform: rotate(360deg);
}
.imgs a .intro p{
    width: 100%;
    display:table-cell; 
    vertical-align:middle; 
    padding: 0 8%;
    line-height: 25px;
}

//改版需要 index4
.imgss{
    overflow: hidden;
    margin: 5px auto 0;
}
.imgss>div{
    float: left;
    border-right: 1px solid white;
}
.imgss>div:last-child{
    border: none;
}
.imgss div>a{
    position: relative;
    overflow: hidden;
    display: block;
}
.imgss a img{
    width: 100%;
    font-size: 0;
}

.imgss .h-140 a img{
    height: 140px;
}
.imgss a .intro{
    position: absolute;
    display: block;
    display: table;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    transition: all 0.8s;
    opacity: 0;
}
.imgss a .left{
    top: 0;
    left: -100%;
}
.imgss a:hover .left{
    left: 0;
}
.imgss a .top{
    top: -100%;
}
.imgss a:hover .top{
    top: 0;
}
.imgss a .btm{
    bottom: -100%;
}
.imgss a:hover .intro,.btm{
    opacity: 1;
    bottom: 0;
}
.imgss a .right{
    left: 100%;
    top: 0;
}
.imgss a:hover .right{
    left: 0;
}
.imgss a .scale{
    top: 0;
    background-origin: center center;
}
.imgss a .scale:hover{
    opacity: 1;
    transform: rotate(360deg);
}
.imgss a .intro p{
    width: 100%;
    display:table-cell; 
    vertical-align:middle; 
    padding: 0 8%;
    line-height: 25px;
}
/* 文化艺术 end */

/* 选项卡区域 start */
.tabs{
    margin-bottom: 15px;
}
.tabs .tabs_item{
    width: 600px;
    float: left;
    background: #f2f2f2;
}
.tabs .tabs_item li{
    float: left;
}
.tabs .tabs_item>ul>div{
    height: 40px;
    line-height: 40px;
}
.tabs .tabs_item>ul>div span{
    display: block;
    float: left;
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
}
.tabs .tabs_item .col{
    background: #e50123;
    color: white;
}
.tabs .tabs_item li{
    display: none;
    float: left;
    width: 600px;
    background: white;
}
.tabs .tabs_item ul .vis{
    display: block;
}
.tabs .tabs_item li .item strong{
    line-height: 50px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    white-space: wrap;
}
.tabs .tabs_item li .item strong:hover{
    color: #e50123;
}
.tabs .tabs_item li .item .item_box{
    width: 600px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #f2f2f2;
}
.tabs .tabs_item li .item .item_box>a{
    overflow: hidden;
    display: block;
    float: left;
    width: 190px;
    height: 130px;
    margin-right: 20px;
}
.tabs .tabs_item li .item .item_box a img{
    height: 130px;
    max-height: 130px;
    max-width: 190px;
    transition: all 0.8s;
}
.tabs .tabs_item li .item .item_box>a:hover img{
    transform: translateY(-5px);
}
.tabs .tabs_item li .item .item_box p{
    line-height: 25px;
    color: #6d6f6e;
    word-break: break-all;
    font-weight: normal;
    white-space: wrap;
    font-size: 14px;
    border: none;
    background: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.tabs .tabs_item li .item .item_box:last-child{
    border: none;
}
.tabs .tabs_item li .item .des{
    width: 600px;
    height: 40px;
    padding: 5px 0 0 0;
    line-height: 40px;
    color: #6d6f6e;
}
.tabs .tabs_item li .item .des a{
    color: #6d6f6e;
}
.tabs .tabs_item li span{
    padding: 0 5px;
}
.tabs .tabs_item li .item .des a:hover{
    text-decoration: underline;
}
/* 选项卡区域 end */

/* aside_item start */
.aside_item{
    width: 360px;
    float: right;
}
.aside_item .aside_title{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    font-size: 18px;
    font-weight: bold;
    text-indent: 10px;
}
.aside_item .aside_title a{
    position: absolute;
    color: #666;
    font-size: 14px;
    right: 6px;
    font-weight: normal;
}
.aside_item .aside_info{
    width: 350px;
    margin: 0 0 0 10px;
}
.aside_item .aside_info a{
    display: block;
    width: 330px;
    margin: 15px auto 0;
    color: #000;
}
.aside_img{
    width: 330px;
    position: relative;
    overflow: hidden;
    display: block;
    height: 180px;
    margin: 15px auto 0;
    text-align: right;
}
.aside_imgbar{
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    left: 0;
}
.aside_img:hover .aside_imgbar{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.3);
}
.aside_item img{
    max-width: 330px;
    height: 180px;
    max-height: 180px;
    transition: all 0.8s;
}
.aside_img:hover img{
    transform: scale(1.2,1.2);
}
.aside_item .aside_info .aside_bar{
    font-weight: bold;
}
.aside_item .aside_info p{
    font-weight: normal;
    border: none;
    background: none;
    color: #6d6f6e;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    word-break: break-all;
    white-space: wrap;
}
.aside_item .info_list a{
    width: 310px;
    margin-left: 20px;
    color: #000;
}
/* aside_item end */
/* secondChanner end========================== */

/* thirdChanner start */

/* side_left start */
.side_left{
    float: left;
    overflow: hidden;
    width: 390px;
}
.side_left .headline_list .headline_bg{
    overflow: hidden;
    height: 20px;
    margin: 0 0 15px 0;
    background:url(../images/bg_03.jpg) no-repeat left top;
}
.side_left .headline_list .list a{
    display:block;
    float: left;
}
.side_left .headline_list .list .data{
    width: 305px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6d6f6e;
}
.side_left .headline_list .headline_bg b{
    margin: 0px 50px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #000;
}
.side_left .headline_list .title{
    display: block;
    color: #000;
    font-size: 16px;
    margin: 10px 5px 10px 0;
    font-weight: bold;
}
.side_left .headline_list .par p{
    overflow: hidden;
    height: 60px;
    line-height: 30px;
}
.side_left .headline_list .title:hover{
    cursor: pointer;
    text-decoration: underline;
}
/* side_left end */

/* side_right start */
.side_right{
    position: relative;
    width: 590px;
    float: right;
}
.side_right .carousel{
    position: relative;
    height: 270px;
}
.side_right .carousel .carousel_left{
    position: relative;
    overflow: hidden;
    float: left;
    width: 470px;
    height: 290px;
}
.side_right .carousel .carousel_left a{
    display: none;
}
.side_right .carousel .carousel_left .active{
    display: block;
}
.side_right .carousel .carousel_left .des{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
}
.side_right .carousel .carousel_left .des:hover{
    cursor: pointer;
    color: #e50123;
}
.side_right .carousel .carousel_left img{
    max-width: 470px;
    max-height: 290px;
    height: 290px;
}
.side_right .carousel .carousel_right{
    position: relative;
    overflow: hidden;
    width: 110px;
    height: 290px;
    float: right;
}
.side_right .carousel .carousel_right li{
    cursor: pointer;
    height: 68.5px;
    margin: 0 0 5px 0;
}
.side_right .carousel .carousel_right li img{
    height: 68.5px;
    max-width: 110px;
    max-height: 68.5px;
}
/* side_right end */

.item_left{
    float: left;
    width: 260px;
}
.infotitle{
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #f2f2f2;
}
.infotitle .name{
    position: relative;
    width: 110px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    margin-top: -1px;
    font-size: 16px;
    color: white;
}
.infotitle .name div{
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -4px;
    left: 54px;
    z-index: -1;
    transform: rotate(315deg);
}
.infotitle .comment{
    background: #c8191e;
}
.infotitle .comment div{
    background: #c8191e;
}
.bar{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000!important;
    font-weight: bold;
}
.info_box{
    overflow: hidden;
    height: 70px;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #f2f2f2;
}
.info_box>a{
    overflow: hidden;
    float: left;
    display: block;
    width: 100px;
    height: 70px;
    margin: 0 10px 0 0;
}
.info_box>a img{
    width: 100px;
    height: 70px;
    max-width: 100px;
    transition: all 0.8s;
}
.info_box>a img:hover{  
    transform: scale(1.2,1.2);
}
.info_box p{
    overflow: hidden;
    height: 80px;
    line-height: 20px;
    font-size: 12px;
}
.item_right{
    float: right;
    width: 310px;
    padding: 0 0 0 10px;
}
.item_right .info_cont{
    overflow: hidden;
    width: 300px;
    margin-left: 10px;
}
.item_right .info_cont>a{
    position: relative;
    display: block;
    overflow: hidden;
    height: 160px;
}
.item_right .info_cont>a img{
    max-height: 160px;
    height: 160px;
    max-width: 300px;
    transition: all 0.8s;
}
.item_right .info_cont>a img:hover{
    transform: translateY(-3px);
}
.info_tit{
    padding: 0 0 0 6px;
    height: 35px;
    line-height: 35px;
    border-left: 4px solid #e50123;
    font-size: 18px;
    font-weight: bold;
}
/* footer_side_right start */

.infotitle .img_news{
    background: #db5609;
} 
.infotitle .img_news div{
    background: #db5609;
    left: 54px;
}
.item_info{
    padding: 0 0 12px 0;
    border-bottom: 1px dotted #f2f2f2;
}
.item_info a span{
    display: block;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #000!important;
}
.item_info>a{
    overflow: hidden;
}
.item_info>a img{
    max-width: 260px;
    max-height: 165px;
    height: 165px;
    transition: all 0.8s;
}
.item_info>a img:hover{
    transform: scale(0.99,0.99);
}
.item_info .share{
    line-height: 30px;
    padding: 0 0 10px 0;
}
.item_info .share span:hover{
    color: #6d6f6e!important;
}
.info_cont .item_bar{
    display: block;
    height: 40px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    font-weight: normal;
    font-weight: bold;
    color: #000;
}
.info_cont .info_box{
    min-height: 110px;
    padding: 0 0 10px 0;
}
.info_cont .info_box>a{
    display: block;
    /* float: left; */
    width: 130px;
    height: 100px!important;
    margin-right: 15px;
}
.info_cont .info_box>a img{
    height: 100px;
    max-height: 100px;
    max-width:130px;
    width: 130px;
}
.info_cont .info_box p{
    overflow: hidden;
    height: 100px;
}

/* ad_img start */
.ad_img{
    position: relative;
    display: block;
    height: 90px;
    overflow: hidden;
    text-align: center;
    margin: 16px 0 16px 0;
}
.ad_img img{
    width: 390px;
    max-width: 390px;
    height: 90px;
    max-height: 90px;
}
/* ad_img end */

/* img_title start */
.img_title{
    position: absolute;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    color: white;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.3);
}
/* img_title end */
/* footer_side_right end */
/* thirdChanner end */

/*video start*/
.video_lists_box{
    width: 100%;
}
.video_lists_title{
    position: relative;
    height: 24px;
    padding: 0 0 5px 0;
    line-height: 23px;
    color: #e50123;
    border-bottom: 1px solid #f2f2f2;
    letter-spacing:5px;
    margin-bottom:15px
}
.video_lists_title>span{
    position: absolute;
    bottom: -1px;
    border-bottom: 1px solid #e50123;
    font-weight: bold;
    font-size: 18px;
}
.video_lists_title .more{
    position: absolute;
    bottom: 0px;
    right: 0;
    color: #666;
    font-weight: normal;
    font-size: 12px;
}
.video_lists_title .more:hover{
    color: #e50123;
}
/*视频栏目一*/
.video_lists_box .leftbox{
    position: relative;
    overflow: hidden;
    width: 750px;
    height:520px;
    float:left;
}

.video_lists_box .rightbox{
    position: relative;
    float:right;
    width:230px;
}

.video_lists_box .leftbox .items_img_box{
    width:100%;
    height:100%;
}
.video_lists_box .leftbox .items_img_box>a img{
    width: 750px;
    height:520px;
}
.video_lists_box .leftbox .items_img_box .video_title {
    position: absolute;
    display: block;
    width: 100%;
    height: 45px;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height:45px;
    z-index: 9999;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video_lists_box .leftbox .items_img_box .video_title>a{
    color: white;
}
.video_lists_box .leftbox .items_img_box .layui-icon-play{
    position: absolute;
    display:block;
    left: 44%;
    top: 40%;
    transition: all 0.3s;
    color: white;
    display: block;
    z-index: 99;
    font-size: 80px;
    height: 40px;
}
.video_lists_box .leftbox .items_img_box .layui-icon-play:hover{
    color: #e50123;
}




.video_lists_box .rightbox .items_img_box{
    position:relative;
    display:block;
    width: 230px;
    height:165px;
    margin-bottom:10px;
}

.video_lists_box .video_pic a{
    display: block;
    width: 230px;
    height:135px;
    overflow: hidden;
}
.video_lists_box .video_pic img{
    width: 230px;
    height:135px;
    transition: all 0.8s;
}
.video_lists_box .video_pic img:hover{
        transform: scale(1.2); 
    }
.video_lists_box .items_img_box .video_title {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height:23px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_lists_box .items_img_box .layui-icon-play{
    position:relative;
    display:block;
    left:44%;
    top:-60%;
    transition: all 0.3s;
    color: white;
    display: block;
    z-index: 99;
    font-size:30px;
    height: 40px;
}
.video_lists_box .items_img_box .layui-icon-play:hover{
    color: #e50123;
}
/*视频栏目一*/
/*视频栏目通用*/
.video_lists_box .video_cont_lists{width:100%;margin-left:-15px;}
.video_lists_box .video_items{width:185px;min-height:200px;display:block;float:left;margin-left:15px;}
.video_lists_box .video_items .video_pic a{
    display: block;
    width: 185px;
    height:125px;
    overflow: hidden;
}
.video_lists_box .video_items .video_pic img{
    width: 185px;
    height:125px;
    transition: all 0.8s;
}
.video_lists_box .video_items .video_pic img:hover{
        transform: scale(1.2); 
    }
.video_lists_box .video_items .video_title {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height:23px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_lists_box .video_items .layui-icon-play{
    position:relative;
    display:block;
    left:44%;
    top:-60%;
    transition: all 0.3s;
    color: white;
    display: block;
    z-index: 99;
    font-size:30px;
    height: 40px;
}
.video_lists_box .video_items .layui-icon-play:hover{
    color: #e50123;
}

.video_lists_box .video_items_big{width:235px;display:block;float:left;margin-left:15px;}
.video_lists_box .video_items_big .video_pic a{
    display: block;
    width: 235px;
    height:305px;
    overflow: hidden;
}
.video_lists_box .video_items_big .video_pic img{
    width: 235px;
    height:305px;
    transition: all 0.8s;
}
.video_lists_box .video_items_big .video_pic img:hover{
        transform: scale(1.2); 
    }
.video_lists_box .video_items_big .video_title {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height:23px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_lists_box .video_items_big .layui-icon-play{
    position:relative;
    display:block;
    left:44%;
    top:-60%;
    transition: all 0.3s;
    color: white;
    display: block;
    z-index: 99;
    font-size:30px;
    height: 40px;
}
.video_lists_box .video_items_big .layui-icon-play:hover{
    color: #e50123;
}


/* 三开栏目样式 start */
.video_col_box li{
    width: 320px;
    float: left;
    margin: 0 0 0 20px;
}
.video_col_box li:first-child{
    margin: 0;
}
.video_col_box .title{
    position: relative;
    width:320px;
    height:24px;
    padding: 0 0 5px 0;
    line-height: 22px;
    color: #e50123;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom:15px;
}
.video_col_box .title>span{
    position: absolute;
    bottom: -1px;
    border-bottom: 1px solid #e50123;
    font-weight: bold;
    font-size: 18px;
    letter-spacing:5px;
}
.video_col_box .more{
    position: absolute;
    bottom: 0px;
    right: 0;
    color: #666;
    font-weight: normal;
    font-size: 12px;
}
.video_col_box .more:hover{
    color: #e50123;
}


/* item start */
.video_col_box .item{
    position: relative;
}
.video_col_box .item .cover{
    overflow: hidden;
    position: relative;
    width: 315px;
    height: 203px;
    margin: 0 auto
}
.video_col_box .item .cover a{
    display: block;
    width: 315px;
    overflow: hidden;
}
.video_col_box .item .cover a img{
    transition: all 0.8s;
}
.video_col_box .item .cover a:hover img{
    transform: scale(1.2,1.2);
}
.video_col_box .item .cover>div a:first-child{
    height: 175px;
}
.video_col_box .item .cover>div a:last-child{
    position:relative;
    width: 305px;
    height: 36px;
    line-height:36px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 99;
    color:#fff;
    bottom: 36px;
}
.video_col_box .item .cover a img{
    max-width: 315px;
    max-height: 175px;
}


.video_col_box .item .lists{
/*    margin: 10px 0;*/
margin-top:-20px;
}
.video_col_box .item .lists a{
    display: block;
    line-height: 30px;
/*    padding: 0 0 0 20px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*background: url(../images/tip_02.jpg) no-repeat left center;*/
    background-size: 4px 4px;
    background-position-x: 5px;
    color:#000100;
    font-size: 14px;
}
.video_col_box .item .lists a:hover{
    color: #e50123;
    text-decoration: underline;
}


.video_col_box .layui-icon-play{
    position:relative;
    display:block;
    left:44%;
    top:-60%;
    transition: all 0.3s;
    color: white;
    display: block;
    z-index: 99;
    font-size:30px;
    height: 40px;
}
.video_col_box .layui-icon-play:hover{
    color: #e50123;
}


.Cooldog_container {
    width: 1000px;
    height:300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: -moz-linear-gradient(top, #0484bf 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0484bf), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #0484bf 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #0484bf 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #0484bf 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #0484bf 0%,#ffffff 100%);
}

.Cooldog_container .Cooldog_content {
    position: absolute;
    width: 798px;
    height:300px;
    top:15px;
    left: 50%;
    margin-left: -249px;
}

.Cooldog_container .Cooldog_content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 498px;
    height: 260px;
    transition: all 0.3s ease;
}

.Cooldog_container .Cooldog_content .layui-icon-play{
    position:relative;
    display:block;
    left:44%;
    top:-60%;
    transition: all 0.3s;
    color: white;
    display: block;
    z-index:999;
    font-size:45px;
    height: 40px;
}
.Cooldog_container .Cooldog_content .layui-icon-play:hover{
    color: #e50123;
}

.Cooldog_container .Cooldog_content .title {
    position: absolute;
    display: block;
    width: 100%;
    height: 45px;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height:45px;
    z-index: 9999;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Cooldog_container .Cooldog_content .title>a{
    color: white;
}

.Cooldog_container .Cooldog_content li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.Cooldog_container .btn_left, .Cooldog_container .btn_right {
    display: none;
    width: 126px;
    height: 179px;
    position: absolute;
    top: 21px;
    z-index: 50;
    color: #fff;
    line-height: 179px;

}

.Cooldog_container .btn_left {
    text-align: left;
    left: 0;
}

.Cooldog_container .btn_right {
    text-align: right;
    right: 0;
}

.Cooldog_container i {
    font-size: 50px;
}
.Cooldog_container .buttons {
    width: 370px;
    height: 5px;
    line-height: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -185px;
    z-index: 80;
}

.Cooldog_container .buttons a {
    float: left;
    width: 40px;
    height: 5px;
    background-color: #898F94;
    margin-right: 15px;
}

.Cooldog_container .buttons a.color {
    background-color: #92ffff;
}

.Cooldog_container .buttons a:last-child {
    margin-right: 0;
}

.p1 {
    transform: translate3d(-577px, 0, 0) scale(0.81);
    opacity: 0.4;
    z-index: 1;
}

.p2 {
    transform: translate3d(-325px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.6;
    z-index: 2;
}

.p3 {
    transform: translate3d(-125px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 3;
}

.p4 {
    transform: translate3d(0px, 0, 0) scale(1);
    opacity: 1;
    z-index: 4;
}

.p5 {
    transform: translate3d(220px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 3;
}

.p6 {
    transform: translate3d(425px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.6;
    z-index: 2;
}

.p7 {
    transform: translate3d(625px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.4;
    z-index: 1;
}


/* 三开栏目样式 end */