/*  Ä¸°æÒ³ÑùÊ½²¿·Ö
    MasterPage.master
    */

/*Í¨ÓÃÉè¶¨*/
html, body {
    font-size: 12px;
    font-family: simSun,Arial,Helvetica,sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 20px;
}

body {
}

body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, form, input, textarea, button, pre, img {
    margin: 0;
    padding: 0;
}

a img {
    border: none;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #1E4674;
}

    a:hover {
        text-decoration: underline;
        color: #C00;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.index-body {
    background-color: #fff;
}

html, body, input, textarea, select, legend {
    color: #0F4660;
}

div {
    text-align: left;
}

.page {
    background: #CBE9FE url('bg0.jpg') repeat-x 0 0;
    text-align: center;
    /*min-height: 100%;*/
    height: auto !important;
    height: 100%; /*IE6²»Ê¶±ðmin-height*/
    position: relative;
    padding-bottom: 50px;
}

/*ÍøÒ³Í·²¿*/
.header {
}

    .header .hd-main {
        text-align: center;
        position: relative;
    }

    .header .logo {
        float: left;
        display: block;
        width: 90px;
        height: 40px;
        background: url('../image/caf.png') no-repeat 0 0;
    }

.bg-wrapper {
    height: 206px;
    text-align: center;
}

.main-nav {
    padding: 0px;
    height:32px;
    width: 100%;
    list-style: none;
    margin: 0px auto;
    position: absolute;
    text-align: center;
    bottom: 0px;
}

.nav-left-scrap {
    background: url('../image_new/left-scrap.gif') #9BDCF0 no-repeat 0 50px;
    width: 12px;
    height: 83px;
    position: absolute;
    left: -12px;
}

.nav-right-scrap {
    background: url('../image_new/right-scrap.gif') #9BDCF0 no-repeat 0 50px;
    width: 12px;
    height: 83px;
    position: absolute;
    right: -12px;
}

/*Í·²¿µ¼º½*/
.nav-list {
    margin: 0px auto;
    width: 960px;
}

    .nav-list li {
        float: left;
        position: relative;
        margin: 0px;
        width: auto;
    }

.cc {
    clear: both;
    _display: none;
}

.main-nav a {
    font-weight: bold;
    display: block;
    float: left;
    position: relative;
    color: #fff;
    height: 100%;
    padding: 0px 12px;
    text-decoration: none;
    font-size: 12px;
    line-height: 30px;
}

.main-nav .nodrop a:hover {
    color: #fff;
    text-decoration: underline;
    z-index: 11;
}

.main-nav .hover {
    color: #fff;
    text-decoration: underline;
    z-index: 11;
}

.main-nav .current {
    color: #FFF;
    _display: inline-block; /*Õë¶Ôie6*/
}

/*Í·²¿×Óµ¼º½£¨¶þ¼¶²Ëµ¥£©*/
.sub-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 10;
    padding: 0;
    margin: 0;
    width: 170px;
    overflow:hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .sub-nav a {
        font-size: 14px;
        color: #FEFEFE;
        outline: none;
        border: none;
        z-index: 10;
background-color:rgb(31, 129, 190);
text-align:left;
    }

        .sub-nav a:hover {
            background: #1059D7;
            color: #8E8E8E;
            z-index: 10;
        }
