html {
    -webkit-text-size-adjust:none;
    font-size:62.5%;
    height:100%
}
body {
    font-size:12px;
    line-height:1;
    background-color:#ffffff;/*#f6f6f6;*/
    min-width:1200px;
    color:#2a2e34;
}
body,html {
    border:0;
    vertical-align:baseline
}
applet,div,iframe,object,span {
    margin:0;
    padding:0
}
applet,div,h1,h2,h3,h4,h5,h6,iframe,object,p,span {
    border:0;
    vertical-align:baseline
}
a,abbr,acronym,address,article,aside,audio,b,big,blockquote,button,canvas,caption,center,cite,code,dd,del,details,dfn,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,header,hgroup,i,img,input,ins,kbd,label,legend,li,mark,menu,nav,ol,output,pre,q,ruby,s,samp,section,small,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block
}
ol,ul {
    list-style:none
}
blockquote,q {
    quotes:none
}
blockquote:after,blockquote:before,q:after,q:before {
    content:none
}
table {
    border-collapse:collapse;
    border-spacing:0
}
body,h1,h2,h3,h4,h5,h6,html,p {
    margin:0;
    padding:0
}
a,body,button,input,select,textarea {
    font-family:"微软雅黑","Microsoft Yahei","Helvetica Neue",Helvetica,STHeiTi,sans-serif
}
*,input[type=text] {
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
button,input[type=date],input[type=email],input[type=number],input[type=password],input[type=submit],input[type=tel],input[type=text],textarea {
    -webkit-appearance:none;
    box-sizing:content-box;
    border:none;
    border-radius:0;
    box-shadow:none;
    outline:none
}
input[type=tel],input[type=text] {
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
a {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-decoration:none
}
a:active,a:focus {
    outline:none
}
address {
    font-style:normal
}
.left {
    float:left
}
.right {
    float:right
}
.clear{
    clear: both;
}
.clearfix:after {
    clear:both;
    display:block;
    content:"...";
    visibility:hidden;
    height:0;
    font-size:0
}
.clearfix {
    *zoom:1
}
.float-left {
    float:left
}
.float-right {
    float:right
}
.clear-float {
    clear:both
}
.col-3 {
    width:25%
}
.col-4 {
    width:33.333%
}
.margin-b-50 {
    margin-bottom:50px
}
.margin-t-50 {
    margin-top:50px
}
.padding-t-50 {
    padding-top:50px
}
.padding-b-50 {
    padding-bottom:50px
}
.padding-t-40 {
    padding-top:40px
}
.padding-b-40 {
    padding-bottom:40px
}
.margin-t-10 {
    margin-top:10px
}
.margin-b-10 {
    margin-bottom:10px
}
.isblock{
    display:none;
}
.header {
    height:140px;
    background-color:#ffffff;/*#0064b0;*/
    background-image:url("bg_header.png");
    background-position:center center;
    background-repeat:no-repeat
}
.header .header-w {
    width:1200px;
    margin:0 auto;
    height:140px
}
.top_date {
    margin-top:42px;
    text-align:center;
}
.top_date>dl {
    background:#fff;
    margin-left:2px;
    text-align:center;
    color:#0064b0;
}
.top_date>dl>dt {
    border-bottom:1px solid #b9c2d4;
    font-size:24px;
    padding:8px 15px;
    font-family:"times new roman";
}
.top_date>dl>dd {
    font-size:12px;
    padding:5px 15px;
}
.like_icon {
    background:url(images/like.png) no-repeat;
    width:30px;
    height:30px;
    display:block;
}
.like_icon:hover {
    background:url(images/h_like.png) no-repeat;
    width:30px;
    height:30px;
    display:block;
}
.home_icon {
    background:url(images/home.png) no-repeat;
    width:30px;
    height:30px;
    display:block;
}
.home_icon:hover {
    background:url(images/h_hover.png) no-repeat;
}
.like_text {
    font-size:16px;
    margin-left:10px;
}
.top_like {
    margin-top:57px;
    height:30px;
    line-height:30px;
    color:#fff;
    margin-right:20px;
}
.top_like a,.top_like a:link,.top_like a:hover,.top_like a:visited{
    color: #fff;
    text-decoration: none;
}
.nav {
    /*background-image:url("images/bg_nav.jpg");*/
    background-repeat:no-repeat;
    background-color:#1563a5;
    background-position:center top
}
.nav .nav-w {
    width:1200px;
    height:75px;
    margin:0 auto
}
.nav-border-b {
    border-bottom:solid 1px #e0e0e0
}
.center {
    background-color:#f6f6f6
}
.copyright {
    text-align:center;
    color:#646464;
    height:49px;
    line-height:29px
}
.bottom-w,.center-w,.content-w,.news-w {
    width:1200px;
    margin:0 auto
}
.bottom,.content,.news {
    background-color:#fff
}
.news-w .w-left {
    display:block;
    /*width:450px;
    max-height:348px;*/
    overflow:hidden
}
.news-w .w-right {
    display:block;
    /*width:700px;
    max-height:348px;*/
    overflow:hidden
}
.content-w .w-left {
    /*width:516px;
    max-height:316px;*/
    overflow:hidden
}
.content-w .w-right {
    clear-float
    overflow:hidden
}
.footer {
    color:#fff;
    height:180px;
    background-color:#0064b0;
    background-image:url("images/bg_footer.png");
    background-position:center center;
    background-repeat:no-repeat
}
.footer .w-container {
    width:1200px;
    margin:0 auto
}
.footer a,.footer a:hover,.footer a:link,.footer a:visited,.footer span {
    color:#fff
}
.copyright .copyright-w {
    width:1200px;
    margin:0 auto
}
.copyright-w .w-container {
    height:49px
}
.page .center-w .box-body {
    padding:0;
    background-color:transparent
}
.subpage .center-w {
    width:1200px;
    display:table;
    margin:0 auto;
    border-spacing:10px
}
.subpage .center-w .w-left-container {
    display:table-cell;
    width:225px;
    border:solid 1px #e0e0e0;
    background-color:#fff;
    vertical-align:top
}
.subpage .center-w .w-right-container {
    display:table-cell;
    width:965px;
    border:solid 1px #e0e0e0;
    background-color:#fff
}
.w-breadcrumb span {
    display:block;
    height:63px;
    color:#646464;
    line-height:63px;
    font-size:14px
}
.w-breadcrumb span a,.w-breadcrumb span a:link,.w-breadcrumb span a:visited {
    color:#646464;
    padding-left:10px;
    padding-right:10px
}
.w-breadcrumb span a:last-child {
    color:#ff8d16
}
.subpage-col-1 .center {
    background-color:#f6f6f6
}
.footer .block-list {
    margin-top:40px
}
.footer .block-qrcode {
    margin-top:27px
}
.footer .block-qrcode .text {
    line-height:30px;
    text-align:center
}
.footer .block .block-title {
    font-size:14px;
    margin-bottom:20px
}
.footer .block div:not(.block-title) {
    line-height:25px
}
.footer .block-qrcode .float-left {
    text-align:center
}
.footer .block .float-left+.float-left {
    margin-left:30px
}
.returnTop {
    background:url(images/go_top.png) no-repeat;
    width:60px;
    height:60px;
    background-size:100%;
}
.footleft{
    /*width:10%;*/
    width:25%;
}
.footcenter{
    /*width:56%;*/
    width:43%;
}
.footcenter a{
    margin-right: 5px;
    margin-left: 5px;
}
.footcenter .emal{
    margin-top:-7px;
    margin-bottom:11px;
}
.footright{
    width:30%;
    text-align: center;
}
@media screen and (min-width:1920px) {
    .header {
        background-position:left center
    }
    .footer {
        background-position:right center
    }
}
/*注册*/
.reg-cont{
    width:865px;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 200px;
    display: block;
    height: 220px;
    font-family: '微软雅黑';
}
.reg-cont .regleft{
    float:left;
    width:504px;
}
.reg-cont .regleft img{
    margin-top: 33px;
}
.reg-cont .regright{
    float: right;
    width:303px;
}
.reg-cont .title{
    font-size: 26px;
    color:#ff8d16;
    margin-bottom:30px;
    display: block;
}
.reg-cont .title span{
    float: right;
    font-size: 12px;
    color:#b5b5b5;
    margin-top:14px;
}
.reg-cont .title a{
    color:#ff8d16;
}
.reg-cont .divcont{
    margin-bottom:20px;
    position: relative;
    width:100%;
}
.reg-cont .code{
    position: absolute;
    right: 0;
    top:0;
    padding:0 20px;
    border:#d2d2d2 solid 1px;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
}
.reg-cont .nextbtn{
    background: #ff8d16;
    color:#fff;
    width:100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}
.reg-cont input{
    border:#d2d2d2 solid 1px;
    width:291px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
/*登录*/
.login-cont{
    width:865px;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 200px;
    display: block;
    height: 220px;
    font-family: '微软雅黑';
}
.login-cont .regleft{
    float:left;
    width:504px;
}
.login-cont .regleft img{
    margin-top: 33px;
}
.login-cont .regright{
    float: right;
    width:303px;
    margin-top: -20px;
}
.login-cont .title{
    font-size: 26px;
    color:#ff8d16;
    margin-bottom:30px;
    width: 100%;
    text-align: center;
    display: block;
}
.login-cont .title span{
    float: right;
    font-size: 12px;
    color:#b5b5b5;
    margin-top:14px;
}
.login-cont .title a{
    color:#ff8d16;
}
.login-cont .divcont{
    margin-bottom:20px;
    position: relative;
    width:100%;
}
.login-cont .code{
    position: absolute;
    right: 0;
    top:0;
    padding:0 20px;
    border:#d2d2d2 solid 1px;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
}
.login-cont .nextbtn{
    background: #ff8d16;
    color:#fff;
    width:100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}
.login-cont .input{
    border:#d2d2d2 solid 1px;
    width:291px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
.login-cont .checkboxFive {
    width: 90px;
    float: left;
    position: relative;
}
.login-cont .checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #f6f6f6;
    border:1px solid #ddd;
}
.login-cont .checkboxFive label:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 5px;
    border: 3px solid #d2d2d2;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.login-cont .checkboxFive input[type=checkbox]:checked + label:after {
    border: 3px solid #ff8d16;
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
}
.login-cont .checkboxFive .text{
    margin-left: 14px;
    margin-top: 4px;
    display: inline-block;
}
.login-cont .regbtn{
    float: right;
    color: #ff8d16;
    margin-top: 4px;
}
/*vip注册*/
.vipregcont{
    width:600px;
    margin:0 auto;
    margin-top:50px;
    margin-bottom: 80px;
}
.vipregcont .vipregtitle{
    font-size: 12px;
    color:#0064b0;
    padding-bottom:20px;
}
.vipregcont .vipregtitle span{
    font-size: 20px;
    margin-right: 10px;
}
.vipregcont .vipregdiv{
    margin-bottom: 20px;
    position: relative;
    height: 40px;
}
.vipregcont .name{
    color:#646464;
    font-size: 12px;
    float: left;
    margin-right:20px;
    height: 40px;
    line-height: 40px;
    width: 95px;
    text-align: right;
}
.vipregcont .input{
    border: #d2d2d2 solid 1px;
    width: 291px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    float:left;
}
.vipregcont .yzminput{
    border: #d2d2d2 solid 1px;
    width: 175px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    float:left;
}
.vipregcont .code{
    position: absolute;
    left: 315px;
    top: 0;
    padding: 0 20px;
    border: #d2d2d2 solid 1px;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
}
.vipregcont .bank{
    width:120px;
    height:48px;
    border:#d2d2d2 solid 1px;
}
.vipregcont .bank{
    border:#ff8d16 solid 1px;
}
.vipregcont .vipregsubbtn{
    background: #ff8d16;
    color: #fff;
    width:300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    float:left;
    margin-right:20px;
    margin-bottom: 80px;
}
.vipregcont .viploginbtn{
    font-size: 12px;
    color: #ff8d16;
    float:left;
    line-height: 40px;
    display: block;0
}
.vipregdiv .checkboxFive {
    float: left;
    position: relative;
}
.vipregdiv .checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #f6f6f6;
    border:1px solid #ddd;
}
.vipregdiv .checkboxFive label:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 5px;
    border: 3px solid #d2d2d2;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.vipregdiv .text{
    margin-left: 15px;
    line-height: 20px;
}
.vipregdiv .text a,
.vipregdiv .text a:link,
.vipregdiv .text a:visited,
.vipregdiv .text a:hover,
.vipregdiv .text a:active{
    color: #ff8d16;
}

