*{
	margin: 0;
	padding: 0;
}
html,
body {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* ios刘海屏兼容 */
	padding-bottom: constant(safe-area-inset-bottom); 
	padding-bottom: env(safe-area-inset-bottom);
	background-color: #ffffff;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #000000;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	display: block;
}

img {
	width: 100%;
	display: block;
}
li{
	list-style: none;
}

.all {
	background: url(https://i.ssimg.cn/images/school/2025/bg.png?1.0) no-repeat;
	background-size: 100%;
}
.center{
	width: 1200px;
	margin: 0 auto;
}
.header{
	padding: 68px 0 50px;
}
.tab{
	display: flex;
	align-items: center;
}
.logo{
	width: 75px;
	margin-right: 32px;
}
.tab_list{
	font-size: 14px;
	display: flex;
	align-items: center;
}
.tab_list li{
	margin-right: 22px;
}
.tab_list a,.tab2_ul a{
	color: #737390;
}
.tab2_ul{
	display: flex;
	align-items: center;
	margin: 30px 0 50px;
}
.tab2_ul li{
	display: flex;
	flex-direction: column;
	font-size: 18px;
	margin-right: 30px;
	font-weight: bold;
}
.tab2_ul li p{
	width: 93%;
	height: 1px;
	background-color: transparent;
	margin: 0 auto;
}
li.tab2_color p{
	background-color: #737390;
}
.title{
	width: 900px;
	margin: 0 auto;
}

.text{
	border: 1px solid rgba(0,0,0,0.1);
	padding: 30px;
	display: flex;
	align-items: flex-start;
	background-color: #ffffff;
	margin-bottom: 40px;
}
a.text_le{
	display: flex;
	margin-right: 25px;
	flex: 1;
}
.le_img{
	width: 336px;
	margin-right: 20px;
}
.le_title{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 20px;
	text-align: justify;
	word-break: break-all;
}
.le_title_first{
	color: #000000;
	font-weight: bold;
	line-height: 34px;
}
.le_text{
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	margin-top: 18px;
}
.le_text_from{
	text-align: right;
	font-size: 12px;
	color: #333333;
}
.re_ul{
	width: 366px;
	display: flex;
	flex-wrap: wrap;
}
.re_ul li{
	width: 180px;
	margin-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.re_ul li:nth-of-type(2n){
	margin-right: 0;
}
.re_ul li a{
	position: relative;
}
.mc{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	align-items: flex-end;
}
.mc p{
	padding: 10px 6px;
	color: #ffffff;
	text-align: justify;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list{
	display: flex;
	align-items: flex-start;
}
.list_le{
	width: 880px;
	margin-right: 20px;
}
.list_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.list_re{
	width: 300px;
}
.img_title{
	width: 136px;
}
a.more{
	font-size: 12px;
	color: #e80742;
}
/* logo列表 */
.media_mtzc {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    background-color: #ffffff;
    margin-bottom: 52px;
}
.media_mtzc li {
    width: 20%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.media_mtzc img {
    width: 195px;
    /* height: 101px; */
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}
/* 右侧列表 */
i, s {
    font-style: normal;
    text-decoration: none;
}
.Cheader {
    height: 35px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 30px;
}
.Cheader span {
    font-size: 18px;
    border-left: 3px solid #f34540;
    text-align: center;
    height: 21px;
    line-height: 21px;
}
.Cheader span i {
    margin-left: 10px;
    color: #262626;
}
.hotnav_list {
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
		margin-bottom: 20px;
}
.hotnav_list li {
    padding: 3px 0;
    border-bottom: 1px solid #eeeff2;
    line-height: 26px;
    list-style: none;
}
.hotnav_list li a {
	display: block;
	color: #262626;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
p#cur_model {
    width: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 新闻列表及页脚 */
.imag_left{
	width: 260px;
	height: 164px;
	margin-right: 18px;
	margin-left: 10px;
	overflow: hidden;
}
.imag_left img{
	transition: 1s;
	transform-origin: center center;
}
.imag_list{
	padding-bottom: 40px;
}
.imag_list li:hover .imag_left img{
	    transform: scale(1.2);
}
.imag_list li:hover .imag_right h2{
	color: #e80742;
}
.imag_list li{
	position: relative;
	margin-bottom: 40px;
	padding: 10px 0;
}
.imag_list li:last-child{
	margin-bottom: 0;
}
.imag_list li::after{
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    z-index: 1;
}
.imag_list li:hover::after{
	background-color: #f4f4f4;
	width: 100%;
	transition: 0.3s;
}
.imag_list li a{
	display: flex;
	position: relative;
	z-index: 4;
}
.imag_right{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 5px 10px 4px;
}
.imag_right h2{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: justify;
}
.imag_right p{
	font-size: 14px;
	color: #787373;
	line-height: 24px;
	padding-right: 25px;
	text-align: justify;
}
.ltbt_time {
    font-size: 12px;
    color: #787373;
    line-height: 20px;
}

.bottom {
    height: 80px;
    width: 100%;
    background-color: #000;
    min-width: 700px;
}

.bottom .btop {
    color: #f5f5f5;
    text-align: center;
    height: 40px;
    max-width: 1200px;
    min-width: 700px;
    margin: 0 auto;
    line-height: 40px;
}

.bottom .btop a {
	display: inline-block;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    text-decoration: underline;
    margin-left: 10px;
}

.bottom .btop a:hover {
    color: #e12d0a;
}

.bottom .bbottom {
    max-width: 1200px;
    min-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.bottom .bbottom span {
    font-size: 12px;
    color: #f5f5f5;
}

.bottom .bbottom span a {
	display: inline-block;
    color: #f5f5f5;
    text-decoration: underline;
}

.bottom .bbottom span a:hover {
    color: #e12d0a;
}