
/* 兼容 IE和其它浏览器的 不透明度设置！
{
    filter:alpha(opacity=50);
    opacity: 0.5;
}
*/

/*  超出使用CSS省略号
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/


.page_other{
    width:100%;
    height:500px;
    background-color:#ffffff;
    background-color:#dfdfdf;
}

/*   清除左右浮动，使父层div有自己的高度  */
.clear_float_both{
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
}

/*  相对定位  */
.position_relative{
    position:relative;
}

.overflow_hidden {
    overflow: hidden !important;
}

.border_none{
    border:none !important;
}

.float_left {
    float: left;
}

/*  其它样式  */
.bg_f6f6f6{
    background-color: #f6f6f6;
}

.bg_fdfdfd{
    background-color: #fdfdfd;
}

.bg_f7f5f6{
    background-color: #f7f5f6;
}

.bg_7a7a7a{
    background-color: #7a7a7a;
}

.bg_1d1d1f{
    background-color: #1d1d1f;
}

.bg_f2f2f2{
    background-color: #f2f2f2;
}

.bg_209da2{
    background-color: #209da2;
}

.bg_f5f5f5{
    background-color: #f5f5f5;
}

.bg_48afb3{
    background-color: #48afb3;
}

.pd_top_0{
    padding-top: 0 !important;
}

.pd_top_2{
    padding-top: 2px !important;
}

.pd_top_10{
    padding-top: 10px !important;
}

.pd_top_15{
    padding-top: 15px !important;
}

.pd_top_18{
    padding-top: 18px !important;
}

.pd_top_25{
    padding-top: 25px !important;
}

.pd_bottom_0{
    padding-bottom: 0 !important;
}

.pd_bottom_7{
    padding-bottom: 7px !important;
}

.mg_top_0{
    margin-top: 0 !important;
}

.mg_top_7{
    margin-top: 7px !important;
}

.mg_top_32{
    margin-top: 32px !important;
}

.mg_top_45{
    margin-top: 45px !important;
}

.mg_top_57{
    margin-top: 57px !important;
}

.mg_top_64{
    margin-top: 64px !important;
}

.mg_bottom_28{
    margin-bottom: 28px !important;
}

.mg_left_15{
    margin-left: 15px !important;
}

.width_per_100{
    width:100% !important;
}

.f_w_blod{
    font-weight: bold;
}

.f_s_16{
    font-size: 16px !important;
}

.height_806{
    height:806px;
}

.height_622{
    height:622px;
}

.color_606060{
    color:#606060;
}

.color_229ea3{
    color:#229ea3;
}

.color_ffffff{
    color:#ffffff !important;
}

.border_ffffff{
    border-bottom-color: #ffffff !important;
}

/***** 公共样式 ***********/
.out_div{
    width: 100%;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.w880{
    width: 880px !important;
}

/*  设置 页面中的视频 居中显示！  */
.news_player_class{
    margin:0 auto;
}

/*  分页  */
.page_line{
    clear: both;
    margin-top: 40px;
    margin-bottom: 15px;
}


/*  顶部top区  */
.page_top{
    width: 100%;
    height: 39px;
    line-height: 39px;
    color:#808080;
    font-size: 14px;
    background: #f5f5f5 no-repeat center center;
}

.page_top .left_site{
    float:left;
    margin-left:0;
}

.page_top .left_site div{
    display: inline-block;
}

.page_top .right_site{
    float:right;
    margin-right:0;
}

.page_top .right_site .alink{
    float:left;
    width:80px;
    text-align: center;
}

.page_top .right_site .alink.border_r{
    border-right: 1px solid #65cde3;
}

.page_top .right_site .alink a{
    color:#808080;
}

.page_top .right_site .alink a:hover{
    color:#009a8a;
}

.page_top .right_site .line{
    float:left;
}


/*  顶部top区  */
.page_logo{
    width: 100%;
    height: 124px;
    background-color: #ffffff;
}

.page_logo .left_site{
    float:left;
}

.page_logo .left_site .logo{
    float: left;
    width:427px;
    height:124px;
    background:url(../images/logo.png) no-repeat;
}

.page_logo .right_site{
    float:right;
    margin-right: 0;
    color:#595757;
}

.page_logo .right_site .phone{
    float:left;
    margin-top: 42px;
    background: url(../images/img_1.png) no-repeat;
    height:40px;
    line-height: 40px;
    padding-left:55px;
}

.page_logo .right_site .phone span{
    font-size: 32px;
    color:#fa5827;
    font-weight: bold;
}

/* 搜索 */
.page_logo .right_site .search{
    float: left;
    margin-left:14px;
    margin-top: 44px;
    width:322px;
    height:35px;
    border:1px solid #209da2;
    border-radius: 17px;
}

.page_logo .right_site .search .left_box{
    float: left;
    padding-left:17px;
    width: 270px;
    height: 35px;
    position: relative;
}

.page_logo .right_site .search .left_box .ser_input{
    padding-left:10px;
    border: none;
    width: 250px;
    height: 35px;
    color:#999999;
}

.page_logo .right_site .search .left_buttom{
    float: left;
    height:35px;
}

.page_logo .right_site .search .left_buttom .submit{
    border: none;
    width: 22px;
    height: 35px;
    background:url(../images/img_2.png) no-repeat center center;
    cursor: pointer;
}

/*  页面顶部nav导航区  */
.page_nav{
    width:100%;
    height:89px;
    /*border-top: 1px solid #ececec;*/
    background:#209da2;
	position: relative;
    z-index: 1000;
}

.page_nav ul{
    width:100%;
}

.page_nav .column{
    height:89px;
    line-height:89px;
    float:left;
    position:relative;
    text-align: center;
}

.page_nav .column:hover > .top_line{
    display: block;
}

.page_nav .column.select > .top_line{
    display: block;
}

.page_nav .column .top_line{
    display: none;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #23bb7a;
    width:100%;
    height:3px;
}

.page_nav .line{
    float: left;
    width: 1px;
    height: 34px;
    /* background: url(../images/img_42.png) no-repeat; */
    margin-top: 10px;
}

.page_nav .column .img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 171px;
    height:46px;
    z-index: 10;
}

