body{
    background: #f9f9f9;
}
.Partner-Links{
    width: 1200px;
    height:80px ;
    /*border: 1px solid #eeeeee;*/
    margin: 30px auto 0 auto;
    background: #fffbfb;
}
.Partner-Links ul{
    width: 1200px;
    height: 100%;
}
.Partner-Links ul li{
    width: 16.6%;
    height: 100%;
    float: left;
    position: relative;
}
.Partner-Links-WinD{
    width: 190px;
    height: 80px;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.Partner-T{
    width: 41px;
    height: 41px;
    /*border: 1px solid silver;*/
    margin-top: 18px;
    margin-left: 10px;
}
.Partner-LinksText{
    width: 70%;
    float: right;
    margin-top: -43px;
}
.Partner-LinksText p{
    font-size: 12px;
    color: silver;
    width: 100%;

}
.Partner-LinksText p:nth-child(1){
    font-size: 16px;
    color: #111216;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.Partner-LinksText p:nth-child(2){

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.NewType{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.NewType-nav{
    position: relative;
    top: 10px;
    width: 100%;
    height: 75px;

}
.NewType-nav ul{
}
.NewType-nav ul li{
    width: 112.5px;
    float: left;
    text-align: center;
    font-size: 24px;
    height: 75px;
    line-height: 75px;
    color: #ad0e12;
    font-weight: 400;
}
.NewType-nav ul li.active{
    color:#333;
}
.NewType-nav ul li a{
    color:#666666;
}
.NewType-nav ul li.active a{ 
    color: #000000;
    font-weight: bold;
}

.NewType-Content{
    width: 855px;
    float: left;
    padding-bottom: 80px;
}
.NewType-Content ul{
    width: 100%;
    /*border: 1px solid #eeeeee;*/
    height: 100%;
    display: inline-block;
}
.NewType-Content ul li{
    width: 100%;
    height: 215px;
    position: relative;

}
.NewType-Detail{
    width: 100%;
    height: 100%;
    /*margin: 0 auto;*/
    position: relative;
    border-bottom: 1px #eeeeee solid;
    cursor:pointer
}
.NewTypeImg{
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.NewTypeImgBox{
    margin-top: 36px;
    border-radius:8px;
    overflow: hidden;
    width: 100%;
    height: 145px;
    position: relative;
}
.NewTypeTop{
    width: 56px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e7141a;
    border-radius: 2px;
    color: white;
    line-height: 19px;
    display: none;
    text-align: center;
    font-size: 12px;
}
.NewTypeImgBox img{
   width: 100%;
    height: 100%;

}
.NewTypeText{
    width: 65%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.TextTitle{
    font-size: 20px;
    margin-top: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.TextContent{
    margin-top: 12px;
    font-size: 13px;
    width: 90%;
}
.TextSource{
    margin-top: 12px;
}
.TextSource span{
    font-size: 13px;
}
.TextSource span:nth-child(1){
    font-weight: bold;

    font-size: 15px;
}
.TextSource span:nth-child(2),.TextSource span:nth-child(3){
    /*margin-left: 10px;*/
}
.bg-color{
    background: #f1f1f1;
}
.LookMore{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    color: #999999;
    font-size: 16px;
}
.LookMore a{
    color: #E71F19;
    text-decoration: none;
}
/*热门快讯*/
.Hot-News{
    width: 325px;
    height: 780px;
    /*border: 1px #eeeeee solid;*/
    float: right;
    background: white;

}
.HotNewsTitle{
   width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.HotMore{
    position: absolute;
    right: 0;
    color: #999999;
    font-weight: normal;
    font-size: 16px;
    text-align: right;
}
.HotMore a{
    color: silver;
}
.HotNewsTitle span:nth-child(1){
    position: absolute;
    left: 0;
    font-size: 21px;
}
.Hot-News-content{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.HotNewsText{
    width: 92%;
    border-left: 1px #eeeeee solid;
    height: 710px;
    margin: 0 auto;

}
.TuoY{
    width: 15px;
    height: 15px;
    position: absolute;
    left: -8.5px;
    top: 10px;
}
.HotNewsText-box{
    height: 240px;
    width: 100%;
    position: relative;
}
.HotNewsText-Article{
    width: 90%;
    position: absolute;
    right: 0;
}
.HotNewsTime{
    font-size: 20px;
    color: grey;
    font-weight: 300;
    margin-top:6px;
}
.HotNewsA-T{
    font-size: 16px;
    color: black;
    letter-spacing: 1px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 7px;
}
.hot_NewContent_ul{
    margin-top: 10px;
}
.HotNewsTTT{
    font-size: 13px;
    margin-top: 8px;
    line-height: 160%;
    letter-spacing: .5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 98px;
}
.Favorable-BadProfit{
    margin-top: 10px;
}
.Favorable-BadProfit span{
    font-size: 14px;
    color: silver;
}
.count-f{
    margin-left: 10px;
}
.Fb-span{
    margin-left: 20px;
}
.HotNewsText-Article:hover .HotNewsA-T{
    color: #E71F19;

}
.HotNewsText-Article:hover{
    cursor: pointer;
}
.NewType-Content ul li:hover .TextTitle{
    color: #E71F19;
    cursor: pointer;
}

.hot_Hover_A{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px!important;
}
.hot_Img_TT_Im{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hot_Img_TT_Im img{
    width: 100%;
}


.Hot-News{
    margin-bottom: 30px;
}
.TextContent{
    overflow:hidden;/*超出隐藏*/
    text-overflow:ellipsis;/*文本溢出时显示省略标记*/
    display:-webkit-box;/*设置弹性盒模型*/
    -webkit-line-clamp:4;/*文本占的行数,如果要设置2行加...则设置为2*/
    -webkit-box-orient:vertical;/*子代元素垂直显示*/
    height: 72px;
}
.TextSource{
    position: relative;
}
.thumbs-up,.thumbs-Down{
    position: absolute;
    right: 25px;
    bottom: 30px;
    z-index: 999;
    cursor: pointer;
}
.Guankan{
    margin-left: 10px;
}
.Guankan img{
    margin-right: 5px;
}
.lunbo{
    width: 855px;
    float: left;
    height: 300px;
    margin-top: 20px;
}

.lunboBanner{
    width: 68%;
    height: 300px;
    float: left;
    overflow: hidden;
    border-radius: 8px;
}
.rightContentVideo{
    width: 30%;
    float: right;
    height: 100%;
    position: relative;
}
.VideoNews{
    width: 100%;
    height: 48%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    z-index: 99;
}
.VideoNewsBt{
    position: absolute;
    bottom: 0;
    height: 30px;
    right: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 30px;
    opacity: .7;
    background: black;
    color: white;
    display: block;
}
.VideoNewsBtText{
    width: 90%;
    margin: 0 auto;
}
/*.VideoNews:hover .VideoNewsBt{*/
/*display: none;*/
/*}*/
/*.ArticleNews:hover .VideoNewsBt{*/
/*display: none;*/
/*}*/
.ArticleNews{
    width: 100%;
    height: 48%;
    position: relative;
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
}
.ArticleNews img{
    width: 100%;
    height: 100%;
}
.NewType-Content ul{
    margin-top: 10px;
}
.NewType{
    clear: both;
}
.video-btn{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.video-btn img{
    width: 100%;
}