.main{
    width: 1200px;
    margin: auto;
}
.topNav{
    width: 100%;
    height: 30px;
    display: flex;
    line-height: 30px;
}
.topNav .l{
    width: 180px;
    height: 30px;
    padding-left: 5px;
}

.topNav .r{
    flex: 1;
    text-align: right;
    padding-right: 5px;
}
.topNav .r a{
    margin-left: 10px;
}

.logobox{
    width: 100%;
    height: 80px;
    display: flex;
    padding: 5px 0;
}
.logobox .logo{
    padding: 0 20px;
    height: 80px;
    background: #FFFFFF;
}
.logobox .logo a img{
    width: 180px;
    height: 60px;
    margin-top: 10px;
}
.logobox .logo-r{
    flex: 1;
    background: #FFFFFF;
}
.navbox {
    width: 100%;
    height: 45px;
    background-color: #0875d2;
}
.navbox .nav ul{
    line-height: 45px;
    display: flex;
}
.navbox .nav ul li {
    height: 45px;
}
.navbox .nav ul li a{
    display: block;
    color: #FFFFFF;
    padding: 0 20px;
}
.navbox .nav ul li:hover{
    background: #ff9b19;
}

.cboxa{
    width: 100%;
    display: flex;
}
.cboxa .left{
    width: 400px;
    margin-right:10px;
    background-color: #FFFFFF;
}
.cboxa .left .slide{
    width: 100%;
    height: 230px;
    background-color: #000;
}
#slideBox {
    position: relative;
}
#slideBox .bd img{
    width: 100%;
    height: 230px;
}
#slideBox .hd{
    position: absolute;
    right: 5px;
    bottom: 5px;
}
#slideBox .hd ul{
    display: flex;
    text-align: center;
}
#slideBox .hd ul li{
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #FFFFFF;
    margin-right: 3px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.cboxa .left .slide-m{
    width: 100%;
}
.cboxa .left .slide-m .item li{
    height: 2%;
    line-height: 35px;
    padding-left: 15px;
    position: relative;
}
.cboxa .left .slide-m .item li i{
    position: absolute;
    left: 0;
    top: 1px;
}
.cboxa .left .slide-m .item li a{
    width: 100%;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cboxa .left .slide-m .item li:hover i:before{
    color: #0875d2;
}
.cboxa .center{
    width: 400px;
    padding: 0 10px;
    margin-right: 10px;
    background-color: #FFFFFF;
}
.cboxa .center .hotbox .hottitle{
    border-bottom: 1px green dashed;
}
.cboxa .center .hotbox .hottitle a{
    /* width: 400px; */
    font-size: 18px;
    padding: 10px 0 0 0;
    display: block;
    color: green;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cboxa .center .hotbox .hottitle p{
    line-height: 25px;
    color: #999;
}
.cboxa .center .item{
    margin-top: 5px;
    position: relative;
}
.cboxa .center .item i.fa{
    position: absolute;
    top: 0;
    left: -10px;
    font-size: 50px;
    color: #0875d2;
    z-index: 99;
}
.cboxa .center .item li:first-child a{
    width: 350px;
    padding-left: 30px;
}
.cboxa .center .item li{
    width: 100%;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px #e9e9e9 solid;
}
.cboxa .center .item li a.tf{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cboxa .right{
    padding: 0 10px;
    flex: 1;
    background-color: #FFFFFF;
    position: relative;
}
.cboxa .right i{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    color: red;
}
.cboxa .right span.title{
    width: 100%;
    padding-left: 20px;
    font-weight: bolder;
    line-height: 28px;
    font-size: 18px;
}
.cboxa .right li{
    height: 33px;
    line-height: 33px;
    border-bottom: 1px #efefef dashed;
}
.cboxa .right li span{
    float: right;
    color: #666;
}
.cboxa .right li a{
    width: 290px;
    float: left;
    padding-left: 5px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.picbox{
    width: 1180px;
    background:  #FFFFFF;
    margin-top: 5px;
    padding: 10px;
}
.picbox .picitme{
    display: flex;
}
.picbox .picitme a{
    margin-right: 5px;
    display: block;
    position: relative;
}
.picbox .picitme a span{
    width: 222px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 5px;
    color: #FFFFFF;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}
.picbox .picitme a img{
    width: 232px;
    height: 138px;
    border-radius: 10px;
}
.picbox .picitme a:hover span{
    background-color: #0875d2;
}
.picbox .picitme a:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 1;
}
.picbox .picitme a:hover:after{
    opacity: 0;
}
.itmebox{
    display: flex;
    margin-top: 5px;
}
.itmebox .col-l{
    width: 800px;
    margin-right: 10px;
}
.itmebox .col-l .bgf{
    background: #FFFFFF;
}
.itmebox .col-l .bgf ul.TAB{
    display: flex;
}
.itmebox .col-l .bgf ul.TAB li{
    flex: 1;
    border-right: 1px solid #e3e3e3;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
.itmebox .col-l .bgf ul li.hover a{
    display: block;
    text-align: center;
    font-size: 14px;
}
.itmebox .col-l .bgf ul li.hover em{
    width: 0;
    height: 0;
    position: absolute;
    left: 45%;
    bottom: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0875d2;
    display: block;
}
.show1 ul li{
    height: 155px;
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #E8E7ED;
    display: list-item;
}
.show1 ul li:last-child{
    border-bottom: none;
}
.show1 .pic{
    width: 227px;
    float: left;
}
.show1 .pic a img{
    width: 227px;
    height: 136px;
}
.show1 .txt{
    width: 503px;
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    float: right;
}
.show1 .txt h3{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}
.show1 .txt h3 a{
    color: #0875d2;
}
.show1 .txt h3 a:hover{
    color: #ff9b19;
}
.show1 .txt p{
    height: 66px;
}
.show1 .txt .desc{
    height: 21px;
    line-height: 21px;
    margin-top: 10px;
}
.show1 .txt .desc span.love{
    padding-left: 20px;
    text-indent: 10px;
}
.show1 .txt .desc span.chat{
    padding-left: 20px;
}

.itmebox .col-r{
    width: 366px;
    flex: 1;
}
.itmebox .col-r .xkf{
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
}
.itmebox .col-r .xkf .xkftit{
    padding: 9px 12px;
}
.itmebox .col-r .xkf .xkftit .tit{
    border-bottom: 1px solid #DFDFDF;
    height: 45px;
    line-height: 45px;
}
.itmebox .col-r .xkf .xkftit .tit strong{
    font-size: 20px;
    font-weight: normal;
    margin-right: 49px;
}
.itmebox .col-r .xkf .xkftit .tit .ul-tab-n2 li.hover a{
    border-top: 1px solid #0875d2;
    background-color: #FFFFFF;
    border-left: 1px solid #DFDFDF;
    border-right: 1PX solid #dfdfdf;
    color: #0875d2;
}
.itmebox .col-r .xkf .xkftit .tit .ul-tab-n2 li a{
    display: inline-block;
    padding: 0 14px;
    font-size: 16px;
}
.itmebox .col-r .xkf .xkftit .tit .ul-tab-n2 li{
    float: left;
}
.ul-txt-n2 li{
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    border-bottom: 1px solid #DFDFDF;
}
.ul-txt-n2 li b.num{
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    font-size: 12px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #C8C8C8;
}
.ul-txt-n2 li b.top{
    background-color: #0875d2;
}
.ul-txt-n2 li:last-child {
    border-bottom: none;
}

.col-r .tjbox{
    margin-top: 5px;
    background: #FFFFFF;
}
.col-r .tjbox .tjboxs{
    padding: 9px 12px;
}
.col-r .tjbox .tjboxs .tjtit{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #DFDFDF;
}
.col-r .tjbox .tjboxs .tjtit span{
    font-size: 20px;
    font-weight: normal;
    margin-right: 49px;
    border-bottom: 1px solid #0875d2;
    display: inline-block;
}
.col-r .tjbox .tjboxs .tjtit a{
    color: #666;
}
.col-r .tjbox .tjboxs .tjtit a:hover{
    color: #0875d2;
}

.tjbox-ul li{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #DFDFDF;
}
.tjbox-ul li a{
    font-size: 15px;
}
.tjbox-ul li span.time{
    color: #999;
}

.linkbox{
    width: 100%;
}
.linkbox .links{
    padding: 10px 20px;
    background: #FFFFFF;
}
.linkbox .links .linktit{
    border-bottom: 1px solid #DFDFDF;
    height: 44px;
    line-height: 44px;
}
.linkbox .links .linktit span{
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #0875d2;
    display: inline-block;
}
.linkbox .links .link-cont{
    margin-top: 15px;
}
.linkbox .links .link-cont a{
    margin: 0 5px;
    line-height: 28px;
    font-size: 13px;
}

.footer{
    width: 100%;
    margin-top: 5px;
    background-color: #0875d2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .fdinfo{
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}
.footer .fdinfo p,
.footer .fdinfo p a{
    color: #FFFFFF;
    margin: 0 8px;
}
.footer .fdinfo p a:hover{
    text-decoration: underline;
}

/* 公共css */
.bg{
    background: #fbfbfb;
}
.bm{
    border-bottom: 1px solid #efefef;
}
.border{
    border: 1px solid #efefef;
}
.gg{
    width: 100%;
    height: 80px;
    background-color: azure;
    margin: 5px 0;
    position: relative;
}
.gg::after{
    content: '广告';
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
    color: #FFFFFF;
    padding: 1px;
}
.gg a img{
    width: 100%;
    height: 100%;
}
li.on {
    color: #FFFFFF;
    background-color: #ff9b19 !important;
}