.sub-nav-1 {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 10;
    padding: 0;
    margin: 0;
    width: 100px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .sub-nav-1 a {
        font-size: 14px;
        color: #FEFEFE;
        outline: none;
        border: none;
        z-index: 10;
    }

        .sub-nav-1 a:hover {
            background: #1059D7;
            color: #8E8E8E;
            z-index: 10;
        }

.sub-link {
    display: inline-block;
    width: 100%;
    background: #FEFEFE;
    padding: 10px;
}

/*ÍøÒ³Î²²¿*/
.footer {
    color: #355564;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 63px;
    clear: both;
    left: 0px;
}

.footer-content {
    padding-top: 15px;
    width: 970px;
    margin: 0px auto;
    text-align: center;
    position: relative;
}

.footer-logo {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

    .footer-logo a {
        color: #355564;
    }

        .footer-logo a:hover {
            color: #355564;
        }

.footer-board {
    text-align: center;
    margin-bottom: 5px;
    color: #355564;
}

.footer-copy {
    margin: 0 auto;
    width: 200px;
    font-family: 'Times New Roman';
    font-size: 14px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px #355564;
}

.footer-info {
    margin: 15px 0px;
}

.footer-row {
    margin: 5px 0px;
}

    .footer-row .th {
        padding-right: 70px;
        color: #fff;
    }

.footer-link {
    text-decoration: none;
    color: #708ca9;
}

    .footer-link:hover {
        color: #add0f5;
    }

.footer-row .td {
    margin-right: 10px;
}

.footer-copyright {
    text-align: center;
    padding: 5px 0 10px 0;
    color: #355564;
}

.footer-left-scrap {
    position: absolute;
    left: -12px;
    top: -33px;
    width: 12px;
    height: 139px;
    background: url('../image_new/v-left-scrap.gif') #9BDCF0 no-repeat 0 0px;
}

.footer-right-scrap {
    position: absolute;
    right: -12px;
    top: -33px;
    width: 12px;
    height: 139px;
    background: url('../image_new/v-right-scrap.gif') #9BDCF0 no-repeat 0 0px;
}

.content {
    background-color: white;
    border-left: 1px solid #36e6fd;
    border-right: 1px solid #36e6fd;
    border-bottom: 1px solid #36e6fd;
    margin: 0px auto;
    padding: 10px 10px 10px 10px;
    width: 970px;
}

.footer p {
    text-indent: 0;
}

#ClCache {
    display: none;
}

.item-img {
    width: 100%;
    height: auto;
}

/*Ö÷Ò³ÃæºáÏò²ã*/
.row {
    width: 100%;
}

/*Ö÷Ò³ÃæÈýÀ¸²¼¾Ö*/
.span_33 {
    width: 33%;
    float: left;
}

.span_36 {
    width: 36%;
    float: left;
}

.span_3 {
    width: 30%;
    float: left;
}

.span_4 {
    width: 40%;
    float: left;
}

.span_5 {
    width: 50%;
    float: left;
}

.span_6 {
    width: 60%;
    float: left;
}

.span_280 {
    width: 280px;
    float: left;
}

.span_285 {
    width: 285px;
    float: left;
}

.span_375 {
    width: 375px;
    float: left;
}

.span_7 {
    width: 70%;
    float: left;
}
/*¶¥²¿ÇøÓò¡£Í¨ÓÃ°üº¬¿é*/
.box {
    margin: 0px;
}

.focus {
    width: 273px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #A2A2A2;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #E6EFF4;
}

    .focus p {
        font-size: 14px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #D01D19;
        text-align: center;
    }

.middle-block {
    margin: 0px 10px;
}

.line-box {
    border: 1px solid #C5D4E5;
}

    .line-box.white {
        background: #fff;
    }


    .line-box.blue {
        background: #F9FBFF;
    }

    .line-box.grey {
        background-color: #fafafa;
        border: 1px solid #CECECE;
    }

    .line-box .text {
        padding: 5px;
    }

    .line-box h3 {
        padding-left: 10px;
        border-bottom: 1px solid #E1E1E1;
        background: url('../image_3rd/title_bg.png') repeat-x 0 0;
        height: 27px;
        line-height: 28px;
        font-size: 14px;
        font-weight: 800;
        color: #1E4674;
    }

        .line-box h3 span {
            background: url('../image_3rd/title_span.png') no-repeat 0 0;
            padding-left: 20px;
        }

/*¶¥²¿ÇøÓò ½¹µãÐÂÎÅ*/
.top-news {
    border: 1px solid #C5D4E5;
    background: url('../image_3rd/focus_textbg.jpg') 0 -4px no-repeat;
    padding: 15px 5px 5px 5px;
}

    .top-news h1 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
    }

        .top-news h1 a {
            color: #E7141B;
        }

    .top-news h4 {
        margin-bottom: 2px;
        margin-top: 0px;
        font-size: 14px;
        font-weight: 800;
        color: #1E4674;
        height: 20px;
        line-height: 20px;
        border-bottom: 1px #C5D4E5 solid;
        padding-left: 20px;
        background: url('../image_3rd/icon-list.png') no-repeat 3px 4px;
    }

    .top-news .text {

    }

