/*通用*/
.cb{clear:both;height:0px;margin:0;padding:0;width:0;border:none;overflow:hidden;}
.clearfix:after{clear: both;content: "";display: table;}
.clearfix{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
.fl{float:left;display:inline}
.fr{float:right;}
.dis{display:block;}
.ndis{display:none;}
.disin{display:inline;}
.pointer{cursor:pointer;}
/*偏移*/
.m5{margin:5px;}
.mv5{margin:5px 0;}
.mh5{margin:0 5px;}
.ml5{margin-left:5px;}
.mr5{margin-right:5px;}
.mt5{margin-top:5px;}
.mb5{margin-bottom:5px;}
.m10{margin:10px;}
.mv10{margin:10px 0;}
.mh10{margin:0 10px;}
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.m15{margin:15px;}
.mv15{margin:15px 0;}
.mh15{margin:0 15px;}
.ml15{margin-left:15px;}
.mr15{margin-right:15px;}
.mt15{margin-top:15px;}
.mb15{margin-bottom:15px;}
.m20{margin:20px;}
.mv20{margin:20px 0;}
.mh20{margin:0 20px;}
.ml20{margin-left:20px;}
.ml40{margin-left:40px;}
.mr20{margin-right:20px;}
.mt20{margin-top:20px;}
.mt50{margin-top:50px;}
.mt150{margin-top:150px;}
.mb20{margin-bottom:20px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.p5{padding:5px;}
.pv5{padding:5px 0;}
.ph5{padding:0 5px;}
.pl5{padding-left:5px;}
.pr5{padding-right:5px;}
.pt5{padding-top:5px;}
.pb5{padding-bottom:5px;}
.p10{padding:10px;}
.pv10{padding:10px 0;}
.ph10{padding:0 10px;}
.pl10{padding-left:10px;}
.pr10{padding-right:10px;}
.pt10{padding-top:10px;}
.pb10{padding-bottom:10px;}
.p15{padding:15px;}
.pv15{padding:15px 0;}
.ph15{padding:0 15px;}
.pl15{padding-left:15px;}
.pr15{padding-right:15px;}
.pt15{padding-top:15px;}
.pb15{padding-bottom:15px;}
.p20{padding:20px;}
.pv20{padding:20px 0;}
.ph20{padding:0 20px;}
.pl20{padding-left:20px;}
.pr20{padding-right:20px;}
.pt20{padding-top:20px;}
.pb20{padding-bottom:20px;}
.p25{padding:25px;}
.pv25{padding:25px 0;}
.ph25{padding:0 25px;}
.pl25{padding-left:25px;}
.pr25{padding-right:25px;}
.pt25{padding-top:25px;}
.pb25{padding-bottom:25px;}
.pb50{padding-bottom:50px;}
.pb80{padding-bottom:80px;}
.pb100{padding-bottom:100px;}
.p30{padding:30px;}
.pv30{padding:30px 0;}
.ph30{padding:0 30px;}
.pl30{padding-left:30px;}
.pr30{padding-right:30px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;color:#ffffff;}
/*边框*/
.bor_ccc{border:1px solid #ccc;}
.bor_ddd{border:1px solid #ddd;}
/*位置*/
.pr{position:relative;}
.pa{position:absolute;}
.tr{text-align:right;}
.tl{text-align:left;}
.tc{text-align:center;}
.tj{text-align:justify;}
.ti2{text-indent:2em;}
.vat{vertical-align:top;}
.vab{vertical-align:bottom;}
.vam{vertical-align:middle;}
.vatt{vertical-align:text-top}
.vatb{vertical-align:text-bottom}
/*文字*/
.b{font-weight:bold;}
.f10{font-size:10px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:15px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f28{font-size:28px;}
.f30{font-size:30px;}
.f36{font-size:36px;}
.lh18{line-height:18px;}
.lh20{line-height:20px;}
.lh22{line-height:22px;}
.lh24{line-height:24px;}
.lh25{line-height:25px;}
.lh28{line-height:28px;}
.lh30{line-height:30px;}
.lh35{line-height:35px;}
.lh40{line-height:40px;}
/*颜色*/
.colfff{color:#fff;}
.col000{color:#000;}
.colccc{color:#ccc;}
.col333{color:#333;}
.col666{color:#666;}
.col888{color:#888;}
.col999{color:#999;}
.col369{color:#369;}
.colf60{color:#f60;}
.col069{color:#069;}
.colf00{color:#ff0000;}
.colmain{color:#20a7f6;}

.join-body{background: #ffffff;}
.home-slides{height: 380px}
.home-slides .bd li{height: 380px;}
.fixed-side {  z-index: 9999;}

/*加入我们*/
.join-header {
    height: 65px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.header-wrap {
    border-bottom: 1px solid #20a7f6;
}

a.logo {
    float: left;
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
}

.logor {
    float: right;
    width: 830px;
    margin-top: 10px;
}

.logor ul {
    width: 1200px;
    margin: auto;
}

.logor li {
    position: relative;
    float: left;
    width: 120px;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
}

.logor li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    background: #dcdcdc;
    left: 0;
    top: 10px;
}

.logor li:first-child:before {
    display: none;
}

.logor li.on .arr {
    display: block;
}

.logor a {
    display: block;
    color: #595757;
}

.logor a:hover {
    color: #20a7f6;
}

.logor .arr, .logor .arr b {
    position: absolute;
    width: 0;
    height: 0;
    border: 14px dashed transparent;
    border-top: 14px solid #20a7f6;
}

.logor .arr {
    display: none;
    z-index: 9;
    left: 50%;
    margin-left: -14px;
}

.logor .arr b {
    border-top-color: #fff;
    top: -15px;
    left: -14px;
}

.home-slides {
    height: 380px;
}

.bleft {
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px 35px;
    width: 750px;
    min-height: 378px;
}

.zwss {
    line-height: 24px;
    color: #999;
    font-size: 14px;
}

.zwss h1 {
    line-height: 35px;
    color: #20a7f6;
    font-size: 18px;
    margin-bottom: 10px;
}

.zwssl {
    float: left;
    text-align: left;
    width: 80px;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.zwssr {
    float: left;
    width: 570px;
    position: relative;
    color: #20a7f6;
    overflow: hidden;
}

.zwssr span {
    padding: 8px 15px 8px 10px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    font-size: 15px;
    line-height: 18px;
}

.icon3 {
    background: url(/images/open_icon.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.ss_input {
    padding: 0 10px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #e7e7e7;
    width: 485px;
    float: left;
    color: gray;
    font-size: 14px;
}

.ss_btn {
    border: none;
    width: 60px;
    height: 45px;
    background: url(/images/join-search.png) no-repeat center center;
    float: left;
    cursor: pointer;
}

.rzzw {
    padding: 10px 0;
}

.rzzw h1 {
    line-height: 35px;
    color: #20a7f6;
    font-size: 18px;
    margin-bottom: 10px;
}

.rzzw li {
    float: left;
    width: 50%;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
}

.rzzw li a {
    color: #666;
}

.zwssr span.now, .zwssr span:hover {
    background: #83d0fc;
    color: #fff;
}

.bright {
    float: right;
    width: 363px;
}

.gsdt {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px 35px;
    min-height: 160px;
}

.gsdt h1 {
    line-height: 35px;
    color: #20a7f6;
    font-size: 18px;
}

.tbox2mbox {
    width: 100%;
    position: relative;
    z-index: 1;
}

.tbox2mbox li a:hover {
    color: #00bff0
}

.tbox2mboxul {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.tbox2mboxul p {
    border-bottom: 1px dashed #999;
    position: relative;
    max-height: 59px;
    overflow: hidden;
    word-wrap: break-word;
}

.tbox2mboxul li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    line-height: 30px;
}

.scontent {
    width: 1200px;
    margin: 0 auto;
}

.zwss2 {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px;
}

.colf80 {
    color: #20a7f6;
}

.zwss2t {
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.zwss2 th {
    background: #fff8f1;
    color: #000;
    font-size: 16px;
    line-height: 50px;
}

.zwss2 td {
    border-bottom: 1px solid #eae8e8;
    line-height: 45px;
    color: #666;
    font-size: 14px;
}

.page {
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.pager {
    float: right;
    text-align: right;
    width: 630px;
}

.pager a {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #f4f4f4;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    color: #999;
    font-size: 14px;
    margin: 0 3px;
    vertical-align: middle;
}

.pager2 {
    float: right;
}

.page_input {
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    margin-right: 20px;
}

.page_input input[type="text"] {
    border: 1px solid #f4f4f4;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    color: #999;
    font-size: 14px;
    width: 30px;
    margin: 0 3px;
}

.page_input input[type="button"] {
    background: none;
    border-radius: 2px;
    border: 1px solid #f4f4f4;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    color: #999;
    font-size: 14px;
    margin: 0 3px;
}

.zwtitle {
    background: #fff8f1;
    color: #000;
    font-size: 16px;
    line-height: 50px;
    padding-left: 45px;
    font-weight: bold;
    margin-right: 20px;
}

.zwxq {
    padding: 0 45px;
    color: #666;
    line-height: 28px;
}

.zwxq h1 {
    border-bottom: 1px dashed #e5e5e5;
    line-height: 45px;
    color: #666;
    font-size: 16px;
    padding-top: 5px;
    font-weight: normal;
}

.zwxq h1 span {
    display: inline-block;
    width: 49%;
    text-align: left;
}

a.icon7 {
    background: url(/images/join_btn_icon.jpg) no-repeat center center;
    display: inline-block;
    width: 123px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.lxwm {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px 15px;
}

.lxwmb {
    padding: 30px 100px;
    text-align: left;
    line-height: 25px;
    color: #666;
    font-size: 14px;
}

.gsdtb {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 30px 10px 30px;
    height: 186px;
}
.gsdtb img {
    width: 100%;
    height: 100%;
}
.gsdtb p {
    background: url("/images/welfare_icon1.png") repeat;
    width: 261px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    margin-top: -49px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.icon3 {
    background: url(/images/open_icon.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
}


/*博士后工作站*/
.mid-nav * {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-mid-banner {
    position: relative;
    height: 450px;
}

.mid-nav {
    height: 85px;
    line-height: 44px;
    background-color: #f8f8f8;
}

.mid-nav li a:hover, .mid-nav li a.now {
    color: #20a7f6;
}

.mid-nav ul {
    width: 1200px;
    margin: auto;
}

.mid-nav li {
    position: relative;
    float: left;
    width: 200px;
    text-align: center;
    font-size: 17px;
}

.mid-nav a {
    display: block;
    color: #595757;
}

.mid-nav li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    background: #dcdcdc;
    left: 0;
    top: 10px;
}

.mid-nav li:first-child:before {
    display: none;
}

.publictit {
    padding-bottom: 48px;
    text-align: center;
    background: url(/images/page-line.jpg) no-repeat center center;
}

.publictit h3 {
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #f8f8f8;
}

.page-color-bg {
    background: #e3f6fa;
}

.page-img-bg {
    background: url(/images/post-contact.jpg) no-repeat center center;
    height: 512px;
}

.postdoctor-number {
    background: url(/images/postdoctor-number-1.png) no-repeat center center;
    width: 50px;
    height: 50px;
    text-align: center
}

.postdoctor-number p {
    margin: 10px auto
}

.salary .salary-column-hdtitle {
    width: 380px;
}

.condition-column {
    float: left;
    width: 25%;
    position: relative;
}

.condition-column-wrap {
    height: 150px;
    padding: 40px 24px;
}

.condition-column-bg1 {
    background: url(/images/postdoctor-condition-1.png) no-repeat center center;
}

.condition-column-bg2 {
    background: url(/images/postdoctor-condition-2.png) no-repeat center center;
}

.condition-column-bg3 {
    background: url(/images/postdoctor-condition-3.png) no-repeat center center;
}

.condition-column-bg4 {
    background: url(/images/postdoctor-condition-4.png) no-repeat center center;
}

.condition-column-hd {
    position: relative;
    background: #fff;
    height: 120px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}

.condition {
    height: 300px;
}
/*患者感谢*/
.page-title {
    height: 70px;
}

.thank-section .pic img {
    width: 100%;
    height: 100%;
}

.thank-section .slide .pic {
    height: 532px;
    overflow: hidden;
}

.thank-section .info {
    text-align: center;
    line-height: 46px;
    height: 46px;
    font-size: 18px;
    padding: 0 20px;
    background: #ececec;
    color: #6c6f6f;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.slide .next, .slide .prev {
    margin-top: -70px;
}

.picScroll {
    height: 200px;
    position: relative;
}

.picScroll .pic {
    height: 230px;
    overflow: hidden;
}

.picScroll .info {
    line-height: 30px;
    height: 33px;
    font-size: 16px;
}

.picScroll .bd li {
    margin-right: 15px;
    float: left;
    width: 400px;
}

.picScroll .next, .picScroll .prev {
    position: absolute;
    width: 50px;
    height: 45px;
    top: 50%;
    margin-top: 5px;
    cursor: pointer;
    background: url("/images/slide-nav.png") no-repeat;
}

.picScroll .next {
    background-position: 0 -45px;
    right: 0;
}

.picScroll .prev {
    left: 0;
}



/*华夏名医*/
.names-list .item {
    border: 1px solid #d6d6d6;
    background-color: #ffffff;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.names-list .extra {
    padding: 2px 0;
    line-height: 22px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
    width: 317px;
    margin-bottom: 10px;
}

.names-list em {
    font-size: 17px;
    color: #20a7f6;
}

.names-pic {
    width: 200px;
    height: 248px;
    position: relative;
    border-right: 1px solid #d6d6d6;
}

.names-list .name {
    width: 100%;
    margin-bottom: 10px;
}

.names-list .title {
    padding: 5px 15px;
    line-height: 26.5px;
    font-size: 15px;
    background: #f3f4f8;
    height: 80px;
    overflow: hidden;
    margin-top: 125px;
}

.names-list .item span img {
    position: absolute;
    top: 0px;
    left: -2px;
}

.names-list .names-title img {
    margin: 5px 3px 0 0;
}

.names-pic a img {
    width: 100%;
    height: 100%;
}

.names-list .item .names-info {
    overflow: hidden;
    padding: 15px;
}

.names-list .item .title h3 {
    border-right: 1px solid #d6d6d6;
}

.names-list .item .title .names-title {
    line-height: 40px;
}

.names-list .item .names-icon {
    width: 100%;
    font-size: 16px;
}

.names-list .names-honor {
    width: 96%;
    line-height: 20px;
    padding: 0 8px 0 15px;
}

.names-list .names-exp {
    width: 70%;
    line-height: 22px;
}

.names-list .more {
    width: 100%;
    height: 30px;
    border-top: 1px solid #d6d6d6;
    padding: 10px;
    border-left: none;
    border-right: none;
}

.names-list a {
    line-height: 25px;
}

.names-list a span:hover {
    color: #20a7f6;
}
/*学组介绍*/
.subject-content {
    background: #fff;
    padding: 25px 40px 60px;
}

.subject-intro {
    background: url(/images/subject-intro-bg.jpg) no-repeat center center;
    height: 211px;
}

.subject-intro P {
    padding: 108px 74px 20px;
}

.subject-knowledge {
    height: 380px;
    border-bottom: 1px dashed #e9e9e9;
}

.equipment-sub {
    border-bottom: 1px dashed #e9e9e9;
    height: 250px;
}

.equipment-sub .tempWrap .picList {
    height: 166px;
}

.knowledge-list {
    width: 430px;
}

.knowledge-list .adv {
    margin: 0 15px;
    padding-left: 34px;
    height: 30px;
    background: url("/images/knowledge-list-icon.png") no-repeat left;
}

.knowledge-list .adv h3 {
    margin-bottom: 9px;
}

.knowledge-list .list {
    margin: 0 18px;
}

.knowledge-list .list li {
    line-height: 46px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 60px;
    background: url("/images/list-arrow.png") no-repeat 19px 50%;
    font-size: 14px;
    border-bottom: 1px dashed #cccccc;
}

.knowledge-list .list li:hover {
    color: #fff;
    background: url("/images/list-arrow-blue.png") no-repeat 19px 50%;
}

.knowledge-list .list li a {
    font-size: 16px;
    color: #717171;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.knowledge-list .list li a:hover {
    color: #00bff0;
}

.picScroll-sub {
    height: 200px;
    position: relative;
}

.picScroll-sub .pic {
    height: 166px;
    width: 255px;
    overflow: hidden;
}

.picScroll-sub .pic img {
    width: 100%;
    height: 100%;
}

.picScroll-sub .info {
    line-height: 30px;
    height: 33px;
    font-size: 16px;
}

.picScroll-sub .bd li {
    margin-right: 15px;
    float: left;
    width: 255px !important;
}

.picScroll-sub .next, .picScroll-sub .prev {
    position: absolute;
    width: 50px;
    height: 45px;
    top: 50%;
    margin-top: 5px;
    cursor: pointer;
    background: url("/images/slide-nav.png") no-repeat;
}

.equipment-sub .picScroll-sub .next,.equipment-sub .picScroll-sub .prev {
    top: 28%;
}

.picScroll-sub .next {
    background-position: 0 -45px;
    right: -15px;
}

.picScroll-sub .prev {
    left: -15px;
}

.picScroll-sub .rsp {
    height: 166px;
    width: 255px;
    overflow: hidden;
    position: absolute;
    background: #20a7f6;
    top: 0px;
}

.picScroll-sub .text {
    position: absolute;
    height: 166px;
    width: 255px;
    left: 45px;
    top: 0px;
    overflow: hidden;
}

.picScroll-sub .text h3 {
    width: 175px;
    margin-top: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 18px;
    float: left;
}

.picScroll-sub .text .side-link {
    width: 150px;
    height: 33px;
    margin-top: 10px;
    float: left;
}


/*技术设备*/
#filter {
    display: block;
    width: 1200px;
    position: relative;
    margin-top: 10px;
    margin-left: 17px;
}

#filter a.active {
    background-color: #20a7f6;
    color: #ffffff;
    text-decoration: none;
}

#filter a {
    color: #000;
    display: inline-block;
    height: 39px;
    padding: 0 18px;
    font-size: 15px;
    border: 1px solid #20a7f6;
    margin-right: 12px;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 40px;
    line-height: 40px;
}

#filter a:hover {
    background-color: #20a7f6;
    color: #ffffff;
    text-decoration: none;
}

#equ li {
    float: left;
    height: 222px;
    width: 282px;
    list-style: none outside none;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 45px;
    margin-left: 8px;
    position: relative;
}

#equ li img {
    width: 100%;
    height: 100%;
}

.text-center {
    text-align: center;
}

#equ .rsp {
    height: 222px;
    width: 282px;
    overflow: hidden;
    position: absolute;
    background: #20a7f6;
    top: 0;
}

#equ .side-link {
    width: 90px;
    height: 90px;
    margin: 70px auto
}

/*院士工作站*/
.academician-section .pic img {
    width: 100%;
    height: 100%;
}

.academician-section .slide .pic {
    height: 400px;
    overflow: hidden;
}

.academician-section .info {
    text-align: center;
    line-height: 46px;
    height: 46px;
    font-size: 18px;
    padding: 0 20px;
    background: #ececec;
    color: #6c6f6f;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.academician-slide {
    height: 600px;
}

.table-blogarticle {
    display: table;
}

.academician-news {
    height: 350px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 40px;
}

.academician-news .academician-cell {
    width: 400px;
}

.academician-info {
    margin-left: 440px;
}

.academician-line {
    display: inline-block;
    width: 60px;
    height: 4px;
    margin: 0 3px;
    background: #b0b8b9;
}

/*薪酬福利*/
.xcfll {
    float: left;
    position: relative;
    width: 250px;
    height: 320px;
    float: left;
    background: url("/images/welfare-pic1.jpg") no-repeat center center;
}

.xcfll p {
    background: url("/images/welfare_icon1.png") repeat;
    width: 100%;
    height: 68px;
    text-align: center;
    line-height: 68px;
    color: #fff;
    font-size: 18px;
    margin-top: 252px;
    overflow: hidden;
}

.xcflr {
    width: 904px;
    float: right;
    height: 320px;
    background: url("/images/welfare.jpg") no-repeat center center;
}

.xcflr ul {
    width: 904px;
    margin-top: 252px;
}

.xcflr li {
    background: url("/images/welfare_icon1.png") repeat;
    height: 68px;
    float: left;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    line-height: 68px;
    text-align: center;
    width: 225px;
}

.xcflr li p {
    line-height: 24px;
}

.xcflb ul {
    width: 1200px;
}

.xcflb li {
    float: left;
    width: 282px;
    margin: 0 13px 10px 0;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #20a7f6;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
}