*{
	box-sizing: border-box;
}
.ny-banner{
	width: 100%;
	height: 257px;
	position: relative;
}
.ny-banner>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ny-banner-wz {
	font-family: PingFangSC-Medium;
	font-size: 32px;
	font-weight: bold;
	color: #099566;
	position: absolute;
	left: 8.375%;
	top: 50%;
	margin-top: -20px;
}
.ny-banner-wz::before{
	content: '';
	width: 29px;
	height: 4px;
	background-color: #37a580;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.cq-width{
	width: 83.25%;
}
.ny-main {
	width: 100%;
	min-height: 400px;
}
.ny-erjinav {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #ededed;
}
.ny-eijimain {
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ny-cdlist {
	flex: 1;
	height: 100%;
	display: flex;
	list-style: none;
}
.ny-cdlist li {
	/* min-width: 80px; */
	margin-right: 30px;
	position: relative;
}
.ny-cdlist li a {
	width: 100%;
	height: 100%;
	line-height: 60px;
	color: #000;
	font-size: 18px;
}
.ny-cdlist .active {
	border-bottom: 2px solid #099566;
}
.ny-cdlist .active a {
	color: #099566;
}
.ny-mblist{
	color: #999;
	display: flex;
	align-items: center;
}
.ny-mblist a {
	color: #999;
    margin-right: 5px;
    margin-left: 5px;
}
.ny-mblist a:fist-child{
    margin-left: 0;
}
.ny-mblist a:last-child{
    margin-right: 0;
}
.ny-mblist img {
	width: 16px;
	margin-right: 5px;
}
.ny-content {
	margin: 0 auto;
	min-height: 400px;
	position: relative;
}
.img-data-error{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
/* 领导团队 */
.ny-ldtd {
	width: 100%;
	margin: 50px 0;
}
.ny-ldtdtop {
	width: 100%;
	font-size: 0;
}

.ny-content-top .single{
    text-align: center;
}

.ny-ldtdtop-slide .row{
    width: 70%;
    font-size: 0;
    margin: 0px auto 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.ny-ldtdtop a {
    display: inline-block;
    width: 25%;
	padding: 2%;
	vertical-align: top;
}

.ny-ldtdtop a .box{
    border: solid 1px #d3d3d3;
    box-shadow: 0 0 5px rgba(221,221,221,0.5);
    padding: 8%;
    transition: all .3s;
    text-align: center;
}

.ny-ldtdtop .ny-ldtdimg{
    height: 12vw;
}

.ny-ldtdtop.single .ny-ldtdimg{
    height: 16vw;
}

.ny-ldtdtop .ny-ldtdimg i{
    transition: all .3s;
    background-position-y: top;
    background-size: 100%;
}

.ny-ldtdtop>a:hover .ny-ldtdimg i{
	transform: scale(1.1);
}
.ny-ldtdtop a .box:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.ny-ldtdtop>a:last-child {
	margin-right: 0;
}

.ny-main .leader-title{
    font-size: 1.6vw;
    text-align: center;
    color: #099566;
}

.ny-content-bottom .ny-ldtdtop a{
    width: 33.33333333%;
}
.ny-content-bottom .ny-ldtdtop-slide .row{
    width: 52%;
}
/*.ny-content-bottom .ny-ldtdtop a .ny-ldtdimg {*/
/*    height: 23vw;*/
/*}*/



/*.ny-ldtdtop-slide{*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/

/*.ny-ldtdtop-slide::after {*/
/*    content: '';*/
/*    width: calc((100% - 54px * -5) / 5);*/
/*    height: 0;*/
/*}*/

/*.ny-ldtdtop-slide a{*/
/*    width: calc((100% - 54px * 5) / 5);*/
/*    margin-bottom: 54px;*/
/*}*/

.ny-ldtdimg {
	width: 100%;
	position: relative;
}
.ny-ldtdimg>div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ny-ldtdimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.ny-ldtdms {
    font-family: "微软雅黑";
    font-size: 13px;
	font-weight: bold;
	color: #099566;
	margin-top: 5%;
	text-align: left;
	line-height: 24px;
}

.ny-ldtdms p:nth-child(2){
    
}
#ny-sjnav {
	width: 100%;
	display: none;
}
.ny-sjnavtop {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}
#ny-sjnav ul {
	width: 100%;
	display: none;
}
#ny-sjnav ul li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
}
#ny-sjnav ul li a {
	width: 100%;
	height: 100%;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #333;
}
/* 留言反馈 */
.ny-lyfk {
	width: 100%;
}
.bd-row {
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 20px;
}
.bd-rli {
	display: flex;
	flex-direction: column;
	width: 40%;
	margin-right: 30px;
}
.bd-rli input {
	width: 100%;
	height: 45px;
	border: solid 1px #e7e7e7;
	padding-left: 10px;
}
.bd-rli span {
	line-height: 40px;
	font-size: 16px;
}
.bd-rli2 {
	width: calc(80% + 30px);
}
.bd-rli2 span {
	line-height: 40px;
	font-size: 16px;
}
.bd-rli2 textarea{
	width: 100%;
	height: 282px;
	border: solid 1px #e7e7e7;
	padding: 10px;
}
.tjly-anniu {
	width: 120px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	margin: 30px 0;
	text-align: center;
	color: #fff;
	background-color: #099466;
	cursor: pointer;
}
/* 科室导航 */
.ksdh-top {
	width: 100%;
	margin-top: 30px;
}
.ksxz-wz {
	width: 100%;
	color: #999999;
	display: inline-block;
	width: 65px;
	line-height: 30px;
	text-align: right;
	font-size: 16px;
}
.ksxz-wz2 {
	color: #999999;
	display: inline-block;
	width: 104px;
	line-height: 30px;
	text-align: right;
	font-size: 16px;
}
.ksdh-toprow {
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
}
.ks-list {
	flex: 1;
	display: flex;
	margin-left: 10px;
	flex-wrap: wrap;
}
.ks-list li {
	padding: 8px 10px;
	font-size: 14px;
	background-color: #ededed;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.zimu {
	display: flex;
	align-items: center;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	flex: 1;
	margin-left: 10px;
}
.zimu li {
	width: calc(100% / 27);
	height: 100%;
	text-align: center;
	border-right: 1px solid #333;
	cursor: pointer;
}
.ks-list .active {
	background-color: #099566;
	color: #fff;
}
.zimu .active {
	background-color: #099566;
	color: #fff;
}
.ksdh-nrlist {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.ksdh-item {
	width: calc((100% - 90px) / 3);
	margin-right: 45px;
	padding: 10px;
	border: solid 1px #ededed;
	margin-bottom: 30px;
}
.ksdh-item:nth-child(3n){
	margin-right: 0;
}
.ksdh-item-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*
	font-weight: bold;*/
	border-bottom: solid 1px #e7e7e7;
}
.ksdh-item:hover .ksdh-item-gd{
		margin-right: -6px;
}
.ksdh-item-gd {
	font-family: "微软雅黑";
	font-size: 14px;
	letter-spacing: 3px;
	color: #099566;
	transition: all 0.5s;
}
.ksdh-item-ms {
	font-family: "微软雅黑";
	font-size: 13px;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 2px;
	color: #333333;
	padding-top: 10px;
	border-bottom: solid 1px #e7e7e7;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	padding-bottom: 5px;
}
.ksdh-item-ys {
	width: 100%;
}
.ksdh-item-ys ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
}
.ksdh-item-ys ul li{
	width: calc(100% / 5);
	font-family: "微软雅黑";
	font-size: 14px;
	letter-spacing: 1px;
	color: #333;
	padding-top: 15px;
}
.ksdh-item-ys ul li:hover {
	color: #099566;
	cursor: pointer;
}
.ksdh-item-ys ul li>span {
	
	font-size: 14px;
	font-weight: bold;
	color: #099566;
}
.ksdh-item-title1 {
    width: 80%;
      overflow: hidden;
      font-family: "微软雅黑";
      height: 100%;
      position: relative;
      white-space: nowrap;
      text-overflow: ellipsis;

}
.ksdh-item-title1::before{
	content: '';
	width: 39px;
	height: 2px;
	background-color: #099566;
	position: absolute;
	left: 0;
	bottom: 0;
}
.fenye {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}
.fenye a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	transition:.4s;
	-webkit-transition:.4s;
	font-size:14px;
	color:#666;
	background-color:#e8e8e8;
	padding:10px 12px;
	border-right:1px solid #fff;
}
.fenye a:last-child {
	border-right:none;
}
.fenye a:hover {
	background-color:#03835a;
	color:#fff;
}



