@font-face {
  font-family: 'iconfont';  /* project id 259781 */
  src: url('//at.alicdn.com/t/font_cp00jsqgq3tprpb9.eot');
  src: url('//at.alicdn.com/t/font_cp00jsqgq3tprpb9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_cp00jsqgq3tprpb9.woff') format('woff'),
  url('//at.alicdn.com/t/font_cp00jsqgq3tprpb9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_cp00jsqgq3tprpb9.svg#iconfont') format('svg');
}
.iconfontyyy{
    font-family:"iconfont" !important;
    font-size:28px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
body {
    font-family: Microsoft YaHei,微软雅黑,宋体,Arial,Tahoma,Helvetica,sans-serif;
    font-size: 100%;
    color: #333;
    min-width: 320px;
    margin: 0 auto!important;
    height: 100%;
}
html{
    font-size: 10px;
}
body, html, form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img {
    margin: 0;
    padding: 0;
    border: 0;
}
img {
    -ms-interpolation-mode: bicubic;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a, input {
    outline: none;
}
ol, ul, li {
    list-style-type: none;
}

textarea {
    overflow: auto;
}
.header{
    width: 100%;
    height:68px;
    border-bottom: 2px solid #ccc;
    background: #ffffff;
    position:fixed;
    top:-70px;
    left:0;
    z-index:99999;
    transition:0.5s
}
.header.on {
    top:0px;
}
.headers{
    width: 1200px;
    height: 68px;
    margin: 0 auto;
}

.logo{
    width: 95px;
    height: 68px;
    display: block;
    float: left;
}
.logo img{
    width: 100%;
    margin-top: 10px;
}

.ulone{
    /*width: 440px;*/
    height: 68px;
    margin-left: 45px;
    display: inline-block;
}
.ulone li{
    width: auto;
    float: left;
    position: relative;
}
    .ulone li.lione:last-child:after{
        content:'new';
        display:inline-block;
        padding:0 3px;
        position:absolute;
        right: -7px;
        top: 17px;
        background-color:#f93838;
        color:#fff;
        font-size:12px;
        border-radius:5px;
        height:15px;
        line-height:15px;
        animation: myfirst .2s linear .2s infinite alternate;
-moz-animation: myfirst .2s linear .2s infinite alternate;	/* Firefox */
-webkit-animation: myfirst .2s linear .2s infinite alternate;	/* Safari 和 Chrome */
-o-animation: myfirst .2s linear .2s infinite alternate;	/* Opera */
    }

    @keyframes myfirst
{
0% {top: 16px;}
50% {top: 17px;}
100% {top: 18px;}
}

@-moz-keyframes myfirst /* Firefox */
{
0% {top: 16px;}
50% {top: 17px;}
100% {top: 18px;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0% {top: 16px;}
50% {top: 17px;}
100% {top: 18px;}
}

@-o-keyframes myfirst /* Opera */
{
0% {top: 16px;}
50% {top: 17px;}
100% {top: 18px;}
}

    .ulone li.lione:hover div{
        display:block;
    }
.ulone li:first-child div{
    width: 138px;
    margin-left: -69px;
}
.ulone li:first-child div span{
    background: #fff;
    border:none;
    font-size: 13px;
}
.ulone li:first-child div span:hover{
    background: #ff6500;
    color: #fff;
}
.ulone li .aone{
    display: inline-block;
    padding: 0 25px;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    color: #494949;
}
.ulone li:hover .aone{
    color: #ff6500;
}
.ulone li div{
    width: 178px;
    border: 1px solid #ccc;
    border-top: 2px solid #ff6500;
    position: absolute;
    font-size: 13px;
    color: #333;
    min-height: 20px;
    overflow: hidden;
    left: 50%;
    margin-left: -89px;
    display: none;
    z-index: 9999;
    background: #fff;
    display:none;
}
.ulone li div a{
    color: #333;
}
.ulone li div a:hover{
    color: #ff6500;
}
.ulone li div span{
    display: block;
    width: 100%;
    height: 38px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #333333;
    background: #f7f7f7;
}
.ulone li div ul{
    width: 100%;
    min-height: 20px;
    overflow: hidden;
}
.ulone li div ul li{
    width: 89px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.ulone li div ul li a:hover{
    background:#ff6500;
    color: #fff;
}
.ulone li div ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #333;   
}
#triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #494949;
    position: absolute;
    top: 32px;
    right: 10px;
}
.ulone li:hover #triangle-down{
    border-top:5px solid #ff6500;
}
.hright{
    display: inline-block;
    /*width: 340px;*/
    height: 68px;
    float: right;
}
.hright a{
    display: block;
    height: 26px;
    line-height: 26px;
    margin-top: 20px;
    font-size: 16px;
    color: #494949;
    float: left;
    text-align: center;
}
    .hright a:hover {
        color:#ff6500;
    }
.hright a:first-child{
    width: 28px;
    height:28px;
    line-height:28px;
}
.hright a:first-child img{
    margin-left: 3px;
    margin-top: 3px;
}
.hright a:first-child+a span{
    text-align: right;
    float:left;
    height:26px;
    line-height:26px;
}
.appdown{
    width: 72px;
    height: 48px!important;
    margin-left: 35px;
    position: relative;
}
.appdown .appt{
    width: 50px;
    height: 25px;
    display: block;
}
    .appdown i {
        float:left;
        font-size:22px;
    }
.lilogin{
    width: 50px;
    margin-left: 35px;
}
 .register{
    width: 50px;
    margin-left: 25px;
}
.appdown div{
    width: 168px;
    height: 188px;
    border: 1px solid #ccc;
    position: absolute;
    top: 49px;
    left: 50%;
    margin-left: -84px;
    background: #fff;
    border-top: 2px solid #ff6500;
    display: none;
    z-index: 999;
    margin-top:-1px;
}
.appdown div img{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    margin-top: 15px;
}
.appdown div span{
    display: block;
    font-size: 13px;
    color: #333333;
    width: 100%;
    height: 30px;
    line-height: 14px!important;
    text-align:center!important;
}

#searchDiv {
    position: absolute;
    top: 70px;
    width: 100%;
    background: rgba(247,247,247,.95);
    height: 100%;
    z-index: 99999;
}
#search .close{
    display:none;
}
#searchDiv div:first-child {
    padding: 0 10px;
    position: relative;
    width: 620px;
    margin:0 auto;
    z-index:99999;
}
#searchDiv div:first-child+div {
    margin: 0 auto;
    width: 580px;
    margin-top: 60px;
    padding: 0 10px;
    min-height:10px;
    overflow:hidden;
    z-index:99999;
}
    #searchDiv div:first-child i {
        position: absolute;
        right: 33px;
        top: 15px;
    }
    #searchDiv div:first-child i:hover {
        color:#ff6500;
    }