.vipregdiv .checkboxFive input[type=checkbox]:checked + label:after {
    border: 3px solid #ff8d16;
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
}
.vipregdiv img{
    border:1px solid #ddd;
    margin-right:10px;
    margin-bottom: 10px;
    cursor: progress;
    cursor: pointer;
}
.vipregdiv img.active{
    border:1px solid #ff8d16;
}
/*会员专区 vip注册*/
.hyzqcont{
    width:1200px;
    margin:0 auto;
    margin-top:30px;
    margin-bottom: 50px;
}
.hyzqcont .bj1{
    width:100%;
    height: 489px;
    position: relative;
    background: url(/portals/71/images_2017/hyzq1.jpg) no-repeat;
}
.hyzqcont .bj2{
    width:100%;
    height: 489px;
    position: relative;
    background: url(/portals/71/images_2017/hyzq2.jpg) no-repeat;
}
.hyzqcont .bj3{
    width:100%;
    height: 489px;
    position: relative;
    background: url(/portals/71/images_2017/hyzq3.jpg) no-repeat;
}
.hyzqcont .title{
    position: absolute;
    left:20px;
    bottom:18px;
    color: #fff;
    font-size: 24px;
}
.hyzqcont .text{
    width:100%;
    font-size: 16px;
    color: #646464;
    line-height: 200%;
    border-bottom: #e0e0e0 solid 1px;
    padding: 20px 0;
    text-indent: 2em;
}
.hyzqcont .text span{
    color: #ff8d16;
    cursor: pointer;
}
.black{
    background: #000;
    opacity: 0.6;
    width:100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    display: none;
    z-index: 1;
    /* older safari/Chrome browsers */
    -webkit-opacity: 0.5;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 0.5;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 0.5;
    /* IE9 + etc...modern browsers */
    opacity: .5;
    /* IE 4-9 */
    filter:alpha(opacity=50);
    /*This works in IE 8 & 9 too*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*IE4-IE9*/
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.message{
    width:380px;
    height: 200px;
    position: fixed;
    top:50%;
    left:50%;
    margin-top:-110px;
    margin-left:-210px;
    padding:10px 20px;
    background: #fff;
    display: none;
    z-index: 2;
}
.message .title{
    border-bottom: #e2e2e2 solid 1px;
    font-size: 14px;
    color: #646464;
    text-align: left;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    line-height: 30px;
}
.message .title .close{
    color: #646464;
    font-size: 18px;
    float:right;
    cursor: pointer;
}
.message .text{
    font-size: 14px;
    color: #646464;
    padding:46px 0;
    text-align: center;
}
.message .btn{
    width:180px;
    height: 35px;
    display: block;
    border-radius: 5px;
    background:#ff8d16;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    line-height: 35px;
    cursor: pointer;
    clear: both;
}
.zhcont{
    width:95%;
    margin:0 auto;
    margin-top:12px;
    margin-bottom:12px;
    font-size: 12px;
    color:#646464;
    height: 40px;
}
.zhcont .name{
    line-height: 40px;
    float: left;
    margin-right: 10px;
}
.zhcont .input{
    width:82px;
    height: 40px;
    line-height: 40px;
    border: #d2d2d2 solid 1px;
    margin:0 15px 0 0px;
    float: left;
    padding-left: 10px;
}
.zhcont .yelltext{
    color: #ff8d16;
    float: left;
    line-height: 40px;
}
/*顶部菜单*/
.topnav{
    font-size:20px;
    margin-top: 63px;
}
.topnav a,.topnav a:link,.topnav a:visited,.topnav a:active{
    color: #fff;
    margin-right:20px;
}
.topnav a:hover{
    color: #ff8d16;
}

.box-cfp {
    position: relative;
}

.head-cfp {
    /*line-height: 48px;*/
    margin-left: 0px;
    padding-bottom: 26px;
    background:url(border.png) left bottom no-repeat;
    font-size: 22px;
}

.more-cfp {
    position: absolute;
    top: 24px;
    right: 0px
}

.img-cfp {
    padding-bottom: 18px;
    padding-top: 20px;
}

.time-cfp {
    /*line-height: 14px;*/
    vertical-align: middle;
    color:#989a9d;
}

.title-cfp {
    font-size: 14px;
    margin-bottom: 26px;
    margin-top: 24px;
}

.title-cfp a:link,
.title-cfp a:visited,
.title-cfp a:active {
    color: #2a2e34;
    text-decoration : none;
}

.title-cfp a:hover {
    color: #1563a5;
    text-decoration : underline;
}

.banner-cfp {
    height:390px;
    background-color:#ffffff;/*#0064b0;*/
    background-image:url("banner.png");
    background-position:center center;
    background-repeat:no-repeat;
}

.content-cfp {
    color: #989a9d;
    line-height: 22px;
    vertical-align: text-top;
}

.content-cfp a:link,
.content-cfp a:visited,
.content-cfp a:hover,
.content-cfp a:active {
    color: #989a9d;
    text-decoration : none;
}

.box-body-cfp {
    padding-top: 20px;
}

.box-content-cfp {
    background-color: #f9fafb;
    padding: 20px 20px 20px 20px;
}

.box-content-cfp a:link,
.box-content-cfp a:visited,
.box-content-cfp a:active {
    color: #2a2e34;
    text-decoration : none;
    /*background-color: #f9fafb;*/
}

.box-content-cfp a:hover {
    color: #1563a5;
    text-decoration : underline;
    /*background-color: #f9fafb;*/
}

.list-item {
    position: relative;
    line-height: 31px;
    padding-left: 29px;
    /*background-color: #f9fafb;*/
    /*padding-right: 80px;*/
}

.list-item .item-type {
    width: 8px;
    height: 8px;
    background-color: #3372c8;
    position: absolute;
    left: 0px;
    top: 11px;
}

.list-item .item-date {
    position: absolute;
    right: 0px;
    color: #989a9d;
    top: 0px;
}

.kuaijiediv{
    overflow:hidden;
    background:#ffffff;
    padding-top: 35px;
}
.newsbox{
    width: 590px;
    height: 40px;
}

.newsbox li{
    float:left;
    width:90px;
    height:40px;
    line-height:40px;
    font-size:16px;
    text-align:center;
    background:#e4eaf0;
    list-style: none;
    border-top-left-radius: 8px;
    border-top-right-radius :8px;
    /*margin-right: 2px;*/
}

.newsbox li span{
    color: #7e9cb6;
}

.newsbox .selected{
    background:#1a73bf;
}

.newsbox .selected span{
    color: #ffffff!important;
}

.ftab{
    position: relative;
    font-size: 14px;
    background-color: #f9fafb;
    padding-left: 20px;
    padding-top: 15px;
    height: 99px;
}

.inputdiv {
    height: 36px;
    line-height: 36px;
}

.inputtitle {
    background-color: #eeeeee;
    text-align:center;
    width: 128px;
    height: 36px;
    line-height: 36px;
    color: #989a9d;
}

.inputcontent {
    position: absolute;
    right: 158px;
    top: 15px;
}

.inputbutton {
    position: absolute;
    right: 25px;
    top: 15px;
}

.info-cfp {
    font-size: 14px;
    line-height: 22px;
    padding-top: 70px;
}

.info-cfp p{
    margin-bottom: 35px;
    text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
}

.item-title {
    /*position: absolute;
    right: 0px;
    top: 0px;*/
}

.link-cfp {
    height:290px;
    background-color:#ffffff;/*#0064b0;*/
    background-image:url("link.png");
    background-position:center center;
    background-repeat:no-repeat;
}

.footer-cfp {
    font-size: 14px;
    color: #ffffff;
    height:170px;
    font-weight: bold;
    background-color:#1563a5;
}

.footer-cfp a:link,
.footer-cfp a:visited,
.footer-cfp a:hover,
.footer-cfp a:active {
    color: #ffffff;
    text-decoration : none;
    font-weight: bold;
    /*background-color: #f9fafb;*/
}

.contact-cfp {
    position: absolute;
    left: 366px;
    top: 31px;
    width: 240px;
}

.bottomlogo-cfp {
    position: absolute;
    right: 0px;
    top: 31px;
}

.copyright-cfp {
    font-size: 14px;
    color: #ffffff;
    height:64px;
    background-color:#2c2c2c;
}

.news-border {
    border: 1px solid #e5e5e5;
    /*height: 590px;*/
}

.news-title {
    border-bottom:1px solid #e5e5e5;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #989a9d;
    padding-left: 40px;
    background-color: #ffffff;
}

.news-title a:link,
.news-title a:visited,
.news-title a:hover,
.news-title a:active {
    color: #1563a5;
    text-decoration : none;
}

.news-page {
    background-color: #ffffff;
    padding-left: 40px;
    padding-bottom: 30px;
}

.news-page ul {
    overflow:hidden;
    width:100%;
}

.news-page ul li {
    border: 1px solid #e5e5e5;
    height: 24px;
    line-height: 24px;
    float:left;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 8px;
}

.news-page ul li a:link,
.news-page ul li a:visited,
.news-page ul li a:hover,
.news-page ul li a:active {
    color: #1563a5;/*#2a2e34;*/
    text-decoration : none;
    /*background-color: #f9fafb;*/
}

.this {
    color: #989a9d;
}

.box-title-cfp {
    font-size: 24px;
}

.box-time-cfp {
    font-size: 12px;
    color: #989a9d;
    vertical-align: middle;
}

.article-content-cfp p {
    line-height: 25px;
    padding-bottom: 24px;
}

.chengji-img {
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    width: 144px;
}

.chengji-content {
    position: absolute;
    top: 50px;
    right: 744px;
}

.chengji-content ul {
    overflow:hidden;
    width:100%;
}

.chengji-content ul li {
    height: 40px;
    line-height: 40px;
    /*float:left;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 8px;
}