/*头条*/
.toutiao{
    padding-top: 20px;
    text-align: center;
}
.toutiao>a{
    font-size: 30px;
    line-height: 50px;
    font-family:"微软雅黑";
    font-weight: bold;
    color: #ee1c25;
}
.toutiao>a:hover{
    color:#ee1c25;
}
.toutiao .recommend a{
    font-size: 16px;
}
.toutiao .recommend a:hover{
    font-size: 16px;
    color:#ee1c25;
}
/*顶部通栏广告*/
.top_banner {width:100%;margin:0px auto;}
.top_banner img {width:100%;}
/*顶部下压广告*/
.top_ad {width:1240px;margin:0px auto;height:0px;overflow:hidden;}
.top_ad img {width:100%;max-height:400px;height:400px;}
/*三联广告*/
.sanlian_ad {
	margin-top: 35px;
	display: flex;
}
.sanlian_ad img {
	width:394px;
	height:80px;
} 
.sanlian_ad a:first-child{
	margin-right:9px;
}
.sanlian_ad a:last-child{
	margin-left:9px;
}
/*内容*/
.top_box{
    margin-top: 35px;
}
.top_box a:hover{
    color:#ee1c25;
}
.top_box .top_left,
.center_box .center_left{
    width: 785px;
    margin-right: 43px;
}
.slideBox1 {
    position: relative;
    width: 785px;
    height: 465px;
    overflow: hidden;
}

.slideBox1 .bd {
    height: 100%;
}

.slideBox1 img {
    width: 785px;
    height: 465px;
    vertical-align: bottom;
}

