.cycle-slideshow img{
  border-radius: 10px;
}
ul {
	list-style-type: none;
}
.cycle-overlay1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    background: black;
    color: white;
    padding: 6px 10px;
    opacity: .7;
}
.news-album-indicators{
    position: absolute;
    z-index: 1000000;
    right: 3px;
    bottom: -12px;
    height: 20px;
}
.news-album-indicators li{
    float: left;
    width: 20px;
    height: 18px;
    margin-right: 5px;
    line-height: 18px;
    color: #FFF;
    text-align: center;
    background: #666;
    cursor: pointer;
    font-size:0.9em;
}
.news-album-indicators .active{
    background-color: #106ec5;
}
.news-album-title {
    width: 320px;
    font-size:0.9em;
}


.banner-1{
	height:678px;
	background-image: url("/static/imgs/banner-mo.jpg");
}
.banner-2 {
    height: 820px;
    margin-top:100px;
	background-image:url("/static/imgs/depart-imge.jpg");
}
.banner-3 {
    height: 622px;
    margin-top:95px;
	background-image:url("/static/imgs/hospital-bg.png");
}
.more_icon {
  color: #757575;
  background-image: url('/static/imgs/arrow.png');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 17px;
  background-size: 7px;
  font-size: 14px;
  font-family: Poppins;
  margin-right: 12px;
  padding-bottom: 1px;
}
.more_icon:hover {
  color: #666;
}
.new_tab_title {
  height:44px;
  line-height: 44px;
  background-color: #f5f5f5; 
  border-bottom: 1px solid #e6e6e6;
}

.video_icon {
    width:109px;
    height:109px;
}

.video_icon:hover {
    width:119px;
    height:119px;
}


.jwmsxf{
	position:fixed;
	top:290px;
	left:55px;
	z-index: 1000;
}
.error{
	background:url("/static/imgs/assets-error.png") no-repeat ;
	width: 23px;
	height: 23px;
	position: absolute;
	right: -11px;
	top: -11px;
	cursor: pointer;
}

.zn{
  margin-top: 96px;
}
.kstd{
	width:602px;
	height:150px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
}

.expressway_line{
     margin-top:15px;
     width: 1px;
     height: 120px;
     background-color: #e6e6e6;
}

.chkstd{
  margin-top:1px;
  margin-left:40px;
  margin-right:14px;
  margin-bottom:0px;
  height: 31px;
  font-size: 31.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.9;
  letter-spacing: -0.5px;
  text-align: left;


}
.enkstd{
  margin-top:35px;
  margin-bottom:0px;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.4px;
  text-align: left;

}
.kstdcontent{
  margin-top:20px;
  margin-left:43px;
  width: 428px;
  height: 47px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.29;
  letter-spacing: -0.2px;
  text-align: left;
  color: #999999;
}
.mzzn{
	box-shadow: -2px 0 0 rgba(0, 0, 0, 0.06),0 -2px 0 rgba(0, 0, 0, 0.06),0 1px 0 #e6e6e6;
}
.zyzn{
  box-shadow:0 -2px 0 rgba(0, 0, 0, 0.06),2px 0 0 rgba(0, 0, 0, 0.06),0 1px 0 #e6e6e6;
}
.zpxx{
	box-shadow:-2px 0 0 rgba(0, 0, 0, 0.06);
}
.tjcx{
	box-shadow:2px 0 0 rgba(0, 0, 0, 0.06);
}
.wsyy{
	box-shadow:-2px 0 0 rgba(0, 0, 0, 0.06),0 2px 0 rgba(0, 0, 0, 0.06);
}
.tsjy{
  box-shadow:0 2px 0 rgba(0, 0, 0, 0.06);
}
.yrym{
  box-shadow:0 2px 0 rgba(0, 0, 0, 0.06);
}
.jccx{
	box-shadow:2px 0 0 rgba(0, 0, 0, 0.06),0 2px 0 rgba(0, 0, 0, 0.06);
}

.expressway_cell {
		width:300px;
		height: 150px;
    background-position-x: center!important;
		text-align: center;
}
.express_img {
	height:94px;
	line-height: 94px;
}

.expressway_cell:hover .express_img img {
	animation:rot 0.5s;
	-webkit-animation:rot 0.5s;
}

