@charset "utf-8";

/* 首页 */
.banner-home {
    width: 100%;
    min-width: 1170px;
    height: 650px;
    background: url(images/banner-bjs-home.jpg) no-repeat center center;
    position: relative;
}
/* 博济动态 */
.home-title {
    margin: 0 auto;
    padding: 60px 0;
    width: 1170px;
    height: 80px;
    overflow: hidden;
}
.home-title.title-01 {
    background: url(images/title-home-01.png) no-repeat center center;
}
.home-title.title-02 {
    padding: 45px 0 40px;
    background: url(images/title-home-02.png) no-repeat center center;
}
.home-title.title-03 {
    background: url(images/title-home-03.png) no-repeat center center;
}
.home-title.title-04 {
    background: url(images/title-home-04.png) no-repeat center center;
}

.bj-dynamic {
    padding-bottom: 75px;
    background-color: #fff;
}
.bj-dynamic .news-l {
    float: left;
    width: 540px;
}
.bj-dynamic .news-l .pic {
    width: 538px;
    height: 314px;
    border: 1px solid #eee;
}
.bj-dynamic .news-l .pic img {
    display: block;
    width: 538px;
    height: 314px;
}
.bj-dynamic .news-l .title {
    margin: 15px 0 17px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 24px;
    color: #4a525f;
}
.bj-dynamic .news-l .title .time {
    float: right;
    font-size: 14px;
    color: #ccc;
}
.bj-dynamic .news-l .btn-view {
    float: left;
    width: 168px;
    height: 40px;
    line-height: 40px;
    background-color: #0095d9;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}
.bj-dynamic .news-l .btn-more {
    float: right;
    height: 40px;
    line-height: 40px;
    color: #333;
    text-decoration: underline;
}
.bj-dynamic .news-r {
    float: right;
    width: 598px;
}
.bj-dynamic .news-r li {
    margin-bottom: 38px;
}
.bj-dynamic .news-r li a {
    display: block;
    width: 598px;
    height: 112px;
    background-color: #f9f9f9;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
.bj-dynamic .news-r li .date {
    float: left;
    width: 112px;
    height: 112px;
    background-color: #efefef;
    text-align: center;
    color: #333;
}
.bj-dynamic .news-r li .date span {
    display: block;
    line-height: 24px;
    font-size: 16px/*20px*/;
}
.bj-dynamic .news-r li .date .day {
    margin-top: 15px;
    height: 60px;
    line-height: 60px;
    font-size: 58px/*72px*/;
}
.bj-dynamic .news-r li .info {
    padding: 0 12px 0 124px;
    height: 112px;
}
.bj-dynamic .news-r li .info span {
    display: block;
}
.bj-dynamic .news-r li .info .title {
    padding-top: 12px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #333;
    font-size: 18px;
}
.bj-dynamic .news-r li .info .details {
    padding-top: 3px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}
.bj-dynamic .news-r .btn-more {
    float: right;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-decoration: underline;
}
.bj-dynamic .news-r li a:hover {
    background-color: #f5f5f5;
    transform:translate(1px,0);
    -webkit-transform:translate(1px,0);
    -moz-transform:translate(1px,0);
    -o-transform:translate(1px,0);
    -ms-transform:translate(1px,0);
    box-shadow: 1px 1px 5px rgba(189, 189, 189, .4);
}
.bj-dynamic .news-r li a:hover .date {
    background-color: #0095d9;
    color: #fff;
}

/* 博济园区 */
.bj-parks {
    width: 100%;
    height: 724px;
    background: url(images/bg-bj-parks.jpg) no-repeat center center;
}
.bj-parks .container {
    margin: 0 auto;
    width: 1290px;
    height: 493px;
    position: relative;
}
.bj-parks .arrow {
    display: block;
    width: 56px;
    height: 112px;
    position: absolute;
    top: 50%;
    margin-top: -56px;
    background: url(images/icons-home.png) no-repeat;
}
.bj-parks .arrow-l {
    left: 0;
    background-position: -100px 0;
}
.bj-parks .arrow-r {
    right: 0;
    background-position: -156px 0;
}
.bj-parks .parks {
    margin: 0 auto;
    padding-left: 28px;
    width: 1080px;
    height: 493px;
    overflow: hidden;
}
.bj-parks .parks ul{
    width: 10000px;
}
.bj-parks>li {
    float: left;
    width: 1170px;
}
.bj-parks .park {
    float: left;
    display: block;
    margin: 0 96px 0 10px;
    width: 464px;
    height: 493px;
    background-color: #fff;
}
.bj-parks .park>img {
    display: block;
    width: 464px;
    height: 280px;
}
.bj-parks .park .title {
    margin: 0 8px;
    padding: 0 10px;
    height: 88px;
    border-bottom: 1px solid #f2f2f2;
}
.bj-parks .park .title>span {
    display: block;
}
.bj-parks .park .title .txt-1 {
    padding-top: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 24px;
    color: #000;
}
.bj-parks .park .title .txt-2 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
}
.bj-parks .park dl {
    padding-top: 22px;
    width: 100%;
}
.bj-parks .park dd {
    float: left;
    margin: 0 5px;
    width: 82px;
    height: 88px;
    text-align: center;
}
.bj-parks .park dd .pic {
    margin: 0 auto;
    width: 62px;
    height: 62px;
    background-color: #edf6ff;
    border-radius: 50%;
}
.bj-parks .park dd .pic>img {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    vertical-align: top;
}
.bj-parks .park dd .txt {
    margin-top: 6px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}

/* 特色服务 */
.bj-service {
    background-color: #f8f8f8;
}
.bj-service ul {
    margin: 30px 0 90px 0;
    height: 477px;
    overflow: hidden;
}
.bj-service li {
    float: left;
    margin-right: 25px;
    width: 273px;
    line-height: 477px;
}
.bj-service li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 20px;
    width: 233px;
    height: 477px;
    line-height: 477px;
    background-color: #fff;
}
.bj-service li:last-child,
.bj-service .mr-0 {
    margin-right: 0;
}
.bj-service li .ico {
    margin: 52px auto;
    width: 100px;
    height: 100px;
    background: url(images/icons-home.png) no-repeat;
}
.bj-service li .ico-01 {
    background-position: 0 0;
}
.bj-service li .ico-02 {
    background-position: 0 -100px;
}
.bj-service li .ico-03 {
    background-position: 0 -200px;
}
.bj-service li .ico-04 {
    background-position: 0 -300px;
}
.bj-service li .title {
    margin-bottom: 49px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
    text-align: center;
}
.bj-service li .quotation {
    width: 100%;
    height: 16px;
}
.bj-service li .quotation .ico-l {
    float: left;
    width: 19px;
    height: 16px;
    background: url(images/icons-home.png) no-repeat -110px -130px;
}
.bj-service li .quotation .ico-r {
    float: right;
    width: 19px;
    height: 16px;
    background: url(images/icons-home.png) no-repeat -135px -130px;
}
.bj-service li .txt {
    padding: 16px 0;
    width: 100%;
    max-height: 96px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
}