.former-news-list {
    list-style: disc;
    padding-left: 20px;
}

    .former-news-list li {
        line-height: 20px;
    }

    .former-news-list a {
        font-size: 12px;
        color: #1E4674;
        font-weight: normal;
    }


.text p {
    text-indent: 2em;
}
/*¶¥²¿ÇøÓò ÓÒ²à²¿·Ö*/
.span_3 .line-box h4 {
    background: url('../image_3rd/title_bg_nav.png') repeat-x 0 0;
    border: 1px solid #E7F6FD;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    color: white;
    padding-left: 12px;
    font-weight: bold;
}

.half-list {
    width: 100%;
    position: relative;
}

    .half-list li {
        width: 120px;
        margin: 10px 0px 0px 15px;
        float: left;
        vertical-align: middle;
        display: inline-block;
    }

    .half-list a {
        color: #333;
        font-size: 14px;
        line-height: 24px;
        display: block;
        height: 39px;
    }

        .half-list a:hover {
            color: #333;
        }

    .half-list img {
        width: 120px;
    }

/*ÓÒ²à²¿·ÖÁÐ±í*/
.org_list {
    margin-top: 5px;
    list-style: disc;
    padding-left: 30px;
    padding-right: 10px;
}

    .org_list li {
        color: #333;
        padding-bottom: 5px;
        line-height: 20px;
    }

    .org_list strong {
    }
/*Ã½ÌåÅÜÂíµÆ*/
.media {
    padding: 5px 0px;
    border-bottom: 1px solid #C5D4E5;
}

    .media h1 {
        font-size: 14px;
        font-weight: 800;
        color: #1E4674;
        padding-left: 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #C5D4E5;
        background: url('../image_3rd/icon-media.png') no-repeat 3px 4px;
    }

