/* CSS Document */

body {
    margin: 0 auto;
    padding: 0;
    font-family: Microsoft Yahei, "宋体", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666;
	--mainColor: #136fb4;
	--mainColorbg: #4882ad;
	--mainColor1: #00a0e8;
}
/*html{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);}*/
img {
    border: 0;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul,
ol,
li {
    list-style: none;
}

input {
    outline: none;
    border: none;
}

input::-webkit-input-placeholder {
    color: #999999;
}

select::-ms-expand {
    display: none;
}

a:link {
    color: #666;
    text-decoration: none!important;
}

a:visited {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: none;
}

.font-wryh {
    font-family: '微软雅黑';
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.wd1330 {
    width: 1330px;
    margin: 0 auto;
}


/*------index------*/

.header {
    width: 1330px;
    margin: 0 auto;
}

.header .welcome {}

.header .welcome h2 {
    font-weight: 100;
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 14px;
    color: #333333;
}

.header .welcome .it {
    margin-top: 15px;
    float: right;
}

.header .welcome .it li {
    float: left;
    line-height: 20px;
    margin: 0 10px;
}

.header .welcome .it li:before {
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    float: left;
    background: url(../images/ico_it.png) no-repeat;
    margin-right: 5px;
}

.header .title {
    margin: 10px 0 0 0;
}

.header .title .logo {
    float: left;
	margin:0 0 5px 0;
}

.header .title .name {
    width: 410px;
   margin: 15px 0 0 20px;
    padding-left: 10px;
    border-left: 1px solid #d4d4d4;
	white-space:pre-wrap;
    font-size:30px;
    float: left;
	font-family: "黑体";
	color: var(--mainColor1);   
}

.header .title .name h1 {
    font-size: 16px;
	color: var(--mainColor);    
	font-weight: blod !important;
    float: left;
}

.header .title .telephone {
    float: right;
	margin: 5px 0 0 20px;
    color: #000000;
    font-size: 22px;
}

.header .title .telephone span {
    font-size: 14px;
}
.header .title .time {
    width:200px;
	margin: 5px 0 0 10px;
    padding-left: 5px;
    border-left: 1px solid #d4d4d4;
	white-space:pre-wrap;
    font-size: 16px;
    float: right;
}
.header .title .time1 {
    width:300px;
	margin: 5px 0 0 10px;
    border-left: 1px solid #d4d4d4;
	white-space:pre-wrap;
    font-size: 16px;
    float: right;
}
.header .title .time1 span {
    color: #333333;
    display: block;
	font-family:"微软雅黑";
	font-size: 13px;	
	font-weight: blod;
    float: right;
}
.header .title .time h1 {
	margin: 10px 0 0 5px;
    color: var(--mainColor1);
    display: block;
	font-size: 25px;
	font-family:"优设标题圆";
	font-weight: blod;
    float: left;
}
.nav .search {
    float: left;
    margin: 5px 0 10px;
    position: relative;
}

.nav .search input {
    width: 130px;
    padding: 0 15px;
	margin-top:5px;
    background-color: #eeeeee;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    color: #000000;
}

.nav .search i {
    position: absolute;
    right: 15px;
    top: 6px;
} 
.nav {
    height: 52px;
    background-color: var(--mainColor);
}

.nav>ul.nav_cen {
    width: 1330px;
    margin: 0 auto;
}

.nav>ul.nav_cen {}

.nav>ul.nav_cen>li {
    float: left;
    line-height: 52px;
    text-align: center;
    position: relative;
}

.nav>ul.nav_cen>li>a {
    display: block;
    border-right: 1px solid var(--mainColorbg);
    width: 120px;
    border-left: 1px solid var(--mainColorbg);
    color: #ffffff;
    font-size: 18px;
}

.nav>ul.nav_cen>li:first-child a {
    border-left: none;
}

.nav>ul.nav_cen>li:last-child a {
    border-right: none;
}

.nav>ul.nav_cen>li>ul.navbar {
    background-color: var(--mainColor);
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 1;
    width: 122px;
    display: none;
}

.nav>ul.nav_cen>li>ul.navbar li {
    font-size: 14px;
    line-height: 46px;
    text-align: center;
}

.nav>ul.nav_cen>li>ul.navbar li a {
    display: block;
    color: #ffffff;
}

.nav>ul.nav_cen>li>ul.navbar li a:hover {
    display: block;
    background-color: #ffffff;
    color: var(--mainColor);
}

.nav_foot {
	 margin: 0 auto 20;
    height: 80px;
    background-color: var(--mainColor);
}

.nav_foot>ul.nav_cen_foot {
    width: 1330px;
    margin: 0 auto;
}

.nav_foot>ul.nav_cen_foot {}

.nav_foot>ul.nav_cen_foot>li {
    float: left;
    line-height:80px;
    text-align: center;
    position: relative;
}

.nav_foot>ul.nav_cen_foot>li>a {
    display: block;
    border-right: 1px solid var(--mainColorbg);
    width: 250px;
    border-left: 1px solid #0F80CB;
    color: #ffffff;
    font-size: 18px;
}

.nav_foot>ul.nav_cen_foot>li:first-child a {
    border-left: none;
}

.nav_foot>ul.nav_cen_foot>li:last-child a {
    border-right: none;
}

.nav_foot>ul.nav_cen_foot>li>ul.navbar {
    background-color: var(--mainColor);
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 1;
    width: 250px;
    display: none;
}

.nav_foot>ul.nav_cen_foot>li>ul.navbar li {
    font-size: 14px;
    line-height: 72px;
    text-align: center;
}

.nav_foot>ul.nav_cen_foot>li>ul.navbar li a {
    display: block;
    color: #ffffff;
}

.nav_foot>ul.nav_cen_foot>li>ul.navbar li a:hover {
    display: block;
    background-color: #ffffff;
    color: var(--mainColor);
}

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 409px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 409px;
    display: block;
}

.header_line {
	display: inline-block;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #DFDFDF;
    background-color: #F8FCFF;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
}

.header_line h3 {
    float: left;
    font-size: 18px;
    line-height: 37px;
    color: var(--mainColor);
}

.header_line h3 span {
    color: #000000;
    font-size: 14px;
}

.header_line a {
    width: 52px;
    height: 52px;
}

.header_line .more {
    width: 40px;
    margin: 15px 0 0 25px;
    height: 20px;
    float: right;
    background: url(../images/ico_more.png) no-repeat;
}
.header_line .tabs{
  float: right;
}
.header_line .tabs ul>li {
	color: #9F9F9F;
	font-size: 16px;
	cursor: pointer;
	width: 95px;
	background-image: url(../images/qieline.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
}
.header_line .tabs ul>li:last-child {
	background-image: none;
}

.header_line .tabs .active-tabs {
	color: var(--mainColor);    
}
.header_line .tabs a {
	color: #aaa;
	display: flex;
	align-items: center;
}
.header_line .tabs a:hover {
	color:  var(--mainColor);    
}
.fl {
	display: flex;
}

.fl-c {
	display: flex;
	flex-direction: column;
}

.fl-r {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.new_appointment {
    width: 1330px;
    margin: 0 auto;
}

.new_appointment .yyxw {
    width: 935px;
    float: left;
}

.new_appointment .yyxw .content {
    margin: 25px 0 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;

}

.new_appointment .yyxw .content .pic_xw {
    margin-right: 30px;
    float: left;
}

.new_appointment .yyxw .content .pic_xw img {
    width: 421px;
    height: 248px;
}

.new_appointment .yyxw .content .list {
    margin: 0 0 0 20px;
}

.new_appointment .yyxw .content .list ul li {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.new_appointment .yyxw .content .list ul li span {
    margin-right: 10px;
    color: var(--mainColor);
    float: left;
}

.new_appointment .yyxw .content .list ul li a {
    overflow: hidden;
    width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #393a3b;
}
.new_appointment .yyxw .content .subContent ul {
	width: 472px;
	height: 248px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 6px;
	padding-left: 6px;
}

.new_appointment .yyxw .content .subContent ul li {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom:1px solid #e1e2e5;
	line-height:37px !important;
}

.new_appointment .yyxw .content .subContent ul li p:before {
	 display: inline-block;
    content: "";
    width: 5px;
    margin-right: 20px;
    height: 5px;
    background-color: #0067AC
}

.new_appointment .yyxw .content .subContent ul li p:hover {
	color: #018353;
}

.subContent ul li a {
	display: inline-block;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new_appointment .yyxw .content .subContent ul li a p {
	width: 80%;
	margin-right: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #4E4E4E;
}

.new_appointment .yyxw .content .subContent ul span {
	color: #4E4E4E;
	font-size: 16px;
}

.new_appointment .yyxw .content .subContent .keshiBox,
.new_appointment .yyxw .content .subContent .gonggaoBox {
	display: none;
}

.new_appointment .yyxw .content .subContent .gonggaoBox ul{
	/* height: 505px; */
}

.gonggaoBox li {
	/* line-height: 42px; */
}

.new_appointment .cutmenu {
    background-color: #F8F8FF;
    width: 380px;
	height:283px;
    float: right;
    padding: 5px;
    box-sizing: border-box;
}
/*
.new_appointment .cutmenu ul li {
    text-align: center;
    float: left;
    line-height: 53px;
    margin: 10px 45px;
    font-size: 16px;
}

.new_appointment .cutmenu ul li a {
    display: block;
}

.new_appointment .cutmenu ul li img {
    display: block;
}*/
ul.quickly_link {
 overflow: hidden;
}
ul.quickly_link li {
 width: 110px;
 height: 96px;
 margin: 6px 6px;
 float: left;
}
ul.quickly_link li a {
 display: block;
 width: 100%;
 height: 100%;
 text-align: center;
 box-sizing: border-box;
 padding-top: 4px;
}
/*
ul.quickly_link li a:hover img{
 transform: scale(1.1);
}
ul.quickly_link li a img {
 width: 48px;
 height: 38px;
 transition: all 0.2s;
}
*/
ul.quickly_link li a span {
 font-size: 10px;
 color: #fff;
 display: block;
 margin-top: 2px;
}
ul.quickly_link li a.yygh {
 background: #3E67B9;
}
ul.quickly_link li a.jsyl {
 background: url(../images/zyxzbj.png)
}
ul.quickly_link li a.hzfw {
   
 background: url(../images/jkctbj.png); 
  background-size: 100% 100%;
}
ul.quickly_link li a.yydjps {
 background: url(../images/yydnbj.png)
}
ul.quickly_link li a.yszg {
 background: #5279D4;
}
ul.quickly_link li a.hzfw span, ul.quickly_link li a.jsyl span, ul.quickly_link li a.jxsq span {
 color: #335BAA;
}
.prokey {
    width: 1330px;
    margin: 30px auto 0;
}

.prokey .content {
    margin: 25px 0 0 0;
}

.prokey .pro_left {
    width: 453px;
    height: 271px;
    float: left;
}

.prokey .pro_right {
    width: 852px;
    float: right;
}

.prokey .pro_right ul li {
    width: 128px;
    text-align: center;
    line-height: 54px;
    height: 54px;
    border: 1px solid #ebebeb;
    background-color: #E9F4FE;
    margin: 0 10px 20px;
    float: left; 
	color: #4290DE;
}

.prokey .pro_right ul li a {
    font-size: 16px;
    display: block;
	color: var(--mainColor);
	
}

.prokey .pro_right {
    width: 852px;
    float: right;
}
.prokey .home-department-main {
    width: 852px;overflow: hidden; float: right;
}
.home-department-main .hd{
    padding-bottom: 10px;height: 38px;
}
.home-department-main .hd ul{
    height: 100%;
}
.home-department-main .hd ul li{
    text-align: center;line-height: 38px;width: 105px;margin-right: 14px;float: left;font-size: 16px;border-radius: 10px;color: white;position: relative;background: #136fb4;cursor: pointer;
}

.home-department-main .hd ul li i.icon{
    position: absolute;bottom: -20px;left: 55px;
    border-width: 10px;
    border-style: solid;
    border-color: #136fb4 transparent transparent transparent;
    display: none;
}
.home-department-main .hd ul li.on i.icon{
    display: inline-block;
}
.home-department-main .hd ul li:first-child+li{
    background: #00aeff;
}
.home-department-main .hd ul li:first-child+li i.icon{
    border-color:#00aeff transparent transparent transparent transparent transparent;
}
.home-department-main .hd ul li:first-child+li+li{
    background: #ff8400;
}
.home-department-main .hd ul li:first-child+li+li i.icon{
    border-color:#ff8400 transparent transparent transparent transparent transparent;
}
.home-department-main .hd ul li:first-child+li+li+li{
    background: #136fb4;
}
.home-department-main .hd ul li:first-child+li+li+li i.icon{
    border-color:#136fb4 transparent transparent transparent transparent transparent;
}
.home-department-main .hd ul li:first-child+li+li+li+li{
    background: #00aeff;
}
.home-department-main .hd ul li:first-child+li+li+li+li i.icon{
    border-color:#00aeff transparent transparent transparent transparent transparent;
}
.home-department-main .hd ul li:first-child+li+li+li+li+li{
    background: #ff8400;
}
.home-department-main .hd ul li:first-child+li+li+li+li+li i.icon{
    border-color:#ff8400 transparent transparent transparent transparent transparent;
}
.home-department-main .bd ul{
    zoom: 1;
}
.home-department-main .bd ul li{
    overflow: hidden;float: left;margin-top: 10px;margin-right: 18px;
    width: 180px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
}
.home-department-main .bd ul li .department-item{
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    display: block;
    border: 1px #999999 solid;
    border-radius: 5px;
}
.home-department-main .bd ul li .department-item .item-icon{
    width: 20px;float: left;border-right: 1px #999 solid;box-sizing: border-box;
}
.home-department-main .bd ul li .department-item .item-text{
    float: left;width: 158px;
}
.home-department-main .bd ul li .department-item-active{
    border-color: #007af6;color: #007af6;
}
.home-department-main .bd ul li .department-item-active .item-icon{
    border-color: #007af6;
}

.notice_news {
    width: 1330px;
    margin: 30px auto 0;
}

.notice_news .news {
    float: left;
    background-color: #f8fcff;
    width: 428px;
    border: 1px solid #DFDFDF;
    margin-left: 20px;
    display: inline;
}

.notice_news .news:first-child {
    margin-left: 0;
}

.notice_news .news .content {
    padding: 10px 25px;
    box-sizing: border-box;
}

.notice_news .news .content ul li {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.notice_news .news .content ul li a {
    overflow: hidden;
    width: 380px;
    height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #393a3b;
}

.notice_news .news .content ul li a:before {
    display: inline-block;
    content: "";
    width: 5px;
    margin-right: 20px;
    height: 5px;
    background-color:var(--mainColor);
}
.experts1 {
    width: 1330px;
    margin: 30px auto 0;
    border: 1px solid #DFDFDF;
}

.experts {
    width: 1330px;
    margin: 30px auto 0;
    border: 1px solid #DFDFDF;
}

.experts .tgzj {
    padding: 30px 0;
}


.experts .tab {
  margin-top: 5px;
  position: relative;
}

.tab-tit-box {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #0761af;
  line-height: 50px;
  font-size: 16px;
  font-weight: blod;
}

.tab-tit-box a {
  display: block;
  float: left;
  width: 90px;
  height: 100%;
  text-align: center;
}

.tab-tit-box a.active {
  background: var(--mainColor);
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff
}

.tab-more {
  position: absolute;
  height: 50px;
  right: 0;
  top: 0;
}

.tab-more a.more {
  display: none;
  line-height: 50px;
}

.tab-more a.more.active {
  display: block
}

.footer {
    background-color: var(--mainColor);
    text-align: center;
	width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    padding: 40px 0;
    margin: 50px 0 0 0;
}
.sildbar1 {
    width: 182px;
    background-color: #990000;
    position: fixed;
    display: none;
    z-index: 5;
    left: 0;
    top: 10px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

.sildbar1 ul {
    margin: 3px 0;
	width: 178px;
	z-index: 10;
	background-color: #ffffff;
	counter-reset: section;
}

.sildbar1 ul li {
    line-height: 25px;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    color: #000000;
    margin: 8px 8px;
	border-bottom:1px dotted #ccc;
	
}

.sildbar1 ul li:before{ counter-increment:section;content:counter(section) ;display:inline-block;padding:0 6px;margin-right:10px;height:18px;line-height:18px;background:#ffffff;color:#000000;border-radius:3px;font-size:14px}


fieldset{border: none;padding: 0;border-top: 1px #990000 solid;text-align: center; width: 182px;margin: auto;}
legend{padding: 0 5px;font-size: 14px;color:  #ccc;}

.sildbar1 .del {
    font-size: 24px;
    color: #eeeeee;
    position: absolute;
    right: 0;
    top: 0;
}

.sildbar1 .del a {
    width: 20px;
    height: 20px;
    display: block;
}

.sildbar2 {
    width: 215px;
    background: url(../images/paimingbg.jpg) no-repeat; 
    background-size: 100% 100%;
    position: fixed;
    display: none;
    z-index: 5;
    left: 0;
    top: 10px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}


.sildbar2 ul {
    margin: 3px 7px;
	width: 200px;
	z-index: 10;
	background-color: #ffffff;
	counter-reset: section;
}

.sildbar2 ul li {
    line-height: 25px;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    color: #666666;
    margin: 8px 8px;
	border-bottom:1px dotted #ccc;
	
}

.sildbar2 ul li:before{ counter-increment:section;content:counter(section) ;display:inline-block;padding:0 6px;margin-right:10px;height:18px;line-height:18px;background:#ffffff;color:#666666;border-radius:3px;font-size:14px}


.sildbar2 .del {
    font-size: 24px;
    color: #eeeeee;
    position: absolute;
    right: 0;
    top: 0;
}

.sildbar2 .del a {
    width: 20px;
    height: 20px;
    display: block;
}

.sildbar {
    width: 187px;
    background-color: #f7f7f7;
    position: fixed;
    display: none;
    z-index: 5;
    right: 0;
    top: 130px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

.sildbar ul {
    margin: 50px 0;
}

.sildbar ul li {
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin: 10px 0;
}

.sildbar ul li img {
    width: 92px;
    height: 92px;
    display: block;
    margin: 0 auto;
}

.sildbar ul li a {
    color: #000000;
}

.sildbar .hs {
    color: #000000;
}

.sildbar .del {
    font-size: 24px;
    color: #eeeeee;
    position: absolute;
    right: 0;
    top: 0;
}

.sildbar .del a {
    width: 20px;
    height: 20px;
    display: block;
}


.sildbar4 {
    width: 77px;
    background-color: #f7f7f7;
    position: fixed;
    z-index: 5;
    right: 0;
    bottom: 100px;
    _position: absolute;
    _top: auto;
    _bottom: expression(eval(document.documentElement.scrollTop));
}

.sildbar4 ul {
    margin: 10px 0;
}

.sildbar4 ul li {
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin: 10px 0;
}

.sildbar4 ul li img {
    width: 62px;
    height: 62px;
    display: block;
    margin: 0 auto;
}


/* overview */

.banner-ny {
    width: 100%;
    position: relative;
    height: 285px;
    overflow: hidden;
}

.banner-ny a {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -960px;
}

.crumb {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #ecf4fc;
    color: #136fb4;
}

.crumb a {
    color: #000000;
    margin: 0 10px;
    font-size: 12px;
}

.yygl_content {
    width: 1330px;
    margin: 35px auto 0;
}


/* .yygl_content h2{font-size: 24px; color: #000000; line-height: 30px; border-left: 5px solid #1b80d9; font-weight: 100; margin: 20px 0;padding-left: 15px;} */

.yygl_content .navbar {
    width: 274px;
    float: left;
    margin: 0 35px 0 0;
}

.yygl_content .navbar ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    color: #000000;
    padding-left: 20px;
    box-sizing: border-box;
}

.yygl_content .navbar ul li a {
    display: block;
}

.yygl_content .navbar ul li.cur {
    color: #ffffff;
    background-color: #136fb4;
    border-bottom: none;
}

.yygl_content .navbar ul li.cur a {
    color: #ffffff;
    background-color: #136fb4;
}

.yygl_content .overgg {
    border: 1px solid #efefef;
    float: right;
    width: 1019px;
}

.yygl_content .content {
    padding: 35px;
    box-sizing: border-box;
}

.yygl_content .content h3 {
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #000000;
}



.yygl_content .content span {
  
}

.yygl_content .content p {
 
}

.yygl_content .content img {
    display: block;
    margin: 20px auto;
}

.yygl_content .wz img {
    display: block;
    margin: 20px auto;
    max-width: 500px;
}



.yygl_content .content p span {
    line-height: 36px;
}

.yygl_content .content img {
    display: block;
    margin: 20px auto !important;
}

.yygl_content .cont_ldbz {
    box-sizing: border-box;
    padding-left: 80px;
}

.yygl_content .cont_ldbz a {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 46px;
}

.yygl_content .cont_ldbz a span {
    font-size: 14px;
    margin-right: 25px;
    font-weight: bold;
}

.yygl_content .honor {
    padding: 20px 8px;
    box-sizing: border-box;
}

.yygl_content .honor ul li {
    float: left;
    width: 236px;
    margin: 10px 7px;
}

.yygl_content .honor ul li img {
    display: block;
    width: 236px;
    height: 159px;
}

.yygl_content .honor ul li span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #000000;
    height: 60px;
}


/* science  pic_word_lr */

.pic_word_lr {
    padding: 10px 20px 50px;
    box-sizing: border-box;
}

.pic_word_lr ul.list li {
    padding: 10px 0;
    border-bottom: 1px dotted #C2C2C2;
}

.pic_word_lr ul.list li a {
    display: block;
    height: 151px;
}

.pic_word_lr ul.list li .pic {
    width: 254px;
    height: 151px;
    display: block;
    float: left;
    margin-right: 20px;
}

.pic_word_lr ul.list li img {
    max-width: 252px;
    max-height: 149px;
    display: block;
}

.pic_word_lr ul.list li div {
    width: 703px;
    float: left;
}

.pic_word_lr ul.list li .bt {
    font-size: 18px;
    line-height: 50px;
    color: #282828;
    font-weight: bold;
}

.pic_word_lr ul.list li .intro {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    height: 50px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pic_word_lr ul.list li .time {
    font-size: 14px;
    line-height: 46px;
    color: #999999;
}


/*pages*/

#pages {
    margin: 60px auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

#pages li {
    text-align: center;
    width: 30px;
    margin: 0 5px;
    float: left;
}

#pages li:nth-last-child(2) {
    width: auto;
}

#pages li span {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

#pages li.active span {
    display: block;
    background-color: #1b80d9;
    color: #ffffff;
}

#pages li.bd input {
    border: 1px solid #DDDDDD;
    width: 50px!important;
    height: 24px;
    text-align: center;
}

/*turn page*/

.cate-turn_page {
	padding: 10px 0;
	line-height: 30px;
	text-align: center;
}

.cate-turn_page a {
	margin: 0px 2px;
	padding: 2px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #eee;
}

.cate-turn_page a:hover {
	color: #ff6600;
}

.cate-turn_page span {
	padding: 2px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #eee;
}
.cate-turn_page span:hover {
	background-color: #ff6600;
}

.cate-turn_page span a {
	border: none;
}
.cate-turn_page span a:hover {
}

.cate-turn_page .selected {
	background: cornflowerblue;
	border-color: cornflowerblue;
	color: #fff;
}

/* science pic_word_tb */

.pic_word_tb {
    padding: 10px 20px 50px;
    box-sizing: border-box;
}

.pic_word_tb ul.list li {
    width: 234px;
    float: left;
    margin: 10px 5px;
}

.pic_word_tb ul.list li a {
    display: block;
}

.pic_word_tb ul.list li img {
    width: 234px;
    height: 167px;
}

.pic_word_tb ul.list li span {
    display: block;
}

.pic_word_tb ul.list li .bt {
    line-height: 40px;
    text-align: center;
    color: #000000;
    font-size: 16px;
}


/* science news_line */

.news_line {
    padding: 10px 30px 50px;
    box-sizing: border-box;
}

.news_line ul.list li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #aacff0;
    float: left;
    top: 20px;
    left: 0;
    display: block;
    position: absolute;
}

.news_line ul.list li {
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.news_line ul.list li span {
    float: right;
    display: inline-block;
}

.news_line ul.list li a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 700px;
    margin-left: 40px;
}

.medical ul.list li {
    width: 232px;
    float: left;
    margin: 10px 6px;
}

.medical ul.list li img {
    width: 232px;
    height: 299px;
}


/* media */

.media ul.list li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #aacff0;
    float: left;
    top: 20px;
    left: 0;
    display: block;
    position: absolute;
}

.media ul.list li {
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.media ul.list li span {
    float: right;
    display: inline-block;
}

.media ul.list li a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 900px;
    margin-left: 40px;
}


/* news_article */

.news_article .wz h1 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    line-height: 50px;
    font-weight: 100;
}

.news_article_date {
    font-size: 18px;
    color: #999999;
    text-align: center;
    display: block;
    line-height: 30px;
}


/* .news_article .wz p{font-size: 16px; color: #000000; text-indent: 2em; line-height: 30px;} */


/* .wz div {MARGIN: 10px 0;TEXT-INDENT: 2em;FONT-SIZE: 14px;text-align:left;} */

.news_article .wz img {
    display: block;
    margin: 20px auto;
    max-width: 600px;
}

.news_article_content {
    font-size: 18px;
    line-height: 30px;
}

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

.news_article_content table {
    background:#aaaaaa;
}
.news_article_content td {
    background:#ffffff;
}
.news_article_content p span {
    line-height: 30px;
}

.news_article_content img {
    display: block;
    margin: 20px auto !important;
}


/* news_yyxw */

.yygl_content .overgg_zg {
    float: right;
    width: 100%;
}

.pic_word_lr ul.list_zg li div {
    width: 1000px;
    float: left;
}


/* news_wzgg */

.wzgg {
    padding: 10px 20px 50px;
    box-sizing: border-box;
}

.wzgg ul.list li {
    border: 1px solid #EEEEEE;
    margin: 15px 0;
}

.wzgg ul.list li a {
    display: block;
    height: 126px;
}

.wzgg ul.list li .pic {
    width: 126px;
    height: 126px;
    display: block;
    float: left;
    padding: 28px 13px;
    box-sizing: border-box;
    background-color: #a6d6ff;
    margin-right: 20px;
    color: #ffffff;
    font-size: 26px;
}

.wzgg ul.list li .pic i {
    font-style: normal;
    margin: 0 auto;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.wzgg ul.list li .pic i:nth-child(2) {
    font-size: 20px;
}

.wzgg ul.list li div {
    width: 1120px;
    float: left;
}

.wzgg ul.list li .bt {
    font-size: 16px;
    line-height: 50px;
    color: #000000;
}

.wzgg ul.list li .intro {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    color: #878787;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* news_index */

.news_wzgg h1 {
    font-style: 24px;
    line-height: 32px;
    color: #000000;
    border-left: 5px solid #1b80d9;
    font-weight: 100;
    padding-left: 20px;
    margin: 20px 0;
}

.news_wzgg ul.list li {
    width: 651px;
    float: left;
    height: 48px;
    border: 1px solid #EFEFEF;
    margin: 5px 5px;
}

.news_wzgg ul.list li .time {
    width: 124px;
    background-color: #d6e6f4;
    color: #ffffff;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.news_wzgg ul.list li span {
    display: block;
}

.news_wzgg ul.list li a {
    display: block;
    font-size: 14px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    line-height: 48px;
    width: 500px;
}

.news_wzgg ul.pic_xw li {
    width: 651px;
    float: left;
    height: 210px;
    border: 1px solid #EFEFEF;
    padding: 10px;
    margin: 5px;
    box-sizing: border-box;
}

.news_wzgg ul.pic_xw li .pic {
    width: 290px;
    float: left;
    height: 190px;
    margin-right: 20px;
}

.news_wzgg ul.pic_xw li img {
    max-width: 288px;
    max-height: 188px;
    display: block;
}

.news_wzgg ul.pic_xw li a {
    display: block;
    color: #000000;
}

.news_wzgg ul.pic_xw li span {
    display: block;
}

.news_wzgg ul.pic_xw li .title {
    font-size: 16px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_wzgg ul.pic_xw li .article {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    height: 104px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news_wzgg ul.pic_xw li .time {
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    color: #999999;
}


/*team*/

.team {}

.team ul.title {
    display: flex;
    display: -ms-flex;
    justify-content: center;
}

.team ul.title li {
    height: 44px;
    float: left;
    line-height: 44px;
    border: 1px solid #D0D0D0;
    width: 96px;
    margin: 0 15px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.team ul.title li a {
    display: block;
    color: #333333;
}

.team ul.title li.cur a {
    background-color: #1b80d9;
    color: #ffffff;
}

.team .tgzj {
    margin: 40px 0 60px 0;
    text-align: center;
}

.team .tgzj h3 {
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-weight: 100;
    line-height: 92px;
}

.team .tgzj ul.nr {
    border: 1px solid #CCCCCC;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    display: inline-flex;
}

.team .tgzj ul.nr li {
    width: 100px;
    height: 50px;
    text-align: center;
    float: left;
    line-height: 50px;
    font-size: 16px;
}

.team .tgzj ul.nr li a {
    display: block;
    height: 50px;
}

.team .zjjs {
    border: 1px solid #98CAF8;
    margin: 30px 0;
    padding: 10px;
    box-sizing: border-box;
}

.team .zjjs dl.fl_list {
    border-bottom: 1px solid #F9F9F9;
    line-height: 40px;
    position: relative;
    height: 150px;
}

.team .zjjs dl.fl_list dt {
    font-size: 18px;
    float: left;
    color: #B3B4B4;
}

.team .zjjs dl.fl_list dd {
    font-size: 18px;
    margin: 0 20px;
    float: left;
    color: #000000;
}

.team .zjjs dl.fl_list dd a {
    display: block;
}

.team .zjjs dl.fl_list dd a:hover {
    color: #5DA5E4;
}

.team .zjjs dl.fl_list dd.cur {
    color: #5DA5E4;
    border-bottom: 2px solid #5DA5E4;
}

.team .zjjs dl.fl_list dd ul.fl_list_child {
    left: 100px;
    top: 40px;
    position: absolute;
}

.team .zjjs dl.fl_list dd ul.fl_list_child li {
    float: left;
    margin: 0 10px;
}

.team .zjjs dl.fl_list dd ul.fl_list_child li a {
    font-size: 16px;
    display: block;
}

.team .zjjs dl.zj_list {
    height: 50px;
    line-height: 50px;
}

.team .zjjs dl.zj_list dt {
    font-size: 18px;
    float: left;
    color: #B3B4B4;
}

.team .zjjs dl.zj_list dd {
    font-size: 16px;
    margin: 0 10px;
    float: left;
    color: #000000;
}

.team .zjjs dl.zj_list dd a {
    display: block;
}

.team .zjjs dl.zj_list dd a:hover {
    color: #5DA5E4;
    border-bottom: 2px solid #5DA5E4;
}

.team .zjjs_cont ul li {
    width: 413px;
    margin: 20px 15px 0;
    float: left;
}

.team .zjjs_cont ul li img {
    width: 169px;
    display: block;
    float: left;
    height: 231px;
    padding: 5px;
    border: 1px solid #CCCCCC;
}

.team .zjjs_cont ul li span {
    display: block;
}

.team .zjjs_cont ul li .tit1 {
    font-size: 22px;
    color: #5bd8d9;
    line-height: 40px;
}

.team .zjjs_cont ul li .tit2 {
    font-size: 18px;
    color: #000000;
    line-height: 60px;
    border-bottom: 1px dotted #E3E3E3;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team .zjjs_cont ul li .tit3 {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-top: 15px;
    height: 90px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.team .zjjs_cont ul li .tit4 {
    font-size: 18px;
    color: #5bd8d9;
    line-height: 50px;
}

.team .zjjs_cont .wz_ri {
    width: 200px;
    float: right;
}


/*culture*/

.culture_top {
    margin: 30px 0 0 0;
}

.culture_title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 20px;
    color: #000000;
    position: relative;
}

.culture_title a.more {
    float: right;
    font-size: 14px;
    color: #000000;
}

.culture_title:before {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--mainColor);
}

.culture_top ul {
    margin: 25px 0;
}

.culture_top ul .pic {
    width: 543px;
    margin-right: 20px;
    height: 352px;
    float: left;
}

.culture_top ul a {
    display: block;
}

.culture_top ul li {
    width: 767px;
    float: right;
    border-bottom: 1px dotted #E4E4E4;
    color: #000000;
    position: relative;
    padding: 0 0 20px;
}

.culture_top ul li span {
    display: block;
}

.culture_top ul li .title {
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.culture_top ul li .conte {
    line-height: 24px;
    font-size: 14px;
    height: 48px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.culture_top ul li .time {
    font-size: 12px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.culture_cen .tpwz {
    width: 416px;
    float: left;
    margin-left: 40px;
}

.culture_cen .tpwz:first-child {
    margin-left: 0;
}

.culture_cen .tpwz dl {
    margin: 15px 0;
}

.culture_cen .tpwz dl img {
    display: block;
    float: left;
    width: 160px;
    height: 112px;
    margin-right: 20px;
}

.culture_cen .tpwz dl dt {
    line-height: 40px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
}

.culture_cen .tpwz dl dt a {
    color: #333333;
}

.culture_cen .tpwz dl dd {
    font-size: 14px;
    color: #737373;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 69px;
    line-height: 23px;
}

.culture_cen .tpwz ul {
    margin-top: 10px;
}

.culture_cen .tpwz ul li {
    width: 416px;
    position: relative;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px dotted #D9D9D9;
    line-height: 38px;
}

.culture_cen .tpwz ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 18px;
    position: absolute;
    background-color: #2988db;
    display: block;
}

.culture_cen .tpwz ul li a {
    display: block;
    margin-left: 26px;
    white-space: nowrap;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.culture_bot {
    margin: 30px 0;
}

.culture_bot .yyyk {
    width: 645px;
    float: left;
    margin-left: 40px;
}

.culture_bot .yyyk:first-child {
    margin-left: 0;
}

.culture_bot .yyyk ul li {
    width: 150px;
    float: left;
    margin: 15px 0 0 15px;
}

.culture_bot .yyyk ul li:first-child {
    margin-left: 0;
}

.culture_bot .yyyk ul li span {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #000000;
}


/*navigation*/

.ks_zdzk {
    padding-left: 20px;
}

.ks_zdzk h5 {
    font-size: 24px;
    font-weight: 100;
    color: #000000;
    line-height: 60px;
    position: relative;
    padding-left: 50px;
}

.ks_zdzk h5::before {
    content: "";
    display: block;
    width: 38px;
    background: url(../../yd_img/ico_zk.png) no-repeat #1b80d9 center;
    height: 38px;
    position: absolute;
    top: 10px;
    left: 0;
    background-size: 22px 22px;
}

.ks_zdzk_pic {
    margin-top: 30px;
}

.ks_ptzk {}

.ks_ptzk ul.title {
    display: flex;
    margin-top: 80px;
    justify-content: center;
    -webkit-justify-content: center;
}

.ks_ptzk ul.title li {
    height: 44px;
    line-height: 44px;
    border: 1px solid #D0D0D0;
    width: 96px;
    margin: 0 10px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    float: left;
}

.ks_ptzk ul.title li a {
    display: block;
    color: #333333;
}

.ks_ptzk ul.title li.cur a {
    background-color: #1b80d9;
    color: #ffffff;
}

.ks_ptzk ul.conte {
    margin-top: 30px;
}

.ks_ptzk ul.conte li {
    width: 643px;
    float: left;
    margin: 30px 0 0 40px;
    border: 1px solid #E2E2E2;
    padding: 20px;
    box-sizing: border-box;
}

.ks_ptzk ul.conte li:first-child,
.ks_ptzk ul.conte li:first-child+li+li,
.ks_ptzk ul.conte li:first-child+li+li+li+li,
.ks_ptzk ul.conte li:first-child+li+li+li+li+li+li,
.ks_ptzk ul.conte li:first-child+li+li+li+li+li+li+li+li,
.ks_ptzk ul.conte li:first-child+li+li+li+li+li+li+li+li+li+li,
.ks_ptzk ul.conte li:first-child+li+li+li+li+li+li+li+li+li+li+li+li,
.ks_ptzk ul.conte li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li,
.ks_ptzk ul.conte li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li,
.ks_ptzk ul.conte li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li,
.ks_ptzk ul.conte li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{
    margin-left: 0;
}

.ks_ptzk ul.conte li h6 {
    font-size: 20px;
    line-height: 40px;
    color: #3798ee;
    border-bottom: 1px solid #E7E7E7;
}

.ks_ptzk ul.conte .conte_l {
    float: left;
    border-right: 1px solid #E7E7E7;
    margin: 20px 0 0 0;
    width: 170px;
    padding-right: 20px;
}

.ks_ptzk ul.conte .conte_l span {
    display: block;
    line-height: 30px;
}

.ks_ptzk ul.conte .conte_l .ad {
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ks_ptzk ul.conte .conte_l .ad i {
    font-style: normal;
    color: #999999;
}

.ks_ptzk ul.conte .conte_l .tel {
    background-color: #E9F4FE;
    width: 150px;
    color: #4290DE;
    height: 34px;
    line-height: 34px;
    position: relative;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
}

.ks_ptzk ul.conte .conte_l .tel::before {
    content: "";
    background: url(../images/ico_tell.png) no-repeat center;
    background-size: 22px 20px;
    width: 22px;
    height: 20px;
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
}

.ks_ptzk ul.conte .conte_r {
    margin: 20px 0 0 0;
    width: 360px;
    float: right;
}

.ks_ptzk ul.conte .conte_r p {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ks_ptzk ul.conte .conte_r a {
    display: block;
    float: right;
    color: #000000;
}


/*---guide---*/

.guide .navbar_jz {
    border-bottom: 1px solid #E3E3E3;
    height: 50px;
}

.guide .navbar_jz ul li {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    float: left;
}

.guide .navbar_jz ul li a {
    display: block;
    color: #333333;
    float: left;
    margin: 0 10px;
}

.guide .navbar_jz ul li a:hover {
    color: #1B80D9;
}

.guide .navbar_jz ul li.cur a {
    display: block;
    color: #1B80D9;
    border-bottom: 2px solid #1B80D9;
}


/*lyjt*/

.guide .lyjt_cont {
    margin: 50px 0;
}

.guide .lyjt_cont p {
    text-align: center;
    line-height: 50px;
    color: #000000;
    font-size: 16px;
}


/*yndh*/

.guide .yndh ul li {
    float: left;
    margin: 20px 8px 0;
}

.guide .yndh ul li:nth-child(4n+1) {
    margin-left: 0;
}

.guide .yndh ul li a {
    display: block;
}

.guide .yndh ul li img {
    width: 308px;
    padding: 3px;
    border: 1px solid #E2E2E2;
}

.guide .yndh ul li span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
}


/*ybwjzc*/

.guide .wjzc {
    margin-top: 30px;
}

.guide .wjzc ul li {
    width: 200px;
    float: left;
    margin: 20px 0 0 25px;
}

.guide .wjzc ul li:nth-child(6n+1) {
    margin-left: 0;
}

.guide .wjzc ul li a {
    display: block;
}

.guide .wjzc ul li img {
    width: 194px;
    padding: 2px;
    border: 2px solid #1B80D9;
}

.guide .wjzc ul li span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
}


/*zjczb*/

.czb {}

.czb .search {
    margin: 50px 0 0 180px;
}

.czb .search .ks {
    width: 200px;
    border: 1px solid #E3E3E5;
    height: 36px;
    padding: 0 0 0 10px;
    float: left;
    margin-left: 40px;
    border: solid 1px #ddd;
    /*将默认的select选择框样式清除*/
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
    appearance: none;
}

.czb .search .ks option {
    line-height: 24px;
}

.czb .search .butt {
    width: 100px;
    border-radius: 25px;
    border: 1px solid transparent;
    background-color: #1b80d9;
    color: #ffffff;
    height: 36px;
    outline: none;
    line-height: 36px;
    font-size: 16px;
    margin-left: 40px;
}

.czb .conten {
    margin-top: 80px;
}

.czb .conten .title {
    border-bottom: 1px solid #E3E3E3;
    height: 50px;
}

.czb .conten .title h6 {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    float: left;
}

.czb .conten .title i {
    color: #02a560;
    font-style: normal;
}

.czb .conten .title {}

.czb .conten .title ul {
    float: right;
    display: inline-flex;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

.czb .conten .title ul li {
    width: 40px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    margin: 0 30px;
}

.czb .conten .doctor_intro ul li.each {
    border-bottom: 1px solid #E3E3E3;
    height: 115px;
    padding: 25px 0;
}

.czb .conten .doctor_intro ul li.each .pic {
    width: 500px;
}

.czb .conten .doctor_intro ul li.each .pic img {
    width: 84px;
    height: 113px;
    float: left;
    display: block;
    margin-right: 30px;
}

.czb .conten .doctor_intro ul li.each .pic span {
    width: 360px;
    display: block;
}

.czb .conten .doctor_intro ul li.each .pic .name {
    font-size: 18px;
    color: #02a560;
    line-height: 36px;
    margin-bottom: 12px;
}

.czb .conten .doctor_intro ul li.each .pic .name i {
    display: inline-block;
    background-color: #EF8162;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    width: 80px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    margin-left: 10px;
}

.czb .conten .doctor_intro ul li.each .pic .neir {
    float: left;
}

.czb .conten .doctor_intro ul li.each .pic .jianj {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
}

.czb .conten .doctor_intro ul li.each .pic .jianj i {
    color: #999999;
    font-style: normal;
}

.czb .conten .doctor_intro .cz_time {
    float: right;
    width: 740px;
}

.czb .conten .doctor_intro .cz_time ul.upper {
    width: 740px;
    float: right;
    display: inline-flex;
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 0;
}

.czb .conten .doctor_intro .cz_time ul.upper span {
    display: block;
}

.czb .conten .doctor_intro .cz_time ul.upper .up {
    width: 40px;
    float: left;
    line-height: 40px;
    font-size: 14px;
}

.czb .conten .doctor_intro .cz_time ul.upper li {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 30px;
}

.czb .conten .doctor_intro .cz_time ul.upper li span {
    display: block;
}

.czb .conten .doctor_intro .cz_time ul.upper li .expert {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #54A1EB;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    margin: 2px 0;
}

.czb .conten .doctor_intro .cz_time ul.upper:nth-child(2) {
    border-bottom: none;
}


/**/

.drListTable {
    WIDTH: 100%;
    BORDER-COLLAPSE: collapse;
    MARGIN: auto;
    MARGIN-BOTTOM: 10px;
}

.drListTable th {
    FONT-WEIGHT: bold;
    BORDER: 1px solid #cccccc;
    LINE-HEIGHT: 24px;
    rgb(204, 204, 204)HEIGHT: 24px;
    PADDING: 3px;
    COLOR: #333333;
    BACKGROUND-COLOR: #e7e9e7;
}

.drListTable td {
    LINE-HEIGHT: 20px;
    BORDER: 1px solid #cccccc;
    PADDING: 4px;
}


/*zjjs*/

.yygl_content .person_zjjs {}

.person_zjjs_article .basic_information .pic {
    float: left;
}

.person_zjjs_article .basic_information span {
    display: block;
}

.person_zjjs_article .basic_information .lab_jj {
    font-size: 14px;
    color: #000000;
    line-height: 60px;
}

.person_zjjs_article .basic_information .lab_jj a {
    color: #074591;
}

.person_zjjs_article .basic_information img {
    width: 200px;
    margin: 0 80px 30px 0;
    height: 270px;
}

.person_zjjs_article label {
    line-height: 50px;
    height: 50px;
    font-size: 24px;
    color: #000000;
}

.person_zjjs_article .basic_information .neir {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #000000;
}

.person_zjjs_article .detail_information .neir {
    line-height: 30px;
    font-size: 16px;
    color: #000000;
}
/**20210603**/
.sildbar_l {
    width: 220px;
    height: 350px;
    background: #c20303 url(/uploads/20210603101520.jpg) no-repeat;
    /* background-color: #f7f7f7; */
    position: fixed;
    display: none;
    z-index: 5;
    left: 0;
    top: 130px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}