/* 合作伙伴 */
.partners {
    padding: 30px 0;
    overflow: hidden;
    background-color: #fff;
}
.partners .container {
    margin-bottom: 100px;
    width: 1170px;
    height: 360px;
    background: url(images/partners.jpg) no-repeat;
}
/* 首页 end */

/* 新闻资讯 start */
.main-wrapper-common{
    width: 100%;
}
.main-wrapper-common .layout.news-pd {
    width: 1100px;
    margin: 0 auto;
}
.news-pd{
    padding-bottom: 80px;
}
.news-pd .layout{
    width: 1100px;
}
.news-containt{
    background: #fff;
    position: relative;
    min-height: 500px;
    padding: 30px 0;
    margin-top: 20px;
}
.news-containt .doitphp_pagelist_box{
    padding-right: 60px;
    width: auto;
}
.main-wrapper .news-pd .doitphp_pagelist_box {
    width: 94%;
}

/*bread start*/
.bread-bg{
    width: 980px;
    height: 146px;
    background: url(images/breadbg.png) no-repeat center center;
    position: relative;
    margin: 0 auto;
}
.bread-bg .news-icon,
.bread-bg .events-icon {
    position: absolute;
    top: 30px;
    right: 50px;
    height: 55px;
    background-image: url(images/title_bread.png);
    background-repeat: no-repeat;
}
.bread-bg .news-icon{
    width: 186px;
    background-position:0 -60px;
}
.bread-bg .events-icon{
    width: 237px;
    background-position:0 0;
}
.bread-location{
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 5px;
    left: 0;
}
/*.bread-location .location-icon{
    width: 19px;
    height: 24px;
    display: inline-block;
    background: url(images/icons.png) no-repeat -86px -96px;
    vertical-align: middle;
}*/
.bread-location a.home{
    font-size: 16px;
}
.bread-bg  .home-bread{
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-bread{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 20px 0;
    color: #555;
}
.home-bread .layout-home{
    width: 1170px;
    margin: 0 auto;
}
.home-bread .loaction-icon{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(images/icons.png) no-repeat -56px 0;
    position: relative;
    float: left;
    top: 6px;
    *+top: 0;
}

.home-bread a{
    color: #555;
}
.home-bread a:hover{
    color: #0095d9;
}
.home-bread a.home{
    font-size: 16px;
}
.home-bread a.active,span.active{
    color: #aaa;
}
/*bread 结束*/

/*新闻资讯列表开始*/
.news-list{
    width: 950px;
    margin: 10px auto 30px;
}
.news-list li{
    padding:20px 0;
    border-bottom:1px solid #eee;
    min-height: 150px;
}
.news-list li:after {
    clear:both;
    content:"";
    display:block;
}
.news-list li:last-child{
    border-bottom: 0;
}
.news-list li .news-pic{
    display: inline-block;
    float: left;
    width: 300px;
    height: 160px;
}
.news-list li .news-pic img{
    width: 300px;
    height: 160px;
}
.news-list li .news-info{
    margin-left: 325px;
    line-height: 26px;
    height: 160px;
    position: relative;
}
.news-list li .news-info a.news-tit{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list li .news-info .tag{
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #bbb;
    padding:5px 0;
    position: absolute;
    left: 0;
    bottom: 5px;
}
/*.news-list li .news-info .tag .types{
    color: #0095d9;
}
.news-list li .news-info .tag .circle{
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    background: #bbb;
    border-radius: 50%;
    margin: 0 5px;
}
.news-list li .news-info .tag .tag-type,
.news-list li .news-info .tag .tag-time{
    height: 10px;
    display: inline-block;
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 1px;
    *+top: -2px;
}
.news-list li .news-info .tag .tag-type{
    width: 7px;
    background-position: -20px -73px;
}
.news-list li .news-info .tag .tag-time{
    width: 10px;
    background-position: -36px -73px;
}*/
.news-list li .news-info .info{
    padding-top: 10px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #999;
}
.news-list li .news-info .info .txt{
    line-height: 26px;
    padding: 8px 0 5px;
}

.news-list li .news-info .look-more{
    width: 108px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border-radius: 17px;
    border:1px solid #0095d9;
    color: #0095d9;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.news-list li .news-info .look-more:hover{
    background: #0095d9;
    color: #fff;
}
.load-more{
    width: 960px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #a0a0a0;
    display: inline-block;
    border-radius: 3px;
    background: #f1f1f1;
    font-size: 16px;
    margin: 20px;
}
.load-more:hover{
    color: #5bc102;
    text-decoration: none;
}
.news-detail{
    width: 760px;
    margin: 60px auto;
}
.news-detail .news-title{
    font-size: 22px;
    line-height: 40px;
    color: #333;
    text-align: center;
}
.news-detail .news-tips{
    padding:10px 0 30px;
    color: #999999;
    font-size: 14px;
    text-align: left;
    height: 24px;
    line-height: 24px;
    position: relative;
}
.news-detail .news-tips .type-icon{
    height: 18px;
    line-height: 20px;
    padding:0 2px;
    display: inline-block;
    border:1px solid #0095d9;
    color: #0095d9;
    border-radius: 3px;
    font-size: 12px;
    min-width: 30px;
    text-align: center;
}
.news-detail .news-tips .font-absr{
    position: absolute;
    right: 0;
    top: 10px;
}
.news-detail .news-tips .size-change{
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    border:1px solid #cccccc;
    background: #f4f4f4;
    width: 84px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.news-detail .news-tips .size-change .minus,
.news-detail .news-tips .size-change .add{
    width: 21px;
    height: 22px;
    line-height: 22px;
    color: #666;
    display: inline-block;
}
.news-detail .news-tips .size-change .minus{
    border-right: 1px solid #ccc;
    float: left;
}
.news-detail .news-tips .size-change .add{
    border-left: 1px solid #ccc;
    float: right;
}
.news-detail .news-tips .size-change .cont{
    height: 22px;
    line-height: 22px;
    width: 40px;
    color: #666;
    float: left;
    background: #fff;
    display: inline-block;
}
.news-detail .news-tips .size-change .minus.none,
.news-detail .news-tips .size-change .add.none{
    color: #bdbdbd;
    background: #eee;
    cursor: default;
}
.news-detail .abstract {
    margin-bottom: 30px;
    padding: 15px 20px;
    line-height: 25px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    font-size: 14px;
}
.news-detail .article{
    padding:0;
}
.news-detail .news-detail-txt p,
.news-detail .article p{
    padding: 0;
    text-indent: 2em;
}
.news-detail .article-14{
    font-size: 14px;
    line-height: 25px;
}
.news-detail .article-16{
    font-size: 16px;
    line-height: 28px;
}
.news-detail .article-18{
    font-size: 18px;
    line-height: 30px;
}
.news-detail .article-20{
    font-size: 20px;
    line-height: 32px;
}
.news-detail .news-detail-txt p,
.news-detail .article p{
    padding-bottom: 20px;
}
.news-detail .news-detail-txt img,
.news-detail .article img{
    display: block;
    margin: 20px auto;
    max-width: 760px;
}
.news-share{
    height: 53px;
    line-height: 53px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f1f1f1;
    font-size: 12px;
    padding: 0 10px;
}
.news-share .share-t{
    font-weight: bold;
    color: #333;
    float: left;
}
.news-share .share-box{
    float: left;
    max-width: 350px;
}
.news-share .share-box img{
    vertical-align: middle;
    margin-left: 5px;
}
/*.laud-icon,.relay-icon{
    display: inline-block;
    vertical-align: middle;
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 5px;
}
.laud-icon{
    width: 13px;
    height: 15px;
    background-position: -113px -38px;
}
.laud-icon:hover{
    background-position: -127px -38px;
}
.relay-icon{
    width: 16px;
    height: 14px;
    background-position: -98px -58px;
}
.relay-icon:hover{
    background-position: -120px -58px;
}*/
.news-prev-next {
    margin: 20px 0;
}
.news-prev-next a.news-prev,
.news-prev-next a.news-next{
    display: inline-block;
    width: 320px;
    line-height: 30px;
    color: #0095d9;
}
.news-prev-next a.news-prev{
    float: left;
}
.news-prev-next a.news-next{
    float: right;
    text-align: right;
}
.news-prev-next a.news-prev.none,
.news-prev-next a.news-next.none{
    color: #a0a0a0;
    cursor: default;
}
.news-prev-next a.news-prev.none:hover,
.news-prev-next a.news-next.none:hover{
    text-decoration: none;
}
/*news end*/


/* 园区活动 */
.bread-02{
    height: 50px;
    line-height: 50px;
}
.bread-02 a{
    color: #555;
}
.bread-02 a:hover {
    color: #0095d9;
}
.bread-02 span{
    color: #a0a0a0;
}
.details-content {
    margin-bottom: 30px;
    padding: 30px;
    width: 1110px;
    background: #fff;
}
.news-infos {
    position: relative;
    z-index: 9;
}
.news-infos .news-pic {
    float: left;
    width: 505px;
    height: 295px;
    position: relative;
}
.news-infos .news-pic .news-big-pic {
    display: block;
    width: 500px;
    height: 290px;
}

.news-infos .news-details {
    position: relative;
    float: left;
    width: 545px;
    height: 290px;
    margin-left: 40px;
}
.news-infos .news-details .news-title {
    margin-bottom: 12px;
    font-size: 22px;
    color: #333;
    /*height: 65px;*/
    /*border-bottom: 1px solid #eee;*/
}
.news-details span.title {
    display: block;
    width: 600px;
    /*height: 45px;*/
    line-height: 30px;
    overflow: hidden;
}
.news-details span.publisher {
    display: block;
    margin-top: 8px;
    padding-left: 2px;
    width: 600px;
    height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #aaa;
}
.news-infos .news-details .news-txt {
    line-height:35px;
    font-size: 14px;
    color: #aaa;
    height: 155px;
    padding: 30px 0 20px;
}

.news-infos .news-details .news-txt2 {
    line-height: 35px;
    font-size: 16px;
    height: 155px;
    padding: 0px 0 10px 2px;
}
.news-infos .news-details .news-btn {
    height: 55px;
}
.news-infos .news-details .btn-apply {
    float: left;
    margin-right: 45px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background-color: #0095d9;
}

/* 分享 */
.news-infos .news-details .share{
    float: left;
    margin-top: 13px;
    width: 280px;
}
.news-infos .news-details .share .s-title {
    display: inline-block;
    float: left;
    margin-right: 6px;
    font-size: 14px;
    color: #999;
}
.news-infos .news-details .share .s-title i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 12px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(images/icons.png) no-repeat -34px 0;
}
.news-infos .news-details .share .jiathis_style_24x24 a {
    display: inline-block;
    float: left;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.news-infos .news-details .share .jtico {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    background: url(images/icons.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
}
.news-infos .news-details .share .jtico_tsina {
    background-position: 0 0;
}
.news-infos .news-details .share .jtico_tqq {
    background-position: 0 -32px;
}
.news-infos .news-details .share .jtico_renren {
    background-position: 0 -64px;
}
.news-infos .news-details .share .jtico_douban {
    background-position: 0 -96px;
}
.news-infos .news-details .share .jtico_weixin{
    background-position: 0 -128px;
}

.detail-inner{
    line-height: 30px;
    background: #fff;
    position: relative;
    min-height: 500px;
    padding: 30px 0;
    width: 1100px;
    margin: 20px auto;
}

.detail-inner .title{
    font-size: 20px;
    color: #333;
    float: left;
}
.detail-inner .line{
    background: #eeeeee;
    height: 1px;
    margin: 14px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.detail-inner .line-01{
    width: 1000px;
    margin-left: 10px;
}
.detail-inner .article {
    width: 760px;
    margin: 40px auto;
}
/* 园区活动 end */