@keyframes rot{
	0% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
	25% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
	50% { transform:rotate(-5deg); -webkit-transform:rotate(-5deg); }
	75% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
	100% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
}
@-webkit-keyframes rot{
	0% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
	25% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
	50% { transform:rotate(-5deg); -webkit-transform:rotate(-5deg); }
	75% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
	100% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
}




.xwzx{
	margin-top:73px;
    text-align: center;
}
.nav-tabs {
    border: 0;
}
.nav-tabs .nav-link {
    border-radius: 0;
}
.nav-tabs .nav-link.active, .nav-link:hover {
    background-color: #015eac;
    color:white;
    border: 0;
}
.list_date {
    color: #333;
}
.lj{
  padding-top:0px;
  padding-bottom:0px;
  font-size: 16px;
  text-align: left;
  color: #000;
  width: 110px;
  text-align:center;
}
.column{
    background:url("/static/imgs/timeline-2.png") no-repeat 	;
}
.tp{
	height:603px;
	width:580px;
}
.month{
    font-size: 18px;
    font-weight: bold;
    margin-left: 7px;
    margin-top: 18px;
    color: #333333;

}
.year{
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #757575;
    margin-left:8px;
}
.ljbt{
	margin-left:25px;
	margin-top:20px;
	height:24px;
    font-size: 18px;
    line-height:24px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    width:517px;
}