.page_nav .column .alink{
    z-index: 100;
    color:#000000;
    font-size:18px;
    /* width:100%; */
    height:100%;
    display:inline-block;
    text-decoration:none;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/*
.page_nav .column .alink:hover{
    background-color: #ca151a;
}

.page_nav .column .alink.sel{
    background-color: #ca151a;
}
*/

.page_nav .column a span {
    display: inline-block;
    padding:0 32px;
    color:#ffffff;
}

.page_nav .column a span:hover {
    /* color:#5acc9b; */
    background:#48afb3;
}

.page_nav .column a span.change_color {
    /* color:#5acc9b; */
    background:#48afb3;
}

.page_nav .column a span{
    /* float:left;
     margin-left: 38px;*/
}

.page_nav .column .subcolumn{
    width:100%;
    margin-left: 0;
    display:none;
    position:absolute;
    left:0;
    top:89px;
    z-index: 1000;
}

.page_nav .column .subcolumn a{
    display:block;
    width:100%;
    height:47px;
    line-height:47px;
    color:#000000;
    text-decoration:none;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    padding-left: 0;
    background-color:#edf7f8;
    filter:alpha(opacity=80);
    opacity: 0.80;
}

.page_nav .column .subcolumn a:hover{
    background:#34a4aa;
    filter:alpha(opacity=100);
    opacity: 1.0;
    color:#ffffff;
}


/* 首页通用标题 */
.general_title_homepage{
    width: 100%;
    text-align: center;
}

.general_title_homepage .title_chs{
    display: inline-block;
    font-size: 32px;
    text-decoration: none;
    height:53px;
    border-bottom:1px solid #209da2;
}

.general_title_homepage .title_chs a:hover{
    color: #ff5a03 !important;
}

.general_title_homepage .title_eng{
    margin-top: 8px;
    font-size: 14px;
    color:#808080;
}


/*  首页：新闻动态   */
.content_home_1 {
    width: 100%;
    padding-top: 42px;
    padding-bottom: 5px;
}

.content_home_1 .middle{
    margin-top: 28px;
    padding-bottom: 25px;
}

.content_home_1 .middle .left_scroll{
    float:left;
    width:495px;
    height:331px;
}

.content_home_1 .middle .right_news{
    float:right;
    width:667px;
}

.content_home_1 .middle .right_news li{
    margin-bottom:20.5px;
}

.content_home_1 .middle .right_news .left{
    float: left;
    width: 145px;
    height: 88px;
    overflow: hidden;
    position: relative;
}

.content_home_1 .middle .right_news .left img{
    width: 100%;
    height: 100%;
    position: relative;
}

.content_home_1 .middle .right_news .right{
    width: 498px;
    float: right;
    margin-right: 5px;
}

.content_home_1 .middle .right_news .right .title{
    margin-top: 0;
    font-size: 16px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#606060;
}

.content_home_1 .middle .right_news .right .title:hover{
    color:#209da2;
}

.content_home_1 .middle .right_news .right .msg{
    margin-top: 5px;
    line-height: 22px;
    max-height: 44px;
    color: #808080;
    font-size: 14px;
    overflow: hidden;
}

.content_home_1 .middle .right_news .right .time{
    font-size: 16px;
    height: 20px;
    color: #b5b5b5;
    margin-top: 0;
}


/*  首页：医院概况  */
.content_home_2 {
    width: 100%;
    height:665px;
    padding-top: 42px;
    padding-bottom: 5px;
}

.content_home_2 .middle{
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
}

.content_home_2 .middle .desc_box{
    position:absolute;
    top:97px;
    left:187px;
    width:500px;
    height:382px;
    background:#ffffff;
    z-index: 1000;
}

.content_home_2 .middle .desc_box .box{
    padding:27px 30px 0;
}

.content_home_2 .middle .desc_box .title{
    font-size:24px;
    color:#229da3;
}

.content_home_2 .middle .desc_box .msg{
    margin-top: 25px;
    font-size:14px;
    color:#808080;
    line-height:24px;
    max-height:192px;
    overflow: hidden;
}

.content_home_2 .middle .desc_box .link{
    display: inline-block;
    margin-top: 34px;
    width:126px;
    height:39px;
    line-height: 39px;
    text-align: center;
    border:1px solid #e5e5e5;
    border-radius: 19.5px;
    font-size: 16px;
    color:#808080;
}

.content_home_2 .middle .desc_box .link:hover{
    background-color: #229da3;
    color:#ffffff;
    border:1px solid #229da3;
}

.content_home_2 .middle .desc_bg{
    position:absolute;
    width:981px;
    height: 447px;
    top:65px;
    right:581px;
    background: url(../images/img_5.jpg) no-repeat;
    z-index: 0;
}

.content_home_2 .middle .right_box{
    float:right;
    margin-top:97px;
    width:464px;
    height: 382px;
    background-color: #ffffff;
}


/*  首页：科室设置  */
.content_home_3 {
    width: 100%;
    height:513px;
    padding-top: 42px;
    padding-bottom: 0px;
}

.content_home_3 .middle{
    width:1270px;
    margin-top: 28px;
    padding-bottom: 0;
}

.content_home_3 .middle .box{
    float:left;
    padding-top: 5px;
    margin-right:63px;
    width:358px;
    height: 363px;
}

.content_home_3 .middle .box:hover{
    background: #48afb3;
}

.content_home_3 .middle .box:hover > .in_box .title{
    color:#ffffff;
}

.content_home_3 .middle .box:hover > .in_box .msg{
    color:#ffffff;
}

.content_home_3 .middle .box .in_box{
    margin: 0 auto;
    width:347px;
}

.content_home_3 .middle .box .in_box .img{
    width:347px;
    height:232px;
}

.content_home_3 .middle .box .in_box .img img{
    width: 100%;
    height: 100%;
}

.content_home_3 .middle .box .in_box .title{
    margin-top: 36px;
    text-align: center;
    font-size: 24px;
    color:#606060;
}

.content_home_3 .middle .box .in_box .msg{
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
    color:#808080;
}


/*  首页：专家团队  */
.content_home_4 {
    width: 100%;
    padding-top: 42px;
    padding-bottom: 40px;
}

.content_home_4 .middle{
    width:1200px;
    margin-top: 0px;
    padding-bottom: 15px;
}

.content_home_4 .middle .cate_line{
    text-align: center;
}

.content_home_4 .middle .cate_line li{
    display: inline-block;
    padding:0;
    margin: 0 30px;
    text-align: center;
    font-size: 32px;
    cursor: pointer;
    /* margin-right:5px; */
    color:#606060;
    height:53px;
}

.content_home_4 .middle .cate_line li.select{
    color:#229ea3;
    border-bottom: 1px solid #229ea3;
}

.content_home_4 .middle .cate_line li:hover{
    color:#229ea3;
}

.content_home_4 .middle .list_box{
    margin-top:50px;
    height:637px;
    overflow:hidden;
}

.content_home_4 .middle .list_box .box{
    display: none;
    width:1310px;
    min-height:273px;
}

.content_home_4 .middle .list_box .box.select{
    display:block;
}

.content_home_4 .middle .list_box .box ul {
    position: relative;
    overflow: hidden;
}

.content_home_4 .middle .list_box .box li{
    float:left;
    margin-right: 103px;
    width:333px;
}

.content_home_4 .middle .list_box .box li .img{
    width:333px;
    height:390px;
}

.content_home_4 .middle .list_box .box li .img img{
    width: 100%;
    height: 100%;
}

.content_home_4 .middle .list_box .box li .title{
    margin-top: 20px;
    padding-left:65px;
    height:54px;
    background:url(../images/img_11.png) no-repeat;
}

.content_home_4 .middle .list_box .box li .title .name{
    font-size: 24px;
    color:#606060;
    font-weight: bold;
}

.content_home_4 .middle .list_box .box li .title .txt{
    font-size: 18px;
    color:#606060;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_4 .middle .list_box .box li .msg{
    margin-top: 21px;
    font-size: 16px;
    color:#808080;
    line-height:28px;
    max-height:90px;
    overflow: hidden;
}

.content_home_4 .middle .list_box .box li .link{
    display: inline-block;
    margin-top: 23px;
    width:126px;
    height:39px;
    line-height: 39px;
    text-align: center;
    border:1px solid #e5e5e5;
    border-radius: 19.5px;
    font-size: 16px;
    color:#808080;
}

.content_home_4 .middle .list_box .box li .link:hover{
    background-color: #229da3;
    color:#ffffff;
    border:1px solid #229da3;
}

.content_home_4 .middle .button{
    text-align:center;
}

.content_home_4 .middle .button a{
    display:inline-block;
    text-align:center;
	margin-top: 38px;
    width:126px;
    height:39px;
    line-height: 39px;
    border:1px solid #e5e5e5;
    border-radius: 13px;
    font-size: 16px;
    color:#808080;
}

.content_home_4 .middle .button a:hover{
    background-color: #229da3;
    color:#ffffff;
    border:1px solid #229da3;
}


/*  首页：标语  */
.content_home_5 {
    width: 100%;
    height: 192px;
    background: url(../images/img_14.jpg) no-repeat center center;
}


/*  首页：入院指南   */
.content_home_6 {
    width: 100%;
    padding-top: 42px;
    padding-bottom: 25px;
}

.content_home_6 .middle{
    margin-top: 28px;
    padding-bottom: 25px;
    text-align: center;
}

.content_home_6 .middle .box{
    display: inline-block;
    text-align: center;
    width:252px;
    margin: 0 19px;
}

.content_home_6 .middle .box .img{
    height:105px;
    transition: All 0.5s ease-in-out;
}

.content_home_6 .middle .box .img:hover{
    transform: rotate(360deg);
}

.content_home_6 .middle .box .img.bg1{
    background: url(../images/img_15.png) no-repeat center top;
}

.content_home_6 .middle .box .img.bg2{
    background: url(../images/img_16.png) no-repeat center top;
}

.content_home_6 .middle .box .img.bg3{
    background: url(../images/img_17.png) no-repeat center top;
}

.content_home_6 .middle .box .img.bg4{
    background: url(../images/img_18.png) no-repeat center top;
}

.content_home_6 .middle .box .title{
    font-size: 20px;
    color: #606060;
}

.content_home_6 .middle .box .msg{
    margin-top: 14px;
    color:#808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_6 .middle .box .link{
    display: inline-block;
    margin-top: 32px;
    width:126px;
    height:39px;
    line-height: 39px;
    border:1px solid #e5e5e5;
    border-radius: 19.5px;
    font-size: 16px;
    color:#808080;
    background: url(../images/img_34.png) no-repeat right 15px center;
    text-align: left;
}

.content_home_6 .middle .box .link:hover{
    background: #229da3  url(../images/img_35.png) no-repeat right 15px center;
    color:#ffffff;
    border:1px solid #229da3;
}

.content_home_6 .middle .box .link span{
    margin-left: 15px;
}


/*  bottom区  */
.page_bottom{
    width: 100%;
    /* border-bottom:1px solid #a4d7d9; */
}

/* 友情链接 */
.page_bottom .bottom_flink{
    margin:0 auto;
    height:30px;
    line-height: 30px;
	color: #ffffff;
	padding:20px 0;
	border-bottom:1px solid #a4d7d9;
}

.page_bottom .bottom_flink .left_text{
    display: inline-block;
    height:30px;
    padding-left: 36px;
    background: url(../images/img_36.png) no-repeat left center;
}

.page_bottom .bottom_flink span.link{
    margin-right:20px;
}

.page_bottom .bottom_flink a{
	text-decoration: none;
	color: #ffffff;
}

.page_bottom .bottom_msg{
    margin: 0 auto;
    width: 1200px;
    height:286px;
}

.page_bottom .bottom_msg .left_site{
    float:left;
}

.page_bottom .bottom_msg .left_site .logo{
    float: left;
    margin-top: 39px;
    width: 366px;
    height: 193px;
    background: url(../images/img_19.png) no-repeat;
}

.page_bottom .bottom_msg .left_site .box{
    float: left;
    color:#ffffff;
    margin-left: 110px;
    margin-top: 35px;
}

.page_bottom .bottom_msg .left_site .box .name{
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
}

.page_bottom .bottom_msg .left_site .box .text{
    margin-bottom: 9px;
    padding-left: 33px;
    height:27px;
    line-height: 27px;
    background: url(../images/img_20.png) no-repeat;
}

.page_bottom .bottom_msg .left_site .box .text.bg2{
    background-position: 0 -36px;
}

.page_bottom .bottom_msg .left_site .box .text.bg3{
    background-position: 0 -73px;
}

.page_bottom .bottom_msg .left_site .box .text.bg4{
    background-position: 0 -109px;
}

.page_bottom .bottom_msg .left_site .box .text.bg5{
    background-position: 0 -145px;
}


.page_bottom .bottom_msg .right_site{
    float:right;
    width:242px;
}

.page_bottom .bottom_msg .right_site .qr_box{
    margin-top: 67px;
    /* width:265px; */
}

.page_bottom .bottom_msg .right_site .qr_box .qrimg{
    float:right;
    width:135px;
    /* margin-right:20px; */
    transition: all 0.3s ease-in;
}

.page_bottom .bottom_msg .right_site .qr_box .qrimg:hover{
    transform: translateY(-10px);
}

.page_bottom .bottom_msg .right_site .qr_box .qrimg img{
    width:135px;
    height:135px;
}

.page_bottom .bottom_msg .right_site .qr_box .qrimg .txt{
    width:135px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#ffffff;
}

/*  页面footer区   */
.page_footer{
    width: 100%;
    height: 63px;
    line-height: 63px;
    color:#ffffff;
}

.page_footer a{
    color:#ffffff;
}

.page_footer .left{
    float: left;
    /*padding-left: 54px;
    background: url(../images/img_23.png) no-repeat left center; */
}

.page_footer .right{
    float: right;
    margin-right: 0;
}


/*  子栏目banner区  */
.out_div .banner_column{
    width: 100%;
    height: 350px;
}

.out_div .banner_column .banner_column_box{
    margin: 0 auto;
    width:1200px;
    height: 100%;
    position: relative;
}

.out_div .banner_column .column_name{
    position: absolute;
    top: 50%;
    left: 19.33%;
    margin-top: -36.5px;
}

.out_div .banner_column .column_name2{
    position: absolute;
    top: 34.42%;
    left: 23.25%;
    margin-top: 0;
}

.banner_column .column_name .txt_chs,
.banner_column .column_name2 .txt_chs {
    font-size: 56px;
    color: #ffffff;
}

.banner_column .column_name .txt_eng,
.banner_column .column_name2 .txt_eng {
    font-size: 24px;
    color: #ffffff;
    /*width: 182px;*/
    text-align: right;
    margin-right: -46px;
}


/*  内页：公共页面  */
.basic_page{
    /*margin: 0 auto;
    width: 1200px;*/
    position: relative;
    padding-bottom: 0px;
}

.basic_page_inside{
    width: 100%;
    padding-bottom: 80px;
    /*margin-top: 50px;*/
}

/*  子栏目path路径区  */
.column_path{
    float:left;
    height: 67px;
    line-height: 67px;
    text-align: left;
    padding:0;
}

.column_path .img {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 26px;
    background: url(../images/img_21.png) no-repeat center center;
    position: relative;
    top: 6px;
}

.column_path .current_column{
    color: #FF7F40;
}

.column_path .current_column:hover, .column_path a:hover{
    color:#FF7F40;
}

.column_path span, .column_path a, .column_path_general a {
    font-size: 16px;
    color:#707070;
}



/*  顶部通用的栏目   */
.basic_top_site{
    width: 100%;
    margin-top: 45px;
    margin-bottom:0;
}

.basic_top_site .sub_column{
    width: 100%;
    text-align: center;
}

.basic_top_site .sub_column li{
    display: inline-block;
    padding: 0;
    margin: 0 30px;
        margin-right: 30px;
    text-align: center;
    font-size: 32px;
    cursor: pointer;
    color: #606060;
    height: 53px;
}

.basic_top_site .sub_column li.curr{
    border-bottom: 1px solid #229ea3;
}

.basic_top_site .sub_column li.curr > .txt{
    color:#229ea3;
}

.basic_top_site .sub_column li:hover{
    border-bottom: 1px solid #229ea3;
}

.basic_top_site .sub_column li:hover > .txt{
    color:#229ea3;
}

.basic_top_site .sub_column li .txt{
    color: #606060;
}

.basic_top_site .sub_column li .line{
    position:absolute;
    bottom:0;
    left:0;
    background-color:#e4141c;
    width:100%;
    height:2px;
    display: none;
}


/* 新闻列表：第1种 */
.content_news_list{
    margin:0 auto;
    margin-top: 25px;
    width:1200px;
}

.content_news_list .list_news{
    margin-top: 19px;
}

.content_news_list .list_news li{
    padding: 31px 0;
    border-bottom: 1px solid #dddddd;
}

.content_news_list .list_news li:hover{
    border-bottom: 1px solid #23bb7a;
}

.content_news_list .list_news .left{
    float: left;
    width: 211px;
    height: 140px;
    overflow: hidden;
    position: relative;
}

.content_news_list .list_news .left img{
    width: 100%;
    height: 100%;
    position: relative;
}

.content_news_list .list_news .right{
    width: 948px;
    float: right;
    margin-right: 5px;
}

.content_news_list .list_news .right .title{
    margin-top: 6px;
    font-size: 20px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_news_list .list_news .right .msg{
    margin-top: 11px;
    line-height: 24px;
    max-height: 72px;
    color: #6e6e6e;
    font-size: 14px;
    overflow: hidden;
}

.content_news_list .list_news .right .time{
    font-size: 14px;
    height: 20px;
    color: #949494;
    margin-top: 10px;
}


/*  文章详情区  */
.content_article_detail{
    float:left;
    width: 830px;
    margin-top: 40px;
    padding-top: 32px;
    padding-bottom: 50px;
    /* border-top: 1px solid #eaeaea; */
}

.content_article_detail2{
    width: 100%;
    margin:0 auto;
    padding-top: 0;
    padding-bottom: 25px;
}

.content_article_detail_nodata{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
    margin: 0 auto;
}


/*  新闻详情页 的样式  */
.across_line_blank_1{
    width: 100%;
    height: 11px;
}

.across_line_blank_2{
    width: 100%;
    height: 45px;
}

.article_content {
    margin: 0 auto;
    margin-top:0;
    margin-bottom:0px;
    width: 100%;
    min-height: 400px;
    border:1px solid #dddddd;
}

.article_content .content {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
    border-bottom: 1px solid #eaeaea;
    padding-top: 33px;
    padding-bottom:50px;
}

.article_content .content .title {
    width: 90%;
    line-height:40px;
    text-align: center;
    font-size: 26px;
    margin: 0 auto;
    color: #222222;
}
/*
.article_content .content .args{
    width: 100%;
    text-align: center;
    height:32px;
    line-height:32px;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #ebebeb;
}
*/

.article_content .content .args {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.article_content .content .args span{
    margin-right: 30px;
    display: inline-block;
}

.article_content .content .time{
    text-align: center;
    /* line-height:45px; */
    color:#787878;
}

.article_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.article_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.article_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.article_content .content .in_content{
    margin:0 auto;
    width:90%;
}

.article_content .content img {
    max-width: 80%;
    text-align: center;
}

.article_content .content_bottom{
    padding-top: 20px;
}

.article_content .content_bottom .news_line{
    height: 35px;
    line-height: 35px;
    margin-bottom: 17px;
}

.article_content .content_bottom .news_line .left_link,.article_content .content_bottom .news_line .left_nolink{
    float:left;
    height: 35px;
    background: url(../images/img_30.png) no-repeat left 19px center;
    padding-left: 49px;
    font-size: 16px;
}

.article_content .content_bottom .news_line .left_link:hover{
    background: url(../images/img_30_blue.png) no-repeat left 19px center;
}

.article_content .content_bottom .news_line .left_link:hover > a{
    color:#2b69b4;
}

.article_content .content_bottom .news_line .right_link,.article_content .content_bottom .news_line .right_nolink{
    float:right;
    height: 35px;
    background: url(../images/img_31.png) no-repeat right 19px center;
    padding-right: 49px;
    font-size: 16px;
}

.article_content .content_bottom .news_line .right_link:hover{
    background: url(../images/img_31_blue.png) no-repeat right 19px center;
}

.article_content .content_bottom .news_line .right_link:hover > a{
    color:#48afb3;
}

.article_content .content_bottom .news_line .left_link a,
.article_content .content_bottom .news_line .right_link a{
    display: inline-block;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*  新闻详情页的新闻列表  */
.article_list_news{
    float: right;
    width:321px;
    margin-top: 50px;
}

.article_list_news .top_title{
    height:76px;
    line-height: 76px;
    border: 1px solid #dddddd;
    border-bottom: none;

}

.article_list_news .top_title span{
    display: inline-block;
    height: 74px;
    padding: 0 15px;
    font-size: 28px;
    color:#606060;
    border-bottom:4px solid #209da2;
}

/*
.article_list_news .img{
    width: 100%;
    height: 189px;
    background: url(../images/img_29.png) no-repeat;
}
*/

.article_list_news .news{
    border: 1px solid #dddddd;
    border-bottom: none;
}

.article_list_news .news li{
    border-bottom: 1px solid #dddddd;
    background: url(../images/img_29.png) no-repeat left 13px center;
}

.article_list_news .news li a{
    padding: 20px 32px;
    display: inline-block;
}

.article_list_news .news li a:hover{
    color:#48afb3;
}


/*  单页栏目的样式  */
.single_content {
    margin: 0 auto;
    margin-top:20px;
    margin-bottom:20px;
    width: 96%;
    min-height: 360px;
}

.single_content .content {
    width: 98%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
}

.single_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.single_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:17px auto 0;
}

.single_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.single_content .content .across_line_4{
    width:100%;
    height:1px;
    border-bottom:1px dashed #ccc;
    margin:0 auto;
}

.single_content .content img {
    max-width: 100%;
    text-align: center;
}


/*  没有内容的区域  */
.no_content{
    width:100%;
    min-height:400px;
}

.no_content_msg {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 6px 0;
    color:#595757;
    margin-left:3px;
    letter-spacing:0.5px;
}

.no_content .no_content_msg .across_line_4{
    width:98%;
    height:1px;
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.no_content_msg  .tips_img{
    float:left;
    margin-top:12.5px;
    margin-right:5px;
    line-height:20px;
}

.no_content_msg .tips_img img{
    width:28px;
    /*height:25px;*/
    height:auto;
    /* margin-top: 3px; */
}

.no_content_msg .txt{
    float:left;
    font-size:18px;
}


/*  专家列表页面  */
.list_export{
    margin-top: 52px;
    width:1310px;
}

.list_export ul {
    position: relative;
    overflow: hidden;
}

.list_export ul li{
    margin-bottom: 50px;
    float:left;
    margin-right: 103px;
    width:333px;
}

.list_export ul .img{
    width:333px;
    height:390px;
    position: relative;
    overflow: hidden;
}

.list_export ul .img img{
    width:333px;
    height:390px;
    position: relative;
}

.list_export ul .title{
    margin-top: 20px;
    padding-left:65px;
    height:54px;
    background:url(../images/img_11.png) no-repeat;
}

.list_export ul .title .name{
    font-size: 24px;
    color:#606060;
    font-weight: bold;
}

.list_export ul .title .txt{
    font-size: 18px;
    color:#606060;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_export ul li .msg{
    margin-top: 21px;
    font-size: 16px;
    color:#808080;
    line-height:28px;
    height:90px;
    overflow: hidden;
}

.list_export ul li .link{
    display: inline-block;
    margin-top: 23px;
    width:126px;
    height:39px;
    line-height: 39px;
    text-align: center;
    border:1px solid #e5e5e5;
    border-radius: 19.5px;
    font-size: 16px;
    color:#808080;
}

.list_export ul li .link:hover{
    background-color: #229da3;
    color:#ffffff;
    border:1px solid #229da3;
}


/*  专家详情页面  */
.content_article_detail_export{
    margin-top: 50px;
}

.content_article_detail_export .title{
    padding-left: 30px;
    height: 73px;
    line-height: 73px;
    background-color: #209da2;
    color:#ffffff;
    font-size: 32px;
}

.content_article_detail_export .box{
    margin-top: 30px;
}

.content_article_detail_export .box .img{
    float: left;
    width:333px;
    height:390px;
}

.content_article_detail_export .box .img img{
    width: 100%;
    height: 100%;
}

.content_article_detail_export .box .info{
    float: left;
    margin-left: 70px;
    font-size: 24px;
    color:#606060;
}

.content_article_detail_export .box .info .name{
    margin-top: 46px;
}

.content_article_detail_export .box .info .text{
    margin-top: 45px;
}

.content_article_detail_export .desc{
    margin-top: 42px;
    height:55px;
    border-bottom:1px solid #dadada;
}

.content_article_detail_export .desc .txt{
    display: inline-block;
    height:53px;
    font-size: 32px;
    color: #606060;
    border-bottom: 4px solid #209da2;
}

.content_article_detail_export .content{
    margin-top: 35px;
}


/*  联系我们  */
.content_lxfs_out{
    margin:0 auto;
    margin-top: 57px;
    width:1200px;
}

.content_lxfs .title{
    font-size: 24px;
    text-align: center;
    color:#606060;
}

.content_lxfs .infornation{
    margin-top: 45px;
    text-align: center;
}

.content_lxfs .infornation .box{
    display: inline-block;
    width:218px;
}

.content_lxfs .infornation .box.addr{
    width:282px;
}

.content_lxfs .infornation .box .img{
    height:125px;
}

.content_lxfs .infornation .box .img.bg1{
    background: url(../images/img_22.png) no-repeat center top;
}

.content_lxfs .infornation .box .img.bg2{
    background: url(../images/img_23.png) no-repeat center top;
}

.content_lxfs .infornation .box .img.bg3{
    background: url(../images/img_24.png) no-repeat center top;
}

.content_lxfs .infornation .box .img.bg4{
    background: url(../images/img_25.png) no-repeat center top;
}

.content_lxfs .infornation .box .img.bg5{
    background: url(../images/img_26.png) no-repeat center top;
}

.content_lxfs .infornation .box .txt{
    font-size: 20px;
    color:#606060;
    text-align: center;
}

.content_lxfs .infornation .box .msg{
    font-size: 16px;
    color:#606060;
    text-align: center;
}

.content_lxfs .map_site{
    margin-top: 68px;
}

.content_lxfs .map_site .map{
    margin: 0 auto;
    width: 1078px;
    height:500px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 6px 4px #dfdfdf;
}



/*  咨询留言   */
.content_zxly_out{
    margin:0 auto;
    margin-top: 30px;
    width:1200px;
    padding: 0px;
    background-color: #ffffff;
}

.content_zxly{
    width:100%;
    padding-bottom:20px;
}

.content_page_zxly{
    margin-left:37px;
    margin-top: 25px;
    height:100%;
    width:580px;
    float:left;
}

.content_page_zxly table tr{
    height: 55px;
}

.content_page_zxly table tr.tr_area{
    height:180px;
}

.content_page_zxly table .key{
    width:106px;
    text-align:right;
    color:#000000;
    font-size:14px;
}

.content_page_zxly table .value{
    width:510px;
}


.content_page_zxly table .value .text{
    width:465px;
    height:36px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .text:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .text_1{
    float: left;
    width:265px;
    height:36px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:12px;
    color:#595757;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .text_1:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .code_img{
    float: left;
    margin-left: 10px;
    width:130px;
    height:38px;
}

.content_page_zxly table .value .textarea{
    float:left;
    width:465px;
    height:150px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    line-height: 30px;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .textarea:hover{
    background-color: #f3f3f3;
}


.content_page_zxly table .value .red{
    color:#ff0000;
}

.content_page_zxly table .value .red_div{
    float:left;
    color:#ff0000;
    margin-left:4px;
}

.content_page_zxly table .value input:focus,
.content_page_zxly table .value textarea:focus {
    /*border-color: #95c8f1;
    box-shadow: 0 0 7px 1px #00ccff;*/
    border-color: #48afb3;
    box-shadow: 0 0 5px 2px #48afb3;
}

.content_page_zxly table .value .sub{
    width: 140px;
    height: 40px;
    /*background-color: #399fff;*/
    background-color: #48afb3;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border:0;
    letter-spacing:10px;
    text-align:center;
}

.zxly_img{
    width: 490px;
    height: 306px;
    background: url(../images/img_37.jpg);
    float: right;
    margin-top: 33px;
    margin-right: 35px;
}



/*   列表页：一排4个图片   */
.content_list_four{
    width: 1222px;
    margin-top: 50px;
    padding-bottom: 0;
}

.content_list_four li{
    float:left;
    margin-right: 21px;
    margin-bottom: 15px;
}

.content_list_four li.no_margin_right{
    margin-right:0;
}

.content_list_four li .out_img{
    width:282px;
    height:212px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_list_four li .out_img:hover{
    border: 1px solid #de5c23;
}

.content_list_four li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_list_four li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_four li .img a{
    display: block;
}

.content_list_four li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}


.content_list_four li .title{
    width:264px;
    height:75px;
    line-height:75px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.content_list_four li .title{
    width:282px;
    height:50px;
    line-height:25px;
    text-align:center;
    overflow:hidden;
    cursor: pointer;
    font-size:18px;
    color:#343434;
    margin-top:10px;
}
*/

.content_list_four li .title:hover{
    text-decoration: none;
    color:#de5c23;
}

/*  页面外层  */
.content_page{
    margin:0 auto;
    width:1200px;
    margin-top:35px;
}

/*   列表页：一排3个图片   */
.content_list_three{
    width: 1150px;
    margin-top: 15px;
    margin-left: 25px;
    padding-bottom: 0px;
}

.content_list_three ul{
    width:1200px;
}

.content_list_three li{
    float:left;
    margin-right: 35px;
    margin-bottom: 19px;
}

.content_list_three li.no_margin_right{
	margin-right:0;
}

.content_list_three li .out_img{
	width:360px;
    height:224px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}

.content_list_three li .out_img:hover{
    border: 1px solid #e58419;
}

.content_list_three li .in_img{
	width:100%;
	height:100%;
    display: table;
}

.content_list_three li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_three li .img a{
    display: block;
}

.content_list_three li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}

.content_list_three li .title{
	width:360px;
	height:48px;
	line-height:48px;
    text-align:center;
    overflow:hidden;
	font-size:18px;
	color:#343434;
}

.content_list_three li .title2{
    margin-top: 10px;
    padding-left:5px;
    margin-bottom: 10px;
    width:360px;
    height:28px;
    line-height:28px;
    text-align:center;
    overflow:hidden;
    font-size:18px;
    color:#343434;
}

.content_list_three li .title:hover{
    text-decoration: none;
    color:#ff0000;
}








