.search_txt {
    width: 95%;
    display: block;
    margin: 0 auto;
    height: 60px;
    line-height: 27px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    text-indent: 15px;
    background: #fff;
    margin-top: 190px;
    color: #8a8a8a;
}
.search_btn {
    width: 40px;
    float: right;
    border: 0;
    background:#fff;
    background-size: 55%;
    background-position: 2px;
    height: 31px;
    line-height: 31px;
    position: absolute;
    top: 16px;
    right: 4%;
}
#searchDiv div:first-child+div span {
    font-size: 1.4rem;
    color: #ff6500;
    display: block;
    width: 100%;
}
#searchDiv div:first-child+div a {
    color: #333;
    margin-top: 20px;
    margin-right: 30px;
    float: left;
    font-size: 1.4rem;
}
.disn {
    display: none;
}
.disb {
    display: block;
}
.main{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    height: 100%;
}
.main .left{
    width: 850px;
    height: auto;
    float: left;
}
.authormain div.left{
    float: initial;
    margin: 0 auto;
}
.top{
    width: 100%;
    height: 330px;
    overflow: hidden;
  /* background: #f3f3f3;*/ 
}
.top a{
    display: block;
}
.top_zd{
    width: 620px;
    height: 330px;
    overflow: hidden;
    position: relative;
    float: left;
}
.top_zd img,.top_zs img,.top_zx img{
    width: 100%;
    height: 100%;
}
.top_zd div{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: url(http://static.cifnews.com/yuguo/image/za.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
    .top_zd div span {
        color: #fff;
        font-size: 24px;
        position:absolute;
        bottom:20px;
        display:block;
        width:580px;
        left:50%;
        margin-left:-290px;
    }
.top_zs ,.top_zx{
    width: 215px;
    height: 157px;
    float: left;
    margin-left: 15px;
   
    position: relative;
    overflow: hidden;
    color: #fff;
}
    .top_zs, .top_zx:first-child {

        margin-bottom:16px;
    }
.meta{
    position: absolute;
    height: 117px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background: -o-linear-gradient(top, transparent 0%, black 100%);
    background: -ms-linear-gradient(top, transparent 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transition: all 0.5s;
    top: 95px;
    padding: 20px 10px;
}
div.meta h3 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
    height: 38px;
    overflow: hidden;
}
.meta:hover {
    color:#fff;
}
.main div.main_m {
    margin-right:350px;
}
.tag_main_m{
    margin-left:0!important;
}
.main div.theme{
    margin-left:0;
    margin-right:0!important;
}
.left_cont{
    width: 100%;
    min-height: 20px;
    overflow: hidden;
    padding-left: 10px;
    margin-left: -10px;
}
.left_cont dl{
    width: 100%;
    height: 180px;
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
    position:relative;
}

.left_cont dl h2{
    font-size: 20px;
    color: #333333;
    width: 100%;
    overflow: hidden;
    max-height:50px;
    font-weight:normal;
}
.left_cont dl h2:hover{
    color: #ff6500;
}
.left_cont dd{
    width: 585px;
    float: left;
    margin-left: 20px;
}
.dimg{
    height: 180px;
    width: 245px;
    float: left;
    overflow: hidden;
    margin-left:0;
}
.dimg img{
    width: 100%;
    height: 100%;
    opacity:0;
    /* transform: scale(1.3); */
    transition: opacity .7s ease;
    /* -webkit-transform: scale(1.3); */
    -webkit-transition: opacity .7s ease;
}
.dimg img.fade{
    opacity:1;
}
.dimg a, .tuig dt a, .active dt a{
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
/*.tuig dt img, .active dt img, .dimg img{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.tuig dt img:hover, .active dt img:hover, .dimg img:hover{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}*/
.dcont{
    width: 605px;
    margin-left: 20px;
}
.dcont div{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.dcont div:first-child{
    margin-top: 10px;
}
.dcont div:first-child+div+div{
    height: 25px;
    line-height: 25px;
    position: absolute;
    bottom: 29px;
    width: 600px;
}
.dcont img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    float: left;
    padding-top:2px;
}
.dcont div a.usname span{
    color: #bbb;
}

.usname span, .dcont a:first-child+span, .dcont a:first-child+span+span{
    display: block;
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    font-size: 14px;
    color: #bbb;
    margin-right: 5px;
}
.dcont a:first-child+span+span{
    float: initial;
    display: inline-block;
    margin-left: 5px;
}
.share{
    display: inline-block;
    width: 45px;
    text-align: right;
    height: 30px;
    color: #bbb;
    font-size: 14px;
    margin-left: 25px;
}
    .share i {
        font-size:14px;
    }

div.cont{
    height: 50px;
    margin-top:15px;
    margin-bottom:20px;
    position:relative;
    overflow:hidden;
}
.cont a{
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.tag{
    float: left;
    display: block;
    width: auto;
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 30px;
}
.tag:hover{
    color: #333333;
}

.left_cont dl.tuig, .left_cont dl.active{
    min-height: 180px;
    overflow:initial;
}
    .left_cont dl.tuig dt, .left_cont dl.active dt {
        margin-bottom:0;
    }
.tuig dt, .active dt{
    width: 245px;
    height: 180px;
    float: left;
    position: relative;
}
.tuig dt img, .active dt img{
    width: 245px;
    height: 180px;
}
.tuig dd.dimg, .active dd.dimg{
    width: 585px;
    margin-left: 20px;
    height: auto;
    margin-top: 0;
}
.tuig dt span, .active dt span{
    position: absolute;
    width: 45px;
    height: 25px;
    text-align: center;
    background: #5b7c8d;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    left: -10px;
    top: 15px;
    z-index: 9999;
}
.tuig dd h2, .active dd h2{
    width:100%;
}
.tuig dd.dcont, .active dd.dcont{
    height: 150px;
    margin-top: 0;
}
.active dt span{
    background: #ff6500;
}
.ad{
    margin-top: 35px;
    width: 100%;
    position: relative;
}
.ad span{
    position: absolute;
    width: 50px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background: rgba(0,0,0,.5);
    border-radius: 30px;
    left: 15px;
    top: 15px;
}
.ad img{
    width: 100%;
    height: 100%;
}
.special{
    height: 200px!important;
    position: relative;
}
.special dt,.special dt img{
    width: 100%;
    height: 200px;
}
.special dd{
    width: 100%;
    height: 200px;
    position: absolute;
    top: 35px;
    left: 0;
    margin-left: 0px;
    background: rgba(0,0,0,.5);
}
.special dd span{
    width: 50px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background: rgba(0,0,0,.5);
    border-radius: 30px;
    margin-top: 15px;
    margin-left: 25px;
}
dl.special h2{
    margin-top: 45px;
    color: #fff;
    margin-left: 25px;
    width: 810px;
    font-size: 28px;
    height: 40px;
}
dl.special h2:hover{
    color: #fff;
}
.special div{
    margin-left: 25px;
    width: 700px;
    margin-top: 8px;
    line-height: 24px;
    height: 70px;
    overflow: hidden;
}
.special div a{
    color: #fff;
    font-size: 16px;
}
.more{
    width: 870px;
    height: 50px;
    margin-top: 40px;
    background: #f7f7f7;
    color: #ff6500;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    display: block;
}
.more:hover{
    background: #ededed;
}
.right{
    width: 320px;
    margin-left: 30px;
    float: left;
}
.garden{
    width: 100%;
    background: #f7f7f7;
}
.garden dl{
    width: 290px;
    margin:0 auto;
    min-height:10px;
    overflow:hidden;
}
.garden dt{
    width: 60px;
    float: left;
    margin-top: 20px;
}
.garden dt img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.garden dd{
    width: 200px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.garden dd h5{
    font-size: 18px;
    color: #333333;
}
.garden dd a h5:hover{
    color: #ff6500;
}
.garden dd p{
    line-height: 24px;
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.garden ul{
    width: 290px;
    margin:0 auto;
    margin-top: 30px;
    margin-bottom: 36px;
}
.garden li{
    width: 100%;
    height: 30px;
    font-size: 14px;
}
.garden ul a{
    display: block;
    width: 100%;
    height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.garden ul a:hover{
    color: #ff6500;
}
.enter{
    display: block;
    margin:0 auto;
    width: 318px;
    height: 58px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    color: #8a8a8a;
}
.enter:hover{
    color: #fff;
    background: #ff6500;
    border:1px solid #ff6500;
}
.rad{
    width: 320px;
    height: 265px;
    margin-top: 50px;
    overflow: hidden;
}
.rad a{
        -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.rad img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.rad img:hover{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    
}

.e-commerce{
    width: 100%;
    min-height: 50px;
    overflow: hidden;
    background: #f7f7f7;
    margin-top:10px;
}
.e-commerce div{
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 50px;
    overflow: hidden;
    display: none;
}
.tab{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 240px;
    overflow: hidden;
}
.tab li{
    float: left;
    width: 110px;
    height: 40px;
    color: #8a8a8a;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 10px;
}
.e-commerce div.on{display:block;}
.tab li.cur{
    color: #333;
    border-bottom: 1px solid #333;
}
.e-commerce div ul{
    width: 280px;
    min-height: 100px;
    margin-left:25px;
    overflow: hidden;
}
.e-commerce div li{
    margin-bottom: 10px;
    width: 100%;
    min-height: 30px;
    overflow: hidden;
}
.e-commerce div li:first-child{
    margin-top: 20px;   
}
.e-commerce div span{
    font-size: 30px;
    width: 5px;
    height: 15px;
    float: left;
    line-height: 15px;
}
.e-commerce div a{
    display: block;
    font-size: 14px;
    color: #333333;
    float: left;
    margin-left: 10px;
    width: 250px;
}
.e-commerce div a:hover{
    color: #ff6500;
}
.partner{
    width: 100%;
    min-height: 430px;
    overflow:hidden;
}
.partner div, .hots div{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ccc;
}
.partner div span, .hots div span, .question div span{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.partner div a span:first-child{
    font-size: 12px;
    margin-left: 190px;
}
.partner div a span:first-child+span{
    color: #ff6500;
    float: right;
    margin-right: 10px;
}
    .partner div span:first-child + span:hover {
        color:#ff6500;
    }
.partner dl{
    width: 100%;
    height: 60px;
    margin-top: 20px;
    /*margin-bottom: 15px;*/
    float: left;
}
.partner dt{
    width: 60px;
    height: 60px;
    float: left;
}
.partner dt img{
    width: 100%;
    height: 100%;
    border-radius:50%;
}
.partner dd{
    width: 245px;
    margin-left: 15px;
    height: 60px;
    float: left;
}
.partner dd h6{
    font-size: 14px;
    color: #333;
    font-weight:normal;
}
.partner dd span{
    font-size: 12px;
    color: #8a8a8a;
    height: 36px;
    overflow: hidden;
    line-height: 20px;
    margin-top: 5px;
    display: block;
}
.hots{
    margin-top: 50px;
    width: 100%;
    min-height: 20px;
    overflow: hidden;
}
.hots a{
    margin-top: 15px;
    display: block;
    float: left;
    height:25px;
    line-height:25px;
    padding: 0px 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 10px;
}
.hots a:hover{
    background: #ffefe5;
    border:1px solid #ffefe5;
    color: #ff6500;
}
.question{
    margin-top: 50px;
    width: 100%;
}
.qatit{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ccc;
}
.qatit span.changeBnt{
    float: right;
    font-size: 12px;
    color: #b8b8b8;
    display: block;
    text-align: right;
    width: 60px;
    background: url(http://static.cifnews.com/yuguo/image/2016png.png);
    background-repeat: no-repeat;
    background-position: -150px -153px;
    cursor: pointer;
}
.qatit span.changeBnt:hover{
    color: #f38630;
    background-position: -150px -100px;
}


.style0 .hd .changeBnt i,.picLB .ftBox .name b{background:url(../img/bntIcon.png) no-repeat ;}
.style0 .hd{height:48px;line-height:36px;position:relative; }
.style0 .border{display:block;overflow:hidden;height:0px;position:absolute;width:1000px;border-top:1px solid #d3d9df;border-bottom:1px solid #fcfcfc;top:18px;left:0 }
.style0 .hd h3{font-size:18px;
    font-weight:normal;
    display:inline-block;
    float:left;
    line-height:50px;}
.style0 .hd .changeBnt span{float:right;
        font-size:14px;
        background:url(/Content/Images/shuax.png) no-repeat 3px;
        display: inline-block;
        width: 65px;
        text-align: right;
        line-height:50px;
        color:#aeaeae;}
        .style0 .hd .changeBnt span:hover {
        background:url(/Content/Images/shuaxc.png) no-repeat 3px;
        cursor:pointer;
        color:#f4862f;
    }
.pic{
    display: block;
    width: 40px;
    height: 40px;
    float: left;
}
.picLB li{width:100%;height:112px;margin-top:25px; padding-bottom: 20px; border-bottom:1px solid #dfdfdf;background:#fff; position: relative;}
.picLB{overflow:hidden;zoom:1;}
.picLB li{float:left;display:inline;}
.picDl{width:1000px;overflow:hidden;zoom:1; position: absolute; top: 0; left: 0;}
.picDl dd{float:left;display:inline;width:320px;overflow:hidden; }
.picDl dd .pic img{ width:40px; height:40px; border-radius:3px;}
.picLB .ftBox{
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 260px;
    margin-left: 10px;
}
.picLB .ftBox .tit a{
    font-size: 14px;
    color: #8a8a8a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.picLB .ftBox .tit:hover{
    background: #ffe8d9;
    color: #888888;
    border:1px solid #ff6500;
}
.picLB .ftBox .name{float:left;display:inline;height:70px;border-right:1px solid #e5e5e5;margin-right:10px;}
.picLB .ftBox .name b{width:60px;height:45px;background-position:-87px -5px ;display:block;margin:15px 0 0 10px;text-indent:-999em;}
.picLB .ftBox .tit{font-size:14px;line-height:22px; padding: 10px; background: #f7f7f7; border:1px solid #f7f7f7;}
.picLB .ftBox .text{margin-top:10px;padding-right:10px;}
.picLB .ftBox .text a{
    font-size:12px;
    color: #888888;
    margin-right: 5px;
}
.picLB .ftBox .text a:hover{
    color: #ff6500;
}
.picLB .ftBox .text a:first-child+a{
    margin-left: 5px;
}
.text b{
    font-weight: normal;
    margin-left: 5px;
    color: #888888;
}
.picLB .jilu .ftBox .name b{background-position:-83px -70px;}
.picLB .tuhua .ftBox .name b{background-position:-83px -135px;}
.picLB .today .ftBox .name b{background-position:-80px -320px;width:142px;}
.picLB .yingzhan .ftBox .name b{background-position:-76px -196px;}
.picLB .jingxuan .ftBox .name b{background-position:-81px -259px;width:96px;}
/* icon-arr */
.picLB .icon-arr{border-color:transparent #CFCFCF transparent transparent;border-style:dashed solid dashed none;position:absolute;height:0;overflow:hidden;border-width:6px;left:-6px;top:50%;margin-top:-6px;}
.picLB .ftBox .qr{position:absolute;right:0;top:0;display:none;width:255px;height:66px;padding:2px;border-left:1px solid #CFCFCF;background-color:#FFF;}
.picLB .ftBox .qr img.fl{margin-right:12px;}
.picLB .ftBox .qr .text{margin-top:15px;}
.picLB .today .ftBox .qr{width:173px;}
.qa{
    width: 138px;
    height: 38px;
    margin: 0 auto;
    margin-top: 25px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 38px;
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    border-radius: 4px;
    background: #fafafa;
}
.qa:hover{
    background: #ff6500;
    border:1px solid #ff6500;
    color: #fff;
}

.footer{
    width: 100%;
    /*height: 320px;*/
    float: left;
    margin-top: 85px;
    background:none;
    z-index:999;
    position:relative;
}
.foot{
    width: 1200px;
    height: 50px;
    margin:0 auto;
}
.foot div{
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}
.foot div h4{
    font-size: 12px;
    color: #b8b8b8;
    display: block;
    float: left;
    margin-right: 10px;
    font-weight: normal;
}
.foot div span{
    margin-right: 10px;
}
.foot div span a{
    font-size: 12px;
    color: #b8b8b8;
}
.foot div span a:hover{
    color: #333333;
}
.foote{
    width: 100%;
    height: 180px;
    margin-top: 30px;
    background: #f7f7f7;
    float: left;
}
.foote div{
    width:1200px;
    height: 100px;
    margin:40px auto;
}
.foote ul{
    width: 630px;
    float: left;
    border-right: 1px solid #dfdfdf;
}
.foote ul li{
    height: 50px;
    float: left;
    width: auto;
    margin-right: 50px;
}
.foote ul li a{
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
}
.foote div div{
    width: 330px;
    float: left;
    height: 105px;
    border-right: 1px solid #dfdfdf;
    margin-top: 0;
}
.foote div div img{
    width: 105px;
    height: 105px;
    margin-left: 45px;
    margin-top: -5px;
    float: left;
}
.foote div div span{
    display: block;
    float: left;
    font-size: 14px;
    color: #555555;
    margin-left: 20px;
    margin-top: -5px;
}
.foote div div a{
    display: block;
    float: left;
    margin-left: 20px;
    width: 100px;
    height: 30px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
.foote div div a i{
    width:38px;
    text-align:center;
    float:left;
    font-size:23px;
}
    .foote div div a span {
        margin-left: 0;
        margin-top: 0;
        width: 60px;
        height: 30px;
        color: #fff;
    }
.foote div div img:first-child+span+a{
    background-color: #49be38;
    margin-top: 20px;
}
.foote div div img:first-child+span+a+a{
    margin-top: 5px;
    background-color: #15a7f0;
}
.foote div ul:first-child+div+div{
    width: 238px;
    border: none;
    height: 100px;
    background: none;
}
.foote div ul:first-child+div+div a{
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: block;
    background-image:url(http://static.cifnews.com/yuguo/image/2016png.png); 
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 30px;
    border:1px solid #f7f7f7;
}
.foote div ul:first-child+div+div a:hover{
    background-color: #ededed!important;
    border:1px solid #d5d5d5;
}
.foote div ul:first-child+div+div a:first-child{
    margin-left: 40px;
    background-position: -7px -219px;
}
.foote div ul:first-child+div+div a:first-child+a{
    background-position: -146px -224px;
}
.foote div ul:first-child+div+div a:first-child+a+a{
    background-position: -293px -224px;
    background-color: transparent; 
}
.foote div ul:first-child+div+div a:first-child+a+a+a{
    background-position: -416px -226px;
    background-color: transparent; 
}
.footer div:first-child+div+div{
    width: 100%;
    height: 45px;
    background: #ededed;
    margin: 0;
    float: left;
}
.footer div:first-child+div+div span{
    display: block;
    width: 1200px;
    margin:0 auto;
    line-height: 45px;
    text-align: right;
    font-size: 12px;
    color: #333333;
}
.actGotop{
    position: fixed;
    _position: absolute;
    bottom: 60px;
    right: 13px;
    width: 60px;
    height: 100px;
    display: none;
    z-index:9999;
}
.actGotop a/* s,.actGotop a:link */{
    width: 60px;
    height: 100px;
    display: inline-block;
    background: url(http://static.cifnews.com/yuguo/image/2016png.png) no-repeat;
    _background: url(http://static.cifnews.com/yuguo/image/2016png.png) no-repeat;
    outline: none;
    background-position: -452px -100px;
}
.actGotop a:hover{
    width: 60px;
    height: 100px;
    background: url(http://static.cifnews.com/yuguo/image/2016png.png) no-repeat;
    outline: none;
    background-position: -502px 5px;
}
.acg{
    background-position: -395px 4px!important;
}
.yya{
    position:fixed;
    left:0;
    top:0;
}
.gizle{top:-90px;}
.sabit{top:0;z-index:9999;}

.artclemain{
    width: 1200px;
    min-height: 100px;
    overflow: hidden;
    margin:0 auto;
    margin-top:70px;
    z-index:-1;
}
.artclemain .left{
    margin-top: 45px;
    float:left;
    width:750px;
}
    .artclemain .left div.abanner {
        width:750px;
        height:120px;
        margin:0 auto;
    }
    /*.abanner{
        margin-top:70px;
    }*/
.artclemain .right {
    width: 320px;
    min-height: 100%;
    margin-top:45px;
    float: right;
    background: #f7f7f7;
    overflow: hidden;
}
.leftcont, .leftcenter{
    width: 750px;
    margin: 0 auto;
    min-height: 100px;
    overflow: hidden;
}
.leftcont h1:first-child+div{
    width: 100%;
    height: 35px;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
}
.leftcont h1:first-child+div a{
    display: block;
    float: left;
}
.leftcont h1:first-child+div span{
    float: left;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #8a8a8a;
    font-size: 14px;
}
.leftcont h1:first-child+div a:first-child+span{
    margin: 0 7px;
    font-size: 25px;
}
.leftcont h1:first-child+div a span{
    color: #333;
    font-size: 14px!important;
    margin:0 0 0 14px!important;
}
.leftcont h1:first-child+div a img{
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 50%;
}
.leftcont h1:first-child+div a:first-child+span+span+a{
    height: 35px;
    line-height: 35px;
    color: #8a8a8a;
    font-size: 14px;
    margin-left: 20px;
}
.leftcont h1:first-child+div a:first-child+span+span+a+span{
    margin-left: 20px;
}
.leftcont div p:first-child img{
    width:100%;
}
/*@media screen and (max-width: 1920px) and (min-width: 1780px){ 
    .leftcont, .leftcenter, .artclemain .left div.abanner{
        margin-left: 435px;
    }
}
@media only screen and (max-width: 1366px){
    .artclemain .left{
        width: 970px;
    }
}
@media only screen and (max-width: 1280px){
    .artclemain .left{
        width: 890px;
    }
}*/
.leftcont h1{
    font-size: 36px;
    color: #333333;
    font-weight: normal;
}
.leftcont img:nth-child(3){
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.imgs{
    width: 100%;
    height: 290px;
    margin:20px 0;
    float: left;
    text-align: center;
}
.imgs img{
    width: 500px;
    height: 290px;
}
.leftcont h3 {
    font-size:18px;
}
.leftcont p , .leftcont h4{
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    display: block;
    float: left;
    width:100%;
}
.leftcont p{
    margin-bottom: 5px;
    line-height: 30px;
}
    .leftcont p img {
        display:block;
        margin:0 auto;
    }
    .leftcont div p a{
        display:inline-block;
        height:28px;
        border-bottom:1px dashed #ff6500;
        color:#ff6500;
            margin-left: 5px;
    margin-right: 5px;
    }
    .leftcont div p a:hover {
        color:#ff771e;
        border-bottom:1px solid #ff771e;
    }
.ctop{
    width: 100%;
    height: 180px;
    border-bottom: 1px solid #e6e6e6;
}
.ctop img{
    width: 115px;
    height: 115px;
    margin-top: 33px;
    float: left;
}       
.ctop span{
    display: block;
    float: left;
    width: 615px;
    margin-left: 20px;
    height: 30px;
    font-size: 14px;
    color: #333333;
}
.ctop img:first-child+span{
    margin-top: 95px;
}
.cshare {
    width: 100%;
    height: 235px;
}
.cshare div:first-child{
    width: 535px;
    height: 90px;
    float: left;
}
.cshare .bdsharebuttonbox{
    width: 215px;
    float: left;
    height: 90px;
}
.cshare div:first-child+div+div{
    width: 100%;
    height: 110px;
    float: left;
}
.cshare div:first-child a{
    display: inline-block;
    border: 1px solid #b8b8b8;
    padding: 3px 15px;
    border-radius: 30px;
    margin-top: 33px;
    margin-right: 15px;
    color: #8a8a8a;
    font-size: 14px;
}
.cshare div:first-child a:hover{
    background: #ffefe5;
    color: #ff6500;
    border: 1px solid #ff6500;
}
.cshare .bdsharebuttonbox span{
    display: block;
    width: 60px;
    text-align: center;
    height: 90px;
    line-height: 90px;
    float: left;
    font-size:14px;
    color:#555;
}
.cshare .bdsharebuttonbox a{
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    float: left;
    margin-top: 25px;
    margin-right: 10px;
    background-image:url(http://static.cifnews.com/yuguo/image/2016png.png);
    background-repeat: no-repeat; 
    border:1px solid #fff;
}
    .cshare .bdsharebuttonbox a:hover {
        background-color:#f7f7f7;
        border:1px solid #d5d5d5;
    }
.cshare .bdsharebuttonbox span:first-child+a{
    background-position: -7px -219px;
}
.cshare .bdsharebuttonbox span:first-child+a+a{
    background-position: -146px -224px;
}
.cshare .bdsharebuttonbox span:first-child+a+a+a{
    margin-right: 0;
    background-position: -416px -226px;
}
.cshare div:first-child+div+div a{
    display: block;
    width: 118px;
    height: 43px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    float: left;
    margin-left: 25px;
    line-height: 43px;
    color: #333;
}
    .cshare div:first-child + div + div a:first-child {
        margin-left:245px;
    }
        .cshare div:first-child + div + div a:first-child span {
            float: left;
            width: 18px;
            text-align: center;
        }
.cshare div:first-child+div+div a:first-child i:first-child+span{
    font-size: 16px;
}
.cshare div:first-child+div+div a:first-child i:first-child+span+span{
    font-size: 14px;
}
.cshare div:first-child+div+div a:hover{
    background-color: #ff6500;
    color: #fff;
    border: 1px solid #ff6500;
}
.cshare div:first-child+div+div a i {
    float:left;
    font-size:35px;
    width:55px;
    text-align:right;
    line-height:36px;
}
    .cshare div:first-child + div + div a.a2 i {
        font-size:24px;
        margin-right:5px;
    }
.wlogin{
    width: 748px;
    height: 103px;
    border: 1px solid #e7e7e7;
    text-align: center;
}
.wlogin div{
    width: 200px;
    height: 50px;
    background: #f9f9f9;
    line-height: 50px;
    margin: 26px auto;
}
.wlogin div span:first-child{
    font-size: 16px;
    color: #ff6500;
}
.wlogin span{
    font-size: 12px;
    color: #8a8a8a;
}
.ylogin{
    width: 750px;
    height: 165px;
    display: none;
}
.ylogin textarea{
    width: 748px;
    height: 105px;
    border: 1px solid #e7e7e7;
    outline: none;
    resize:none;
    padding: 0;
    text-indent: 15px;
    padding-top: 10px;
}
.ylogin input{
    width: 120px;
    height: 45px;
    border: none;
    border-radius: 4px;
    background: #ff6500;
    color: #fff;
    font-size: 14px;
    float: right;
    margin-top: 15px;
}

.cpun{
    width: 100%;
    margin-top: 30px;
}
.cpun h4{
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    height: 40px;
    line-height: 40px;
}
.cpun dl{
    width: 100%;
    padding: 25px 0 10px;
    border-bottom: 1px solid #e6e6e6;
    min-height: 40px;
    overflow: hidden;
}
.cpun dt{
    width: 40px;
    height: 40px;
    float: left;
}
.cpun dt img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.cpun dd{
    float: left;
    margin-left: 10px;
    width: 700px;
}
.cpun dd a.na{
    margin-right: 12px;
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 40px;
}
.cpun dd span{
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #b8b8b8;
    font-size: 14px;
}
.cpun dd p{
    width:100%;
    display: block;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}
.reply{
    font-size: 12px;
    color: #b8b8b8;
    float: right;
    margin-right: 20px;
}
.count{
    font-size: 12px;
    color: #b8b8b8;
    float: right; 
    display: block;
    text-align: right;
}
    .count i {
        float:left;
        font-size:23px;
        width:20px;
        height:13px;
        line-height:13px;
    margin-right:10px;
        text-align:center;
    }
    .count span {
        float:left;
        height:20px!important;
        line-height:20px!important;
    }
.cpun div{
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 75px;
    background: #f7f7f7;
    position: relative;
}
.cpun div input[type="text"]{
    width: 617px;
    margin: 12px 0 0 20px;
    height: 48px;
    border: 1px solid #eaeaea;
    text-indent: 15px;
    outline: none;
    font-size: 14px;
    color: #b8b8b8;
    padding-right: 90px;
}
.cpun div input[type="submit"]{
    position: absolute;
    right: 35px;
    width: 75px;
    height: 35px;
    border: none;
    background: #8a8a8a;
    color: #fff;
    font-size: 16px;
    top: 18px;
    cursor: pointer;
}
.cpun .mores{
    width: 148px;
    height: 38px;
    border-radius: 30px;
    text-align: center;
    line-height: 38px;
    display: block;
    margin: 40px auto 20px auto;
    font-size: 14px;
    color: #8a8a8a;
    border: 1px solid #e6e6e6;
}
.abouts{
    width: 100%;
    min-height: 20px;
    overflow: hidden;
    margin-bottom: 65px;
    margin-top:80px;
}
.abouts h4{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}
.abouts div{
    width: 100%;
}
.abouts dl{
    width: 240px;
    margin-left: 15px;
    float: left;
    margin-top:15px;
    margin-bottom:20px;
}
.abouts div dl:first-child, .abouts div dl:first-child+dl+dl+dl{
    margin-left: 0;
}

.abouts dt{
    width: 100%;
    height: 160px;
}
.abouts dt img{
    width: 100%;
    height: 100%;
}
.abouts span{
    font-size: 14px;
    color: #333;
    width: 100%;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rinfo{
    width: 200px;
    margin:0 auto;
    margin-top: 55px;
    text-align: center;
    min-height:220px;
    overflow:hidden;
}
.rinfo img, .rinfos img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.rinfo h5, .rinfos h5{
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}
.rinfo p, .rinfos p{
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 15px;
    line-height: 22px;
}
.rinfo a, .rinfos a{
    display: block;
    width: 80px;
    height: 30px;
    margin:0 auto;
    margin-top: 20px;
    background: #ee5b2e;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 30px;
}
.right div.rinfo a.rina{
        margin-top: 0;
    height: 140px;
    width: 100%;
    background: none;
}
.rinfo div, .rinfos div{
    width: 100%;
    height: 30px;
    margin-top: 20px;
}
.rinfo div span{
    font-size: 14px;
    color: #8a8a8a;
    width: 50%;
    display: block;
    float: left;
}

.rinfos div.leave_message .form_box{
    width:100%;
}
.rinfo div span:first-child{
    text-align: left;
}
.tas{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 60px;
}
.tas div{
    width: 290px;
    margin: 0 auto;
}
.tas h5{
    color: #ee5b2e;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.tas a ,.intes a{
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #e6e6e6;
}
.timg{
    width: 320px;
    margin:0 auto;
    margin-bottom:20px;
}
.timg img {
    width: 100%;
}
.intes{
    width: 100%;
    margin-bottom: 50px;
}
.intes div{
    width: 290px;
    margin: 0 auto;
}
.intes h5{
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    margin-top:20px;
    font-weight: normal;
}
.tas a:hover ,.intes a:hover{
    color: #ff6500;
}
.authormain{
    width: 1200px;
    margin: 50px auto;
}
.rinfos{
    margin: 65px auto 30px auto;
    width: 280px;
    height: 300px;
    text-align: center;
}
.rinfos h5 {
    font-size: 24px;
}
.rinfos a:hover{
    background:#f1734d;
}
.rinfos div a{
    display: initial;
    font-size: 24px;
    color: #ee5b2e;
    line-height: 13px;
    float: left;
    width: auto;
    margin-top: 0;
    margin-right: 5px;
    cursor: initial;
    background: none;
}
.rinfos div a:hover{
    background: none;
}
.rinfos div div{
    width: 50%;
    float: left;
}
.rinfos div div span{
    display: initial;
    width: auto;
    font-size: 14px;
    color: #8a8a8a;
    float: left;
}
    .rinfos div div:first-child span:first-child {
        margin-left:20px;
    }

.hfu{
    display: none;
}
.dcont div span {
    color: #bbb;
     font-size: 14px;
}
.dcont div span.di{    
    margin-left: 3px;
    margin-right: 3px;
    font-size: 25px;
}
.weixin_show
{
    display:none;
    position:absolute;
    z-index:999999;
 }
.lilogin2 {
    float: left;
    text-align: left;
    display: inline-block;
    color: #9C9C9C;
    overflow: hidden;
}
    .lilogin2 a {
        margin-top:0!important;
    }
a.user_title {
    line-height: 24px;
    display: block;
    float: left;
    padding: 0;
    max-width: 60px;
    overflow: hidden;
    height: 24px;
    font-size:12px;
}
.out {
    margin-left:10px!important;
    font-size:12px!important;
    line-height:25px;
}
#user{display:none;}
.searchleft, .searchright {
    position: absolute;
    width: 34%;
    height: 100%;
    top: 0;
    cursor:pointer;
    z-index:-1;
}
.searchleft {
    left:0;
}
.searchright {
    right:0;
}
.mafloat {
    position:fixed;
    right :20px;
    bottom:180px;
    width:45px;
    height:100px;
    cursor:pointer;
    z-index:9999;
}
.mdiv, .adiv{
    width:45px;
    height:45px;
}
    .mafloat .mdiv i, .mafloat .adiv i{
        width:45px;
        height:45px;
        text-align:center;
        line-height:45px;
        background:#f7f7f7;
        color:#bbbbbb;
        display:block;
    }
    .adiv{
        margin-top:10px;
    }
   
    .mafloat .mdiv span, .mafloat .adiv span {
        display:none;
        width:35px;
        height:35px;
        text-align:center;
        background:#ff6500;
        color:#fff;
        font-size:14px;
        padding:5px;
    }
     .codes{
         width:125px;
         height:125px;
         position:absolute;
         right:60px;
         top:0;
         padding:5px;
         background:#fff;
         border:1px solid #e3e3e3;
         display:none;
     }
.codes img{
    width:100%;
}
.theme ul.theme_list_article {
    width: 1200px;
    float: right;
    margin-top: :40px;
}
.theme ul li.theme_item_small{
    width: 380px;
    float: left;
    padding:0;
    height: 330px;
    margin-right: 30px;
    position: relative;
    margin-top: 40px;
    border:0;
}
.theme ul li.item_small:nth-child(3n+3)
{
    margin-right:0;
}
.theme ul li.theme_item_small h3 {
    width: 100%;
    height: 194px;
}
.theme ul li.theme_item_small h3 a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.theme ul li.theme_item_small h3 img {
    width: 100%;
    height: 100%;
    position: relative;
}
.theme ul li.theme_item_small div {
    width: 375px;
    display: inline-block;
    margin-left: 15px;
    float: right;
}
.theme ul li.theme_item_small h2 {
    font-size: 22px;
    color: #000;
    max-height: 60px;
    display: block;
    margin-top: 25px;
    overflow: hidden;
}
.theme ul li.theme_item_small h2 a {
    color: #000;
}
.theme ul li.theme_item_small span.conts {
    line-height: 22px;
    font-size: 14px;
    margin-top: 6px;
    color: #8a8a8a;
    display: block;
    max-height: 45px;
    overflow: hidden;
}
.observers{
    margin-top:90px;
}
.about{
    margin-top:70px;
}
.tags{
    margin-top:90px;
}
.main_m.guoyuanlist{
    width:1200px;
    margin:0 auto!important;
}
.main_m.guoyuanlist ul.guoyuan_list_article{
    width:850px;
    float:left;
}
    .main_m.guoyuanlist ul.guoyuan_list_article li {
        width:100%;
    }
        .main_m.guoyuanlist ul.guoyuan_list_article li div {
            width: 590px;
        }
            .main_m.guoyuanlist ul.guoyuan_list_article li div h2 {
                font-size:20px;
            }
            .main_m.guoyuanlist ul.guoyuan_list_article li div .tag {
                height: 25px;
                line-height: 25px;
                position: absolute;
                bottom: 29px;
                width: 100%;
                margin-right: 0;
            }
            .main_m.guoyuanlist ul.guoyuan_list_article li div .tag  span{
                padding:0;
            }
                .main_m.guoyuanlist ul.guoyuan_list_article li div .tag span a{
                    color:#8a8a8a;
                }
                .main_m.guoyuanlist ul.guoyuan_list_article li div .tag span a:hover{
                    color:#333;
                }
                .item_small div h2:first-child+div{
                    margin-top:10px;
                }
                    .item_small div h2:first-child + div a img {
                        width: 25px;
                        height: 25px;
                        border-radius: 50%;
                        float: left;
                        padding-top: 2px;
                    }
                    .item_small div h2:first-child + div a:first-child span, .di, .item_small div h2:first-child + div a:first-child+span+span {
                        display: block;
                        float: left;
                        width: auto;
                        height: 30px;
                        line-height: 30px;
                        margin-left: 8px;
                        font-size: 14px;
                        color: #bbb;
                        margin-right: 5px;
                    }
.item_small div .di {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 25px;
}
.item_small div h2:first-child + div a:first-child+span+span {
    float: initial;
    display: inline-block;
    margin-left: 5px;
}
ul.guoyuan_list_article .item_small span.conts{
    width:100%;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height:30px;
}
ul.guoyuan_list_article li div div {
    float:initial;
    margin-left:0;
}
.sub, .rss, .unsub{
    margin-top:90px!important;
}
.thenews{
    width: 320px;
    min-height: 10px;
    overflow: hidden;
    background: #f7f7f7;
}
.thetitle{
    width:88px;
    height:35px;
    text-align:center;
    display:block;
    line-height:35px;
    color:#fff;
    font-size:14px;
    background-color:#ff6500;
    border-radius:0 20px 20px 0;
    margin-top:15px;
}
.thenews ul {
    width:280px;
    margin: 0 auto;
    border-left: 1px solid #f9d2b9;
    margin-top: 20px;
    padding-left:10px;
}
.thenews ul li {
    width: 100%;
    min-height: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    margin-left:-13px;
}
    .thenews ul li div:first-child {
        width: 5px;
        float: left;
        margin-top: -8px;
    }
    .thenews i {
         width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    }
    .thenews ul li div:nth-child(2) {
    display: inline-block;
    width: 260px;
    float: left;
    margin-left: 15px;
    margin-top:-4px;
}
    .thenews div span{
        font-size:14px;
        display:block;
    color:#8a8a8a;
    }

.thenews ul li:last-child{
    margin-bottom:20px;
}
        .thenews div span:nth-child(2) {
            line-height:22px;
        }
.thenews a span {
    color:#000;
    margin-top:15px;
}
        .thenews a:hover span{
            color:#ff6500;
        }
        .themead{
            width:100%;
            margin-top:70px;
            position:relative;
            margin-bottom:10px;
            max-height:500px;
            height:400px;
            overflow:hidden;
        }
.themead img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
            .themead div {
                position:absolute;
                top:0;
                left:0;
                width:100%;
                height:100%;
                background:rgba(0,0,0,.5);
            }
            .themead div a {
                display:block;
                width:1200px;
                height:250px;
                position:absolute;
                bottom:0;
                left:50%;
                margin-left:-600px;
            }
            .themead h1{
                color:#fff;
                font-size:48px;
                width:100%;
            }
            .themead p{
                font-size:16px;
                color:#fff;
                width:100%;
                margin-top:30px;
            }   
            .appad{
                width:320px;
                margin-top:30px;
            }
            .appad img{
                width:100%;
            }
            .linkmain{
                width:1200px;
                margin:0 auto;
                margin-top:120px;
            }
            .linkmain div h2{
                text-align:center;
                width:100%;
                font-size:24px;
                font-weight:normal;
            }
            .linkmain div{
                width:1070px;
                margin:0 auto;
                min-height:10px;
                overflow:hidden;
            }
            .linkmain dl{
                margin-top:35px;
                width:460px;
                float:left;
                margin-left:150px;
                margin-bottom:25px;
            }
            .linkmain dl:nth-child(2n+1){
                margin-left:0;
            }
            .linkmain dt{
                width:100%;
                height:50px;
                line-height:50px;
                border-bottom:1px solid #e5e5e5;
                font-size:16px;
            }
                .linkmain dd {
                    width:100%;
                    min-height:10px;
                }
                .linkmain dd a {
                    display:block;
                    margin-top:15px;
                    margin-right:35px;
                    float:left;
                    font-size:14px;
                }
                    .linkmain dd a:hover {
                        color:#ff6500;
                    }
                .linkyq{
                    background:#f7f7f7;
                    padding:20px 0;
                    margin-top:90px!important;
                }
                .linkyq div, .linkyq p{
                    width:1010px;
                    margin:0 auto;
                    margin-bottom:10px;
                }
                .linkyq p{
                    margin-bottom:0;
                    font-size:14px;
                    line-height:30px;
                }
                .linkyq div span{
                    width:6px;
                    height:6px;
                    display:block;
                    float:left;
                    border-radius:50%;
                    background:#ff6500;
                    margin-top:12px;
                }
                    .linkyq div p {
                        width:1000px;
                        font-size:16px;
                        float:left;
                        margin-left:4px;
                    }
/**20170510*/
#LightBox_Bg {
    position: fixed;
    left: 0;
    top: 0;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    width: 100%;
    z-index: 99999!important;
    height: 100%!important;
    max-height: 100%!important;
}
#open_window {
    z-index: 99999!important;
}
.fl{
	float: left;
}
/*增加选择国家*/
.countries{
    position:relative;
    width:120px;
    height:68px;
    float:right;
    padding:0 15px;
    text-align:center;
    font-size:14px;
    margin-left:30px;
}
    .countries:hover {
        background-color:#ff6500;
        color:#fff;
    }
    .countries:hover .country-list {
        display:block;
    }
        .countries:hover .icon-earth {
            background-position: 0 -21px;
        }
         .countries:hover .icon-arrow {
            background-position: 0 0;
        }
.default-country {
    height:100%;
    line-height:68px;
}
.icon-earth {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(http://static.cifnews.com/yuguo/image/icon-earth-group.png) 0 1px no-repeat;
    float: left;
    margin-top: 23px;
}
.icon-arrow {
    display: inline-block;
    width: 23px;
    height: 12px;
    background: url(http://static.cifnews.com/yuguo/image/icon-arrow-group.png?v=1.2) 0 -12px no-repeat;
    float: right;
    margin-top: 30px;
}
.country-list {
    border:1px solid #ff6500;
    background:#f7f7f7;
    display:none;
    margin-left:-15px;
    margin-right:-15px;
}
    .country-list li {
        height:50px;
        line-height:50px;
    }
        .country-list li a {
            display:block;
            padding:0 20px;
            text-align:left;
        }
        .country-list li a.active {
            color:#ff6500;
        }
            .country-list li a:hover {
                color:#ff6500;
            }