/* 科室详情 */
.ksxq-xq {
	width: 100%;
}
.ksxq-xqtop {
	width: 100%;
	margin: 20px 0;
	display: flex;
}
.ksxq-xqimg {
	width: 291px;
	height: 210px;
}
.ksxq-xqimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ksxq-xqright {
	flex: 1;
	margin-left: 20px;
}
.ksxq-xqrt1 {
	
	font-size: 24px;
	font-weight: bold;
	color: #099566;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3%;
}
.ksxq-xqrt1 a{
    font-family: "微软雅黑";
    line-height: 26px;
    font-weight: normal;
    font-size: 13px;
    padding: 0 20px;
    background-color: #3caa86;
    border-radius: 25px;
    color: #fff;
}
.ksxq-xqrt2 {
	
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 20px;
	color: #333333;
	margin: 10px 0;
}
.ksxq-xqrt3 {
	
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 20px;
	color: #333333;
}
.ksxq-xqlistbt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e7e7e7;
}
.ksxq-xqlistbt span{
	display: inline-block;
	height: 100%;
	border-bottom: 2px solid #099566;
	
	font-size: 24px;
	font-weight: bold;
	color: #099566;
}
.ksxq-xqlist {
	width: 100%;
	display: flex;
	/* padding: 20px 0; */
	flex-wrap: wrap;
}
.ksxq-xqitem {
	display: flex;
	width: calc((100% - 88px) / 3);
	padding: 8px;
	border: solid 1px #ededed;
	margin-right: 44px;
	margin-bottom: 40px;
}
.ksxq-xqitem:hover .ksxq-xqitem-img img{
	transform: scale(1.1);
}
.ksxq-xqitem:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.3)
}
.ksxq-xqitem:nth-child(3n){
	margin-right: 0;
}
.ksxq-xqitem-img {
	width: 30%;
	padding-top: 40%;
	position: relative;
}
.ksxq-xqitem-img>div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.ksxq-xqitem-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.ksxq-xqitem-r {
	flex: 1;
	margin-left: 10px;
}
.ksxq-xqitem-r1{
	
	font-size: 16px;
	font-weight: bold;
	color: #099566;
}
.ksxq-xqitem-r1>span {
	
	font-size: 14px;
	font-weight: 100;
	color: #666666;
	margin-left: 10px;
}
.ksxq-xqitem-r2 {
	
	font-size: 14px;
	color: #333333;
	margin: 1.3vw 0;
}
.ksxq-xqitem-r2 span {
	color: #999999;
}
.ksxq-xqitem-r3 {
	
	font-size: 12px;
	color: #333333;
	margin: 10px 0;
	line-height: 18px;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.ksxq-xqitem-r3 span {
	color: #999999;
}


/* 地理位置 */
.dlwz {
	width: 100%;
	min-height: 400px;
	margin: 20px 0;
}
.ditu {
	width: 100%;
	height: 100%;
}
.tupian-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}
.tupian-item {
	width: calc((100% - 84px) / 4);
	margin-right: 28px;
	padding: 8px;
	border: solid 1px #d3d3d3;
	cursor: pointer;
	margin-bottom: 20px;
}
.tupian-item:nth-child(4n){
	margin-right: 0;
}
.tupian-item-img {
	width: 100%;
	padding-top: 67%;
	position: relative;
}
.tupian-item-img>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tupian-item-img>a>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tupian-item-wenzi {
	margin-top: 10px;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
	
	font-size: 14px;
	color: #333;
}
.tupian-item-zz {
	width: 100%;
	height: 100%;
	background-color: rgba(47,158,113,0.7);
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.5s;
}
.tupian-item-zz img {
	width: 32px;
}
.tupian-item:hover .tupian-item-zz{
	opacity: 1;
}
/* 图文列表 */
.zybj {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.zybj-left {
	width: 74%;
	min-height: 400px;
}
.zybj-right {
	width: calc(26% - 30px);
	min-height: 400px;
}
.zybj-right .swiper-container-cq .swiper-wrapper .swiper-slide{
height: 20%;


}
.zybj-right  .swiper-container-cq  .swiper-wrapper{

flex-direction: column;
}
.tw-item {
	width: 100%;
	padding: 10px;
	border: solid 1px #e3e3e3;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.tw-itemimg {
	width: 23%;
	padding-top: 15%;
	position: relative;
}
.tw-itemimg>div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.tw-itemimg>div>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.tw-itemnr {
	flex: 1;
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tw-item-title {
	
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
	transition: all 0.5s;
}
.tw-item-ms {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	letter-spacing: 1px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	margin-top: 15px;
}
.tw-itemnr2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #808080;
	font-size: 14px;
}
.rmxw-title {
	width: 100%;
	height: 40px;
	
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #099566;
	border-bottom: 1px solid #e9e9e9;
}
.rmxw-ul {
	width: 100%;
	padding-top: 20px;
}
.rmxw-item {
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}
.tw-item:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.tw-item:hover .tw-item-title {
	color: #099566 !important;
}
.tw-item:hover .tw-itemimg>div>img {
	transform: scale(1.1);
}
.paixu {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #999999;
	border-radius: 4px;
	color: #fff;
	
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.rmxw-bt {
	flex: 1;
	
	font-size: 12px;
	color: #333333;
	margin-left: 5px;
	line-height: 16px;
}
.rmxw-bt:hover {
	color: #099566;
}
.paixu.paixu1 {
	background-color: #03835a;
}
.paixu.paixu2 {
	background-color: #01af77;
}
.paixu.paixu3 {
	background-color: #5ad6ac;
}
/* 文字列表 */
.wz-item {
	width: 100%;
	padding: 20px 10px;
	padding-right: 20px;
	border: solid 1px #e3e3e3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.wz-ged {
	width: 34px;
	height: 34px;
	text-align: center;
	border: 1px solid #e5e5e5;
	line-height: 34px;
	margin-left: 10px;
	transition: all 0.5s;
}
.wz-ged i {
	color: #e5e5e5;
	transition: all 0.5s;
}
.wz-ged i::before{
    content:'>';
    font-family: "宋体";
    font-size: 15px;
    color: #b5b0b0;
    font-weight: bold;
}
.wz-item-l {
	margin: 0 10px;
}
.wz-itemnr {
	flex: 1;
	margin-left: 10px;
}
.wz-item-lnian {
	
	font-size: 18px;
	color: #888888;
	text-align: right;
}
.wz-item-lyue {
	
	font-size: 40px;
	color: #888888;
}
.wz-item:hover .tw-item-title{
	color: #099566;
}
.wz-item:hover .wz-ged{
	background-color: #03835a;
	color: #fff;
}
.wz-item:hover .wz-ged i::before{
    color: #fff;
}
/* 文字列表2 */
.wz-list2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
}
.wz-list2-t {
	flex: 1;
	
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.wz-list2-t span {
	font-weight: 100;
	margin-right: 10px;
}
.wz-list2-r {
	margin-left: 20px;
	
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.wz-list2:hover .wz-list2-t {
	color: #099566;
}
.xwxq-top {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.xwxq-top-title {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
}
.xwxq-top-cz {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
}
.xwxq-top-cz span {
	margin-right: 10px;
}
.xwxq-main {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	min-height: 400px;
}
.xwxq-bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}
.xwxq-sxt {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.xwxq-sxt a {
	margin-bottom: 10px;
}
.xwxq-sxt a:hover {
	color: #099566;
}
.xwxq-fhlb {
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #099566;
	border-radius: 4px;
	border: solid 1px #1f98e2;
	color: #fff;
	margin-left: 20px;
}
.dy-wz {
	width: 100%;
	padding: 20px 0;
}
/* 专题报告 */
.ny-ztbg {
	width: 100%;
	min-height: 400px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
}
.ny-ztbg-item {
	display: inline-block;
	width: calc((100% - 84px)/4);
	margin-right: 28px;
	margin-bottom: 20px;
}
.ny-ztbg-item:hover .ny-ztbg-itemimg>div img{
	transform: scale(1.1);
}
.ny-ztbg-item:hover .ny-ztbg-item-t {
	color: #099566;
}
.ny-ztbg-item:nth-child(4n){
	margin-right: 0;
}
.ny-ztbg-itemimg {
	width: 100%;
	padding-top: 32%;
	position: relative;
}
.ny-ztbg-itemimg>div {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
}
.ny-ztbg-itemimg>div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.ny-ztbg-item-t{
	
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
	margin-top: 10px;
}
/* 医生详情 */
.ys-xqtop {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}
.ys-xqtop-img {
	width: 17%;
	padding-top: 24%;
	position: relative;
	margin-right: 30px;
}
.ys-xqtop-img>div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.ys-xqtop-img>div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ys-xqtop-nr1 {
	
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.ys-xqtop-nr2 {
	
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
}
.ys-xqtop-nr3 {
	
	font-size: 14px;
	letter-spacing: 0px;
	color: #999;
	margin-top: 15px;
}
.ys-xqtop-nr3 span {
	color: #666;
}
.ysxq-ms {
	width: 100%;
	padding: 30px 0;
	
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #333333;
}
.swiper-container-cq {
	width: 100%;
	height: 700px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 8px;
}
.swiper-container-cq .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.swiper-container-cq .swiper-wrapper .swiper-slide {
	width: 100%;
	overflow: hidden;
}

.ksxq-xqitem2 {
	display: flex;
	width:100%;
	height: 100%;
	padding: 4px;
	border: solid 1px #ededed;
	/* justify-content: flex-start;
	align-items: flex-start; */
}
.ksxq-xqitem-img2 {
	width: 33%;
	height: 100%;
	position: relative;
}
.ksxq-xqitem-img2>div {
	width: 100%;
}
.ksxq-xqitem-img2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ksxq-xqitem2-r1{
	
	font-size: 14px;
	font-weight: bold;
	color: #099566;
}
.ksxq-xqitem2-r1>span {
	
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	margin-left: 10px;
}
.ksxq-xqitem2-r2 {
	
	font-size: 12px;
	color: #333333;
	margin: 10px 0;
}
.ksxq-xqitem2-r2 span {
	color: #999999;
}
.ksxq-xqitem2-r3 {
	
	font-size: 12px;
	color: #333333;
	margin: 10px 0;
	line-height: 18px;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.ksxq-xqitem2-r3 span {
	color: #999999;
}

@media screen and (max-width: 980px)  {
	#ny-sjnav {
		width: 100%;
		display: block;
	}
	.ny-sjnavtop span{ display: inline-block; position: relative; padding:0 12px; font-size:16px;}
    .ny-sjnavtop span::after{ content: ''; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #099566; position: absolute; right: 0; top: 50%; margin-top: -2px; transition: all .6s;}
	.ny-erjinav{
		display: none;
	}
	#ny-sjnav ul li{ height:35px;}
	#ny-sjnav ul li a{ font-size: 14px; line-height: 35px;}
	.ny-banner {
		height: 174px;
	}
	.ditu{
		height: 300px !important;
	}
	.ny-ldtdtop {
		flex-wrap: wrap;
		padding-top: 0 !important;
		justify-content: flex-start;
	}
	.ny-ldtdtop>a {
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.ny-ldtdtop>a:nth-child(2n){
		margin-right: 0;
	}
	.ksdh-toprow {
		flex-direction: column;
	}
	.ksxz-wz {
		text-align: left;
	}
	.zimu {
		flex-wrap: wrap;
		margin-top: 10px;
		height: auto;
	}
	.zimu li {
		width: calc(100% / 10);
		height: 20px;
		margin-bottom: 10px;
	}
	.ksdh-item {
		width: 100%;
		margin-right: 0 !important;
	}
	.ksxq-xqtop {
		flex-direction: column;
		margin-bottom: 0;
	}
	.ksxq-xqimg{ width:100%;}
	.ksxq-xqright {
		margin: 22px 0 0;
	}
	.ksxq-xqitem {
		width: 100%;
		margin-right: 0 !important;
	}
	.bd-row {
		flex-direction: column;
	}
	.bd-rli {
		width: 100%;
		margin-right: 0;
	}
	.bd-rli2 {
		width: 100%;
	}
	.tupian-item {
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
	}
	.tupian-item:nth-child(2n) {
		margin-right: 0;
	}
	.tupian-item:nth-child(3n) {
		margin-right: 10px;
	}
	.zybj-right {
		display: none;
	}
	.zybj-left {
		width: 100%;
	}
	.wz-item-l {
		margin: 0 5px;
	}
	.wz-item-lyue {
	    font-size: 22px;
	}
	.tw-item{ margin-bottom:15px;}
	.tw-item-title{
		font-size: 14px;
	}
	.tw-item-ms{ margin:7px 0;}
	.xwxq-bottom {
		flex-direction: column;
	}
	.ny-ztbg-item {
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
	}
	.ny-ztbg-item:nth-child(2n){
		margin-right: 0;
	}
	.ny-ztbg-item:nth-child(5n){
		margin-right: 10px;
	}
	.ny-ztbg-itemimg {
		padding-top: 54%;
	}
	.ys-xqtop-img {
		width: 28%;
	}
	.cq-width{ width:95%;}
	.fenye a{ font-size: 12px; padding: 4px 7px;}
	.xwxq-top,.xwxq-sxt a{ line-height:1.4;}
	.zybj{ padding-top: 20px;}
	.ksxz-wz2{width:100%; text-align:left;}
	.ks-list{ margin-left: 0;}
	.ksdh-toprow,.ys-xqtop,.ksdh-item{ margin-bottom: 15px;}
	.ksxq-xqitem{ margin-bottom:20px;}
	.ksxq-xqitem-r1{ margin:10px 0;}
	.ysxq-ms{ padding:15px 0;}
	.ksdh-item-ys ul li{ width:calc(100% / 4);}
	.ksdh-nrlist{ margin-bottom: 0;}
	.wz-list2-t{ font-size: 14px;}
	.ny-banner-wz{ font-size: 26px;}
	.ny-ldtdtop-slide .row{width:98%;}
	#ny-sjnav ul li.active{ color:#099566;}
	.tupian-list{ display:block;}
	.tupian-item{ float:left; margin-right:0 !important;}
	.tupian-item:nth-child(2n){ float: right;}
}
@media screen and (min-width: 1600px)  {
	.ksxq-xqrt2{
		font-size: 14px;
	}
	.ksxq-xqitem-r3{
		font-size: 14px;
	}
	
}








