.main-y {
	margin-top: 20px;	
}

.ab:hover{
	color:#208ddc;
}


#rcjh * {
	text-align: center;
	line-height: 55px;
    font-size: 17px; 
    text-decoration:none;
}

.t-head {
	height: 35px;
	line-height: 35px;
	color: #0b373d;
	font-family: "microsoft yahei";
}

/*#rcjh tr td a { color:  #0b373d;}*/


#rcjh tr td:first-child {
	text-align: left;
	/*padding-left: 5px;*/
}

.banner {
	height: 400px;
	background:#1E68A5;
}

.ty {	
	 padding-right: 5px;}

.type-title {
	
	background: #ed6d00;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	margin-top: -65px;
	margin-left: 0;
	margin-right: 0;
}

.type-title-color {
	width: 80%;
	margin: auto;
	line-height: 100px;
	color: #fff;
	font-style: normal;
	font-weight: 100;
	font-size: 27px;
	font-family: sans-serif;
}

.teach-list {
	width: 100%;
	margin-top: 0;
    margin-left: 0;
    margin-bottom: 15px;
}
}

.teach-list ul { list-style: none; margin: 0; padding: 0;}

.teach-list ul li {
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px #ccc solid;
	font-size: 17px;
	padding-left: 18%;
	display: inline-block;
	text-align: left;
}

.teach-list ul li a {
	color: #333333;
}

.teach-list ul li:hover,
.teach-list ul li:active {
	background: #ee8c39;
	background-image: url(../img/sm-icon_03.png);
	background-repeat: no-repeat;
	background-position: 5% center;
}

.teach-list ul li:hover a,
.teach-list ul li:active  a {
	color: #fff;
}


/* page-research-upload 2025-11-14*/
.row-container { display: flex;  }
.lab_box {align-items: center; }
.yanjiu_list:nth-child(2n) .row-container { flex-flow: row-reverse; }
.btn-more-hide { display: none; } 

.yanjiu_list { height: auto !important; }
.yanjiu_list .col-sm-6:nth-child(2n) { padding-left: 15px !important; }
.yanjiu_rt ,
.yanjiu_rt p { height: auto !important; }
.yanjiu_rt p a {  font-size: 16px !important; }

.yanjiu_rt .desc-unlimit { 
	height: calc(100% - 50px);
	display: flex; 
	flex-flow: column; 
	justify-content: space-between; 
} 
.ny_right p { height: auto; line-height: 1.5; }
.ny_right a { line-height: 1.5; }
.ny_right p a:hover { border-bottom: 1px #007ad6 solid; color: #007ad6; font-weight: bold; }

.lab_desc { display: grid; grid-template-columns: 100%; gap: 10px; }
.lab_desc p { font-size: 14px; line-height: 1.8; }

.news-ts-research {  
	width: 100%; 
	background: rgb(32 152 242 / 15%); 
	display: grid;
	grid-template-columns: 10% auto;
	align-items: center;
} 
h3.relative_news {
    text-align: center;
    background-color:#2083c7;
    height: 100%;
	min-height: 112px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: 20px;
}
.news-ts-research ul li { border-bottom: 1px #fff solid; padding-left: 18px; position: relative; }
.news-ts-research ul li:last-child { border-bottom: none; }
.news-ts-research ul li:before { 
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 3.5px #2083c7 solid;
	border-radius: 50%;
	position: absolute;
	left:15px;
	top: 50%;
	transform: translateY(-50%);
} 
.news-ts-research ul li a {
	display: grid;
	grid-template-columns:auto 100px;
	align-items: center;
	gap: 10px;
	padding: 17px 15px ;
}

.news-ts-research ul li .news-title { font-size: 16px; color: #666; }
.news-ts-research ul li span { font-size: 14px; color: #666; text-align: right; }
.news-ts-research ul li:hover .news-title,
.news-ts-research ul li:hover:before { color: #2098f2; border-color: #2098f2; }



@media  screen  and ( max-width:1086px) { 
	
	.row-container { display: block; }
	.row-container .col-sm-6 {  width: 100%; padding: 30px 20px; }
	.row-container .col-sm-6 .yanjiu_img { height: 225px; }
	.yanjiu_rt { height: auto; margin-bottom: 0;}
	.yanjiu_rt .desc-unlimit { height: auto;gap: 15px; }
	.ny_right p a { font-size: 14px; }
	
	.news-ts-research ul li a { grid-template-columns: 100%; }
	.news-ts-research ul li .news-title { font-size: 14px; line-height: 1.5; }
	.news-ts-research ul li span { text-align: left; font-size: 12px;}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	 .yanjiu_rt ,
	 .yanjiu_rt p { height: auto !important; margin-bottom: 0 !important;}
}