.slideBox1 .bd .shadow {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    width: 785px;
    height: 60px;
    background: #000;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

.slideBox1 .bd .shadow p {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.slideBox1 .hd {
    position: absolute;
    bottom: 20px;
    right: -10px;
    transform: translateX(-50%);
    z-index: 999;
}

.slideBox1 .hd li {
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    margin: 3px;
}

.slideBox1 .hd li:last-child {
    margin-right: 0;
}

.slideBox1 .hd li.on {
    background-color: #ee1c25;
}

.slideBox1 .prev {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    left:0px;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: .7;
    background: url("../img/left-arrow.png") no-repeat center center;
	display:none;
}

.slideBox1 .next {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    right:0px;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: .7;
    background: url("../img/right-arrow.png") no-repeat center center;
	display:none;
}

/*专题模块*/
.xxzt_box{
    width: 785px;
}
.box_com{
    margin-top:15px;
}
.box_com .title{
    border-bottom: 1px solid #eee;
}

.box_com .title a{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    font-size:18px;
    border-bottom: 4px solid #ee1c25;
}

.box_con{
    width: 785px;
}

/*湘西专题*/
.picScroll_left .bd {
    position: relative;
    width: 785px;
    overflow: hidden;
    margin: 0 auto;
}

.picScroll_left .bd .img_box {
    float: left;
    width: 224px;
    height: 124px;
}

.picScroll_left .bd li {
    position: relative;
    float: left;
    /*margin-right: 25px;*/
    width: 282px;
    height: 174px;
    transition: .2s ease;
}

.picScroll_left .bd li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.picScroll_left .bd li .img_box img {
    width: 224px;
    height: 124px;
    vertical-align: bottom;
}
.picScroll_left .bd .tit_box {
    float: left;
    width: 224px;
    height: 50px;
    text-align: center;

}
.picScroll_left .bd .tit_box span{
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.picScroll_left .bd li:hover .tit_box span{
    color:#ee1c25;
}
.picScroll_left .bd .prev,
.picScroll_left .bd .next{
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 62px;
    transform: translateY(-50%);
    cursor: pointer;
    width:20px;
    height:50px;
    background: url("../img/left-arrow.png") center center no-repeat;
    opacity: 0.5;
    background-size: contain;
}
.picScroll_left .bd .next {
    background: url("../img/right-arrow.png") center center no-repeat;
    background-size: contain;
}

.picScroll_left .bd .prev {
    left: 5px;
}

.picScroll_left .bd .next {
    right: 5px;
}
/*湘西直播*/
.zb_box_con ul{
    width: 100%;
}
.zb_box_con ul li{
    display: inline-block;
    width: 180px;
    margin-right: 17px;
}
.zb_box_con ul li:nth-child(4n){
    margin-right: 0;
}
.zb_box_con ul li .img_box{
    width: 180px;
    height: 107px;
}
.zb_box_con ul li .img_box img{
    width: 180px;
    height: 107px;
}
.zb_box_con ul li .tit_box{
    width: 180px;
    height: 55px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
}
.zb_box_con ul li:hover .tit_box span{
    color:#ee1c25;
}
.zb_box_con ul li:hover a{
    text-decoration: none;
}
/*湘西直播*/
.sp_box_con ul{
    width: 100%;
}
.sp_box_con ul li{
    float: left;
    width: 224px;
    margin-right: 52px;
}
.sp_box_con ul li:nth-child(3n){
    margin-right: 0;
}
.sp_box_con ul li .img_box{
    position: relative;
    width: 224px;
    height: 126px;
}
.sp_box_con ul li .img_box img{
    width: 224px;
    height: 126px;
}
.sp_box_con ul li .img_box span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:27px;
    height:35px;
    background: url("../img/video_icon.png") no-repeat center center;
}
.sp_box_con ul li .tit_box{
    width: 224px;
    padding: 10px 0px;
    line-height:24px;
    font-size: 16px;
    text-align: left;
    box-sizing: content-box;
}
.sp_box_con ul li .tit_box p{
    color: #828282;
    font-size:12px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;;
}
.sp_box_con ul li:hover .tit_box span,
.sp_box_con ul li:hover .tit_box p{
    color:#ee1c25;
}
.sp_box_con ul li:hover a{
    text-decoration: none;
}
/*上右侧*/
.top_box .top_right{
    width: 372px;
}
.news_box {
    width: 372px;
    background-color: #fff;
}
.top_right .news_box_con:hover a,
.news_box .bd .news_box_con:hover a{
    color:#ee1c25;
}
.news_box .hd ul{
    display: inline-block;
    height: 34px;
}
.news_box .hd ul li {
    display: inline-block;
    margin-right: 20px;
}
.news_box .hd ul li:last-child{
    margin-right: 0;
}
.news_box .hd .title {
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
}
.news_box .hd .title a {
    font-size: 18px;
    line-height: 34px;
    position: relative;
    display: inline-block;
}
.news_box .hd .title span {
    font-size: 18px;
    line-height: 34px;
    color: #3e3e3e;
}
.news_box .title span{
    border-bottom:none;
}
.news_box .hd .on .title span {
    color:#ee1c25;
}
.news_box .hd .gg1{
    margin-top: 5px;
}
.news_box .hd .gg1 a{
    display: inline-block;
    width: 90px;
    height: 26px;
}
.news_box .hd .gg1 a img{
    display: inline-block;
    width: 100%;
}
.news_box .bd .news_box_con{
    width: 100%;
}
.news_box .bd .news_box_con a{
    display: block;
    width: 372px;
    font-size:16px;
    color:#333;
    height: 37px;
    line-height: 36px;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;

}
.news_box .bd .news_box_con:nth-child(5n-4) a{
    font-size:20px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
}

.news_box .news_box_con{
    width: 100%;
}
.news_box .news_box_con a{
    display: block;
    width: 372px;
    font-size:16px;
    color:#333;
    height: 37px;
    line-height: 36px;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;

}
.slideTxtBox1 .hd .box_com .title{
    border-bottom: 0px solid #eee;
}

.slideTxtBox1 .hd .box_com .title a{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    font-size:18px;
    color:#333;
    border-bottom: none;
}
.slideTxtBox1 .hd .on .box_com .title a{
    border-bottom: 4px solid #ee1c25;
}
.slideTxtBox1 .bd .news_box_con:nth-child(5n-4) a{
    font-size:16px;
    font-weight: normal;
    height: 37px;
    line-height: 36px;
}
.slideTxtBox1 .bd .news_box_con a span{
    color:#ee1c25;
}
.r_ad {margin-top: 10px;width:372px;height:50px;}
.r_ad img {width:372px;height:50px;}
/*团结数字报*/
.tjszb_box{
    width: 371px;
    margin-top: 20px;
}
.calendar-nextmonth {
    background: url("../img/cal_arrow_r.png") no-repeat center center;
    width: 40px;
    height: 20px;
}
.calendar-nextyear{
    background: url("../img/cal_double_arrow_r.png") no-repeat center center;
    width: 20px;
    height: 20px;
}
.calendar-prevmonth{
    background: url("../img/cal_arrow_l.png") no-repeat center center;
    width: 40px;
    height: 20px;
}
.calendar-prevyear{
    background: url("../img/cal__double_arrow_l.png") no-repeat center center;
    width: 20px;
    height: 20px;
}
.calendar-title{
    background: url("../img/cal_t_bg.png") center center;
}
.calendar{
    border:none;
    padding: 0;
}
.calendar-title span{
    height: 37px;
    line-height: 37px;
    color: #fff;
}
.calendar table td, .calendar table th {
    font-size: 14px;
    border: 1px solid #eee;
    /*background: #eee;*/
}

.calendar-selected{
    background: url("../img/cal_t_bg.png") center center!important;
    background-size: 100% 100%!important;
    color: #fff!important;
    border: 0px solid #ffab3f;
    padding: 0;
}
.calendar-selected.calendar-nav-hover{
    color: #fff!important;
    border-radius: 5px;
}
.calendar-nav-hover{
    color:#000!important;
    border-radius: 0;
}
/*广告*/
.gg_center{
    margin-top: 30px;
    width: 1200px;
    height: 80px;
}
.gg_center a{
    display: block;
}
.gg_center a img{
    width: 100%;
}
/*中间*/
/*湘西政务*/
.xxzw_box{
    position: relative;
}
.xxzw_box .outBox {
    width: 785px;
    height: 230px;
}
.xxzw_box .outBox .outBox-sub {
	width:390px;
}
.xxzw_box .hd_tab_w{
}
.xxzw_box .hd_tab_w li{
    display:inline-block;
    width: 126px;
    height: 42px;
    margin-right: 20px;
}
.xxzw_box .hd_tab_w .box_double{
    background: #e7ebf1;
    border-radius: 10px;
}
.xxzw_box .hd_tab_w .box_double .title{
    width: 100%;
    height: 100%;
}

.xxzw_box .hd_tab_w .box_double .title a{
    display: inline-block;
    width: 100%;
    line-height: 42px;
    font-size:16px;
    color:#3963b1;
    text-align: center;
}
.news_box_tab{
    background-color: #fff;
    padding-top: 20px;
}
.news_box_tab .inHd ul,
.news_box_tab .hd ul{
    display: inline-block;
    height: 30px;
}
.news_box_tab .inHd ul li,
.news_box_tab .hd ul li{
    display: inline-block;
    width: 75px;
    height: 30px;
    margin-right: 20px;
    border-radius: 10px;
    background: #bfbfbf;
}
.news_box_tab .inHd .title,
.news_box_tab .hd .title{
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 17px;
}
.news_box_tab .inHd .title a,
.news_box_tab .hd .title a{
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    display: inline-block;
}
.news_box_tab .inHd .title span,
.news_box_tab .hd .title span{
    font-size: 14px;
    line-height: 30px;
    color: #fffefe;
}
.news_box_tab .inHd .on,
.news_box_tab .hd .on{
    background:#ff4949!important;
}
.news_box_tab .inBd .news_box_tab_con{
    display: inline-block;
    width: 372px;
    height: 30px;
    line-height: 30px;
    margin-right: 41px;
    float: left;
}
.news_box_tab .inBd .news_box_tab_con:nth-child(2n){
    margin-right: 0px;
}
.news_box_tab .inBd .news_box_tab_con a{
    /*display: block;*/
    width: 374px;
    font-size:16px;
    color:#333;
    height: 30px;
    line-height: 30px;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;

}
.news_box_tab .inBd .news_box_tab_con:hover a{
    color:#ee1c25;
}
/*湘西服务*/
.xxfw_box .fw_box{
    width: 785px;
}
.fw_box_l{
    display: inline-block;
    width: 390px;
    margin-right: 30px;
}
.fw_box_r{
    display: inline-block;
    width: 365px;
}
.fw_box_l .tit,
.fw_box_r .tit{
    width: 96px;
    height: 30px;
    text-align: center;
}
.fw_box_l .tit a,
.fw_box_r .tit a{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background: #db4c52;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.fw_box_r .tit a{
    border-radius: 10px;
    margin-bottom: 10px;
}
.fw_box_con{
    width: 390px;
    height: 221px;
    background: #db4c52;;
    border-radius: 10px;
    border-top-left-radius: 0;
}
.fw_box_con .tit{
    display: inline-block;
    width: 40px;
    height: 110px;
    writing-mode:vertical-rl;
    font-size: 16px;
    line-height: 30px;
    color: #fed700;
}
.fw_box_con .dash_line{
    border-bottom: 1px dashed #fff;
}
.fw_box_con .con{
    padding:25px 5px;
    box-sizing: border-box;
}
.fw_box_con .con ul{
    width: 328px;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.fw_box_con .con ul li{
    width: 82px;
    line-height: 30px;
    box-sizing: border-box;
}
.fw_box_con .con ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}
.fw_box_con .con ul li:last-child a{
    color: #fed700;
}
.fw_box_con .banshi_box .rcfw_box{
    display: inline-block;
    width: 248px;
    height: 127px;
    text-align: center;
    border-radius: 10px;
    padding-top: 30px;
    background: #00a0e9 url("../img/rcfw_bg.png") no-repeat center center;
}
.fw_box_con .banshi_box .rcfw_box a{
    display: inline-block;
    width: 248px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}
.fw_box_con .banshi_box .ycb_ywt{
    display: inline-block;
    width: 130px;
    height: 127px;
    text-align: center;
}
.fw_box_con .banshi_box .ycb_ywt .ycb{
    border-radius: 10px;
    width: 130px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background:#22ac38 url("../img/ycb_bg.png") no-repeat center center;
}
.fw_box_con .banshi_box .ycb_ywt .ywt{
    border-radius: 10px;
    width: 130px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background:#fd8b05 url("../img/ywt_bg.png") no-repeat center center;
}
.fw_box_con .banshi_box .ycb_ywt a{
    color: #fff!important;
}
.fw_box_r_con .xxdsj {
	width: 100%;
    height: 260px;
}
.fw_box_r_con a{
    display: inline-block;
    padding-top: 10px;
}
.fw_box_r .module_box{
    margin-top:20px;
    display: flex;
    justify-content: space-around;
}
.fw_box_r .module_box .module_item{
    width: 90px;
    height: 90px;
    background: #d4fdeb;
    border-radius: 10px;
}
.fw_box_r .module_box .module_item a{
    text-align: center;

}
.fw_box_r .module_box .module_item img{
    margin-left: 50%;
    transform: translateX(-50%);
    height: 46px;
    margin-bottom: 5px;
}
.fw_box_r .module_box .module_item span{
    display: inline-block;
    text-align: center;
}
.fw_box_r .module_box .module_item:nth-child(2){
    background: #daf2ff;
}
.fw_box_r .module_box .module_item:last-child{
    background: #f7dfdf;
}

/*中间右侧*/
.center_right .news_box_tab{
    width: 372px;
}
.center_right .news_box_tab .news_box_con{
    height: 36px;
    line-height: 36px;
}
.center_right .news_box_tab .news_box_con a{
    display: block;
    height: 36px;
    line-height: 36px;
	font-size:16px;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
}
.center_right .news_box_tab .news_box_con:hover a{
    color:#ee1c25;
}
.center_right .xxsw_box .sw_box_con{
    padding-top: 20px;
}
.center_right .xxsw_box .sw_box_con>div{
    width: 372px;
    height: 192px;
    margin-bottom: 15px;
}
.center_right .xxsw_box .sw_box_con>div img{
    width: 372px;
    height: 192px;
}
/*媒体矩阵*/
.mtjz_box{
    padding-bottom:30px;
}
.mtjz_box .mtjz_box_con{
    margin-top: 40px;
}
.mtjz_box .mtjz_box_con ul{
    width: 1200px;
    display: flex;
    justify-content: space-around;
}
.mtjz_box .mtjz_box_con ul li{
    width: 124px;
    height: 154px;
}
.mtjz_box .mtjz_box_con ul li a{
    position: relative;
    display: inline-block;
    width: 124px;
    height: 154px;
    text-align: center;
}
.mtjz_box .mtjz_box_con ul li a img{
    width: 124px;
    height: 124px;
}
.mtjz_box .mtjz_box_con ul li a span{
    display: inline-block;
    width: 124px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color:#818181;
}

/*链接*/
.lj_box .hd ul li{
    display: inline-block;
}
.lj_box .box_com .title a{
    border-bottom: none;
    font-size: 18px;
}
.lj_box .on .box_com .title a{
    border-bottom: 4px solid #ee1c25;
}
.lj_box .bd .lj_box_con li{
    display: inline-block;
    width: 96px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align:center;
}
.lj_box .bd .lj_box_con li:hover a{
    color:#ee1c25;
}

.jubao {padding-top:20px;}
.jubao img {width:180px;}
.jubao a {float:left;}
.jubao a:nth-child(1) {float:right;}

/*link*/
.slideTxtBox3 .hd .box_link .title a{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    font-size:18px;
    border-bottom: 4px solid #fff;
}
.slideTxtBox3 .hd .on .box_link .title a{
    border-bottom: 4px solid #ee1c25;
}