.ljcontent{
    margin-top:-10px;
    margin-left:25px;
    margin-bottom:13px;
    font-size: 12px;
    line-height: 2.17;
    height: 56px;
    text-align: left;
    color: #757575;
    width:517px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.rq{
	width:49px;
	height:14px;
}

.shuxian{
  width: 1px;
  height: 32px;
  background-color:  #cccccc;
  position: absolute;
  top: 81px;
  left: 33px;
}
.column:hover{
    background-image: url('/static/imgs/timeline.png');
}
.column:hover .month, .column:hover .year{
    color:white;
}
.column:hover .shuxian{
    background-color: #015eac;
}
.more{
    padding-top:0px;
    width: 100px;
    height: 32px;
    font-size: 14px;
    line-height: 2.29;
    border: solid 1px #cccccc;
    text-align:center;
}
.more2{
  margin-top:41px;
  margin-left:550px;
  padding-top:0px;
  padding-left:30px;
  width: 100px;
  height: 32px;

  font-size: 14px;

  line-height: 2.29;
  letter-spacing: 0.7px;
  color:#ffffff;
   border: solid 1px #ffffff;
}

.zj{
	margin-top:79px;
    text-align: center;
}

.wzjs{
  margin-top:18px;
  height: 15px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.29;
  text-align: center;
  color: #999999;
}
.expert{

  height: 20px;
  margin-top:105px;
  margin-left:11px;

  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.4px;
  text-align: left;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
#demo {
}

.zjk{
  width: 270px;
  height: 456px;
  background-color: #ffffff;
}
.zjzp{
  height: 300px;
  width: 250px;
}
.zj-1{
	background: url("/static/imgs/sample-exp1.png") no-repeat;
	background-size: 270px;
}
.zj-2{
	background: url("/static/imgs/sample-exp2.png") no-repeat;
	background-size: 270px;
}
.zj-3{
	background: url("/static/imgs/sample-exp3.png") no-repeat;
	background-size: 270px;
}
.zj-4{
	background: url("/static/imgs/sample-exp4.png") no-repeat;
	background-size: 270px;
}
.zjname{
  text-align:center;
  margin-top:28px;
  margin-bottom:5px;
  font-size: 20px;
  line-height: 1.14;
  letter-spacing: -0.4px;
  color: #333333;
}
.zjjb{
  text-align:center;
  margin-bottom:25px;
  width:200px;
  color:#757575;
  font-size: 16px;
  color: #999999;
}
.two_line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.a_hover:hover, .more:hover, .more2:hover {
    color: white;
    background-color: #015eac;
    border: solid 1px #015eac;
}
.a_hover:hover a{
    color: white;
}

.ckxqk{
    margin: 0 auto;
    width: 90px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #cccccc;
    text-align: center;
}
.ckxq{
    width: 48px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #757575;
}

.kslj:link .kszp{
	display:block;
}
.kslj:link .kszphover{
	display:none;
}
.kslj:visted{}
.kslj:hover .ksname{
	color: #015eac;
    border: 1px solid #015eac;
}
.kslj:hover .chks {
	color: #015eac;

}
.kslj:hover .enks {
	color: #015eac;

}
.carousel {
    height: 309px;
}
.ksjs{
	background:url("/static/imgs/department.png") no-repeat;
    background-position: 380px 25px;
    text-align: center;
    color:white;
    font-size: 31.5px;
    font-weight: bold;
    padding-top:49px;;
}
.department{
  text-align: left;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
}
.kswz{
    margin-top:20px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.right{
	width: 60px;
	height: 60px;
	background-color: white;
	margin-top:286px;
	background: url("/static/imgs/arrow-right.png") no-repeat ;
}
.left{
	width: 60px;
	height: 60px;
	margin-top:286px;
	background: url("/static/imgs/arrow-left.png") no-repeat;
}
.hospital{
	height:68px;
	background: url("/static/imgs/title-hospital.png") no-repeat;
	background-position: 454px 0;
}
.yyjs{
	width:859px;
	height:429px;
	margin-left:156px;
	position:relative;
	top:40px;
	background:url("/static/imgs/hospital-image.jpg") no-repeat;

}


.ksname{
  width: 210px;
  height: 210px;
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 2px rgba(255, 255, 255, 0.04);
}

.kszp{
	margin-top:35px;
}
.kszphover{
	margin-left:95px;
	margin-top:55px;
}

.ch{
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  text-align: center;
  color: #333333;
	margin-bottom: 5px;
}
.en{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #757575;
}
.chks{
  margin-bottom:7px;
  margin-top:30px;
  height: 21px;
  font-size: 20px;
  line-height: 1.09;
  text-align: center;
  color: #333333;
}
.enks{
  height:15px;
  font-size: 14px;
  line-height: 2.29;
  letter-spacing: -0.2px;
  text-align: center;
  color: #757575;
}
.xxk {
    height: 49px;
    border-bottom: 1px #e6e6e6 solid;
    font-size: 14px;
    line-height: 49px;
    text-align: left;
    color: #333333;
    padding-left: 2px;
}
.xxk .text-truncate {
  max-width: 500px;
  padding-right: 8px;
}
.tab-pane {
	width: 100%;
}
.new_desc {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
    border-bottom: 1px #e6e6e6 solid;
    line-height: 2.4;
    padding-bottom: 8px;
    padding-left: 2px;
}
.new_desc a{
    color: #757575;
}
.bjfu-title {
  width: 224px;
  height: 194px;
  line-height: 194px;
  text-align: center;
  font-size: 24px;
  color:white;
  background-image: url("/static/imgs/blu_bj.png");
  background-repeat: repeat;
  letter-spacing: 8.4px;
  font-weight: bold;
}
.bjfu-content {
  background-image: url("/static/imgs/gra_bj.png");
  background-repeat: repeat;
  height: 172px;
  margin-top: 10px;
}
.bjfw-p {
  font-size: 16px;
  color: #333;
}
.bjfw-img {
  height: 125px;
  width: 95px;
  position:relative;
}
.bjfw-img img {
  position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.hyfc-red {
  width: 6px;
  height: 28px;
  background-color: #fa2f37;
  border-radius: 3px;
  margin-right: 24px;
}
.hyfc-title {
  font-size: 20px;
  letter-spacing: 5.28px;
}
.membershow-wrap {
  background-color: #f5f5f5;
  height:252px;
}
.membershow-title {
  color: #333;
  font-size: 18px;
  margin: 32px 0 20px;
}
.membershow-content {
  color: #757575;
  margin:0 12px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 2.3;
}
.friend_links_title {
  font-size: 14px;
  color: #333;
  margin-right: 20px;
  height: 28px;
  line-height: 28px;
}
.friend_link_select {
  width: 150px;
  height: 28px;
  line-height: 28px;
  margin-right: 20px;
  background-color: #e6e6e6;
  border: 1px solid rgba(204, 204, 204, 0.86);
  color: #757575;
}