.media-img {
    width: 100px;
    height: auto;
    margin: auto 5px;
    vertical-align: middle;
}
.media-img1 {
    width: 200px;
    height: auto;
    margin: auto 5px;
    vertical-align: middle;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    background: white;
}

    .jcarousel ul {
        width: 20000em;
        position: relative;
        /* Optional, required in this case since it's a <ul> element */
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .jcarousel li {
        /* Required only for block elements like <li>'s */
        height: 50px;
        font-size: 50px;
        line-height: 50px;
        float: left;
    }

.jcarousel-scroll {
    position: relative;
    overflow: hidden;
    width: 560px;
    margin: 0 auto;
    background: white;
}

    .jcarousel-scroll.full-row {
        width: 930px;
    }

    .jcarousel-scroll ul {
        width: 20000em;
        position: relative;
        /* Optional, required in this case since it's a <ul> element */
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .jcarousel-scroll li {
        /* Required only for block elements like <li>'s */
        height: 100px;
        font-size: 0!important;
        font-size: 100px;
        line-height: 100px;
        float: left;
    }

/*Íâ½ÓUIÉè¼Æ*/
/*°´Å¥*/
.btn {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #A2A2A2;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #F5F5F5;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
}

    .btn:hover {
        background-color: #E6E6E6;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

.btn-mini {
    padding: 0 6px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-info {
margin:10px 0;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49AFCD;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
    border-left-color: #2F96B4;
    border-right-color: #2F96B4;
    border-top-color: #2F96B4;
    border-bottom-color: #1F6377;
}

    .btn-info:hover {
        color: #FFF;
        background-color: #2F96B4;
        background-image: none;
    }

a.btn {
    text-align: center;
}

.btn:hover {
    color: white;
    text-decoration: none;
}

/*×¨ÌâÇøÓò±êÌâ*/
.nav {
    width: 950px;
    background: url('../image_3rd/nav-bg.jpg') no-repeat;
    height: 42px;
    margin: 5px auto 5px auto;
    line-height: 40px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #FFF;
    padding: 0 0 0 130px;
    letter-spacing: 2px;
}

img.border {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #A2A2A2;
    background: #E6EFF4;
    padding: 3px;
}
/*ÔÞÖúÉÌ*/
.sponsor {
    margin: 0px 0px;
    padding-top: 0px;
    height: 60px;
}

    .sponsor p {
        text-align: left;
        padding-left: 0px;
        font-size: 14px;
    }

    .sponsor img {
        height: 60px;
        width: auto;
    }

/*¸ß¶Ë·ÃÌ¸*/
.high-end {
    margin: 10px;
}

    .high-end .position {
        color: #0078B6;
        font-size: 12px;
        font-family: 'Microsoft YaHei';
        font-weight: bold;
        margin-bottom: 3px;
        line-height: 18px;
    }

    .high-end .title {
        margin-bottom: 1px;
    }

    .high-end .wrap, .main-forum .wrap {
        margin: 0px 35px 0px 15px;
        position: relative;
        height: 175px;
    }

    .high-end .item-img {
        width: 130px;
        height: auto;
    }
/*
    .high-end .wrap .more {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }*/

.title {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.high-end .text {
}

.line-box .high-end .text {
    padding: 0px;
}

.high-end .title a {
    color: #900;
}

/*·ÖÂÛÌ³*/
.main-forum {
}

    .main-forum .wrap {
        height: 340px;
        overflow: hidden;
        margin: 10px;
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #A2A2A2;
        background: #E6EFF4;
        padding: 3px;
    }

    .main-forum a {
        color: #900;
    }

.high-end .hr {
    border-top: 1px solid #C5D4E5;
    margin: 7px 0px;
}

.sub-forum .wrap {
    margin: 10px 10px 0px 10px;
}

    .sub-forum .wrap.list {
        border: 1px solid #C5D4E5;
        height: 325px;
    }

.sub-forum .list-img {
    width: 124px;
    height: 83px;
    vertical-align: middle;
}

.sub-forum .jcarousel-scroll li {
    height: 100px;
    line-height: 80px;
    vertical-align: top;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #A2A2A2;
    background: #E6EFF4;
    padding: 2px;
    margin: 7px 5px;
}

.sub-forum .jcarousel-scroll p {
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.list-wrap {
    position: relative;
}

    .list-wrap .jcarousel-prev {
        position: absolute;
        left: 10px;
        top: 44px;
        display: block;
        height: 30px;
        width: 32px;
        background: url('../image_3rd/arrow_left.png') no-repeat 0px 0px;
    }

        .list-wrap .jcarousel-prev:hover {
            background: url('../image_3rd/arrow_left_hover.png') no-repeat 0px 0px;
        }

    .list-wrap .jcarousel-next {
        position: absolute;
        right: 10px;
        top: 44px;
        display: block;
        height: 30px;
        width: 32px;
        background: url('../image_3rd/arrow_right.png') no-repeat 0px 0px;
    }

        .list-wrap .jcarousel-next:hover {
            background: url('../image_3rd/arrow_right_hover.png') no-repeat 0px 0px;
        }

.line-box .sub-forum .text {
    padding: 0px;
}

.sub-forum h1 {
    font-size: 14px;
    font-weight: bold;
    background: url('../image_3rd/title_bg_nav.png') repeat-x 0 0;
    border: 1px solid #E7F6FD;
    height: 27px;
    font-size: 12px;
}

    .sub-forum h1 span {
        background: url('../image_3rd/title_bg_nav0.png') no-repeat 0 0;
        display: block;
        width: 98px;
        margin: 3px 0 0 5px;
        line-height: 27px;
        font-size: 14px;
        padding-left: 10px;
    }

    .sub-forum h1 img {
        margin-top: 5px;
        margin-right: 5px;
    }


.sub-forumLong h1 {
    font-size: 14px;
    font-weight: bold;
    background: url('../image_3rd/title_bg_nav.png') repeat-x 0 0;
    border: 1px solid #E7F6FD;
    height: 27px;
    font-size: 12px;
}

    .sub-forumLong h1 span {
        background: url('../image_3rd/title_bg_nav01.png') no-repeat 0 0;
        display: block;
        width: 222px;
        margin: 3px 0 0 5px;
        line-height: 27px;
        font-size: 14px;
        padding-left: 10px;
    }

    .sub-forumLong h1 img {
        margin-top: 5px;
        margin-right: 5px;
    }

.position-list {
    list-style: disc;
    padding-left: 25px;
    padding-top: 5px;
    background: url('../image_3rd/focus_textbg.jpg') 0 -4px no-repeat;
}

    .position-list li {
        line-height: 25px;
        font-size: 12px;
        font-weight: 400;
    }

.sub-forum h4 {
    margin: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: 800;
    color: #1E4674;
    padding-left: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #C5D4E5;
    background: url('../image_3rd/icon-media.png') no-repeat 3px 2px;
}

.sub-forumLong h4 {
    margin: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: 800;
    color: #1E4674;
    padding-left: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #C5D4E5;
    background: url('../image_3rd/icon-media.png') no-repeat 3px 2px;
}

.subforum-list {
    position: relative;
    width: 930px;
    margin: 0 auto;
}

    .subforum-list li {
        width: 16%;
        margin-right: 5px;
        float: left;
    }

/*·ÖÂÛÌ³5-8*/
.sub-forum-plus .nav {
    width: 162px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.sub-forum-plus .wrap {
    margin: 5px 10px 10px 10px;
}

.sub-forum-plus h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.sub-forum-plus a {
    color: #900;
}

.sub-forum-plus .text {
    padding: 5px 0px;
}
/*¾«²ÊË²¼ä*/
.person_list {
    width: 1000px;
    padding: 0 0 15px;
    height: auto;
    overflow: hidden;
    zoom: 1;
}

    .person_list li {
        float: left;
        text-align: center;
        margin: 10px 16px 0 15px;
        display: inline;
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #A2A2A2;
        background: #E6EFF4;
        padding: 3px;
    }

/*¸ü¶à~*/
.more {
    text-align: right;
}

p.more {
    text-indent: 0;
    line-height: 100%;
}

/*Ó¢ÎÄÒ³Ãæ*/
.english {
    margin-right: 10px;
}

    .english .wrap {
        margin: 0px 10px;
    }

    .english .title {
        font-size: 24px;
        line-height: 28px;
        font-family: Georgia;
        font-weight: normal;
        margin-bottom: 10px;
    }

        .english .title a {
            color: #900;
        }

    .english .subtitle {
        font-family: Georgia;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

        .english .subtitle ul {
            font-size: 16px;
            position: relative;
            margin: 10px 10px 10px 0px;
        }

            .english .subtitle ul li {
                display: inline-block;
                float: left;
                height: 40px;
                line-height: 40px;
                margin-right: 10px;
                padding-right: 10px;
                border-right: 1px solid #0F4660;
            }

.eng h3 {
    font-family: Arial;
}

.eng .org_list {
    font-family: Arial;
}
/*ÕýÊ½°æÑùÊ½*/


.mainpage .jcarousel-scroll {
    width: 840px;
}

.mainpage .position-list {
    padding-top: 0px;
}

    .mainpage .position-list li {
        line-height: 22px;
    }

.mainpage .middlewrap {
    margin: 10px 5px 0px 10px;
}

.mainpage .rightwrap {
    margin: 10px 10px 0px 5px;
}

.mainpage .rightwrap.list {
    border: 1px solid #C5D4E5;
    height: 185px;
}

.focusblock {
    margin-bottom: 3px;
    padding: 0px 5px;
    background: #E6EFF4;
}

    .focusblock h2 {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0px;
        text-align: center;
    }

    .focusblock p {
        text-indent: 2em;
    }

/*Æ½Ê±°æÊ×Ò³ÑùÊ½*/
.top-field .middle-block {
}

.guests {
    margin: 10px 0px 0px 10px;
}

.top-field .former-news-list {
    margin: 5px 0px;
}

    .top-field .former-news-list li {
        line-height: 24px;
    }

.top-field .jcarousel li {
    width: 273px;
    height: 220px;
    line-height: 20px;
}

.top-field .jcarousel a {
    display: block;
}

.top-field .jcarousel p {
    line-height: 20px;
    font-size: 14px;
    background: #E6EFF4;
}

.top-field .focus .item-img {
    height: 200px;
    width: auto;
}

.jcarousel-pagination {
    position: absolute;
    right: 8px;
    bottom: 30px;
    text-align: center;
}

    .jcarousel-pagination a {
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
        padding: 0px 2px;
        border: 1px solid #C5D4E5;
        width: 14px;
        background: #F9FBFF;
        text-align: center;
    }

.jcarousel-support {
    position: relative;
    overflow: hidden;
}

    .jcarousel-support ul {
        width: 20000em;
        position: relative;
        /* Optional, required in this case since it's a <ul> element */
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .jcarousel-support li {
        height: 110px;
        line-height: 110px;
        /* Required only for block elements like <li>'s */
        float: left;
    }

.weixin {
    margin-top: 5px;
}

    .weixin .wrap {
        background: #fafafa;
        border: 1px solid #C5D4E5;
    }

.weixinimg {
    margin: 5px 15px 0px 15px;
}

    .weixinimg img {
        width: 250px;
    }

.weixin h1 {
    font-size: 14px;
    font-weight: 800;
    color: #1E4674;
    padding-left: 20px;
    padding-bottom: 5px;
    background: url('../image_index/icon-contact.png') no-repeat 3px 4px;
}

.weixin1 {
    margin-top: 5px;
}

    .weixin1 .wrap {
        background: #fafafa;
        border: 1px solid #C5D4E5;
    }

.weixin1img {
    margin: 5px 15px 0px 15px;
}

    .weixin1img img {
        width: 250px;
    }
.weixin1 h1 {
    font-size: 14px;
    font-weight: 800;
    color: #1E4674;
    padding-left: 20px;
    padding-bottom: 5px;
    background: url('../image_index/part.jpg') no-repeat 3px 4px;
}

.weixin2 {
    margin-top: 5px;
}

    .weixin2 .wrap {
        background: #fafafa;
        border: 1px solid #C5D4E5;
    }

.weixin2img {
    margin: 5px 5px 0px 5px;
}

    .weixin2img img {
        width: 133px;
    }

.weixin2 h1 {
    font-size: 14px;
    font-weight: 800;
    color: #1E4674;
    padding-left: 20px;
    padding-bottom: 5px;
    background: url('../image_index/part.jpg') no-repeat 3px 4px;
}

.top-field .half-list li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.guest-notes {
    position: relative;
}

    .guest-notes ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .guest-notes li {
        width: 50%;
        float: left;
    }

    .guest-notes .block {
        display: block;
        margin: 3px 7px;
        padding: 5px 5px 5px 90px;
        background-color: rgb(229, 229, 229);
        background-position: 5px 5px;
        background-repeat: no-repeat;
    }

    .guest-notes h2 {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-left:68px;
    }

    .guest-notes p {
        text-indent: 2em;
        margin-left:68px;
    }

.guest-notesLong {
    position: relative;
}

    .guest-notesLong ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .guest-notesLong li {
        width: 33%;
        height:100px;
        float: left;
        margin-top:2px;
        z-index:1;
    }

    .guest-notesLong .block {
        display: block;
        height:88px;
        margin: 3px 7px;
        padding: 5px 5px 5px 90px;
        background-color: rgb(229, 229, 229);
        background-position: 5px 5px;
        background-repeat: no-repeat;
    }

    .guest-notesLong h2 {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .guest-notesLong p {
        text-indent: 2em;
    }


.top-field h1 {
    position: relative;
}

    .top-field h1 a {
        position: absolute;
        right: 0px;
        top: -1px;
    }

        .top-field h1 a img {
            margin: 0px;
        }

.line_box {
    background: #F1F9FE;
    /*border: 1px solid #DEDEDE;*/
    /*margin: 5px;*/
    height: 100%;
}

.line_box h3 {
    background: url(http://www.bitauto.com/zhuanti/news/oica/images/title_bg_spanbg.png) no-repeat 100% 0;
    height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
padding:0 5px;
    }

    .line_box .title {
    font-size: 14px;
    font-weight: bold;
    height: 64px;
    line-height: 64px;
    background: #BFE2FF;
    }

    .line_box .main-text {
    padding: 15px 24px;
    }

.showNone {
    display: none;
}

.partAll {
    height: auto;
    width: 100%;
    position: relative;
}

.part1 {
    margin: 10px 2% 0 0%;
    width: 28%;
    float: left;
    _margin-right: -3px;
    background-color: rgba(255, 255, 255, 0.00);
    text-align: right;
    font-size: small;
    color: black;
    position: absolute;
}

.part2 {
    margin: 5px 2% 0 30%;
    width: 60%;
    height: 20px;
    float: left;
    _margin-right: -3px;
    background-color: rgba(255, 255, 255, 0.00);
    text-align: left;
    font-size: small;
    position: absolute;
}

.part501 {
    margin: 7px 1% 0 0%;
    width: 23%;
    height:auto;
    float: left;
    _margin-right: -3px;
    background-color: rgba(255, 255, 255, 0.00);
    text-align: right;
    font-size: small;
    color: black;
}

.part502 {
    margin: 5px 1% 0 0%;
    width: 19%;
    height:auto;
    float: left;
    _margin-right: -3px;
    background-color: rgba(255, 255, 255, 0.00);
    text-align: left;
    font-size: small;
}

.part503 {
    margin: 8px 1% 0 0%;
    width: 65%;
    height:auto;
    float: left;
    _margin-right: -3px;
    background-color: rgba(255, 255, 255, 0.00);
    text-align: left;
    font-size: small;
}

.part504 {
    margin: 10px 1% 0 0;
    width: 9%;
    height:auto;
    float: left;
    _margin-right: -3px;
    background-color: rgba(255, 255, 255, 0.00);
    text-align: left;
    font-size: small;
}

.part601 {
    margin: 10px 1% 0 0%;
    width: 21%;
    height: 20px;
    float: left;
    _margin-right: -3px;
    background-color: rgba(255, 255, 255, 0.00);
    text-align: right;
    font-size: small;
    color: black;
}

.part602 {
    margin: 10px 1% 0 0%;
    width: 66%;
    height: 20px;
    float: left;
    _margin-right: -3px;
    background-color: rgba(255, 255, 255, 0.00);
    text-align: left;
    font-size: small;
}

.field {
    padding: 5px 10px 5px 10px;
    width: 100%;
}

.redStyle {
    color: #FF0000;
}
*{
    box-sizing: border-box;
}
@media (max-width:768px){
    .page{
        padding-bottom: 0!important;
    }
    .footer{
        position: static;
        height: auto;
        padding-top: 0px;
        padding-bottom: 10px;
        background: #c5e6fe;
        border-top: solid 1px #27e3fc;
    }
    .nav-list{
        width: 100%;
    }
    .bg-wrapper{
        height: auto;
    }
    .bg-wrapper img{
        width: 100%;
    }
    .content{
        width: 100%;
    }
    .footer-content{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}