﻿@charset "utf-8";

body {
	background-color: #f5f8ff;
}

.banner .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	font-size: .26rem;
	line-height: 1.1;
	color: #fff;
	font-weight: bold;
	padding: .15rem .3rem;
	background-color: rgba(0,0,0,.4);
	text-align: center;
}

/* 栏目名称开始 */
.mod-tittle {
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 0 .15rem;
	height: .5rem;
}

.mod-tittle .more {
	align-items: center;
}

.mod-tittle .more a {
	font-size: .14rem;
	color: #333;
	align-items: center;
}

.mod-tittle .more .icon {
	display: inline-block;
	line-height: 1;
	width: .3rem;
	height: .26rem;
	font-weight: bold;
	border-radius: 50%;
	background-color: #007fe0;
	font-size: .26rem;
	margin-left: .1rem;
	position: relative;
	vertical-align: bottom;
}

.mod-tittle .more .icon::before {
	position: absolute;
	top: -.06rem;
	right: -.03rem;
	background: -webkit-linear-gradient(#46aef7, #1dd5e6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mod-tittle .more a:hover,
.mod-tittle .more a:hover .icon {
	color: #ff0e00;
	border-color: #ff0e00;
}

.mod-tittle .menu-title {
	position: relative;
	padding-right: 1.5rem;
	align-items: center;
}

.mod-tittle .menu-title .icon {
	position: relative;
	z-index: 1;
	color: #46aef7;
	line-height: 1;
	font-size: .33rem;
	background: -webkit-linear-gradient(#46aef7, #1dd5e6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mod-tittle .menu-title .ch {
	position: relative;
	z-index: 2;
	padding-left: .12rem;
	font-size: .18rem;
	font-weight: bold;
}

/* row1 */

/* left */
.sub-index .row1 {
	justify-content: space-between;
	padding-top: .25rem;
	padding-bottom: .4rem;
}

.sub-index .con-left {
	width: 63%;
}

.sub-index .con-left .ul-box {
	padding-top: .10rem;
}

.sub-index .con-left .ul-box .item {
	padding: .08rem 0;
}

.sub-index .con-left .ul-box .item .a-box {
	height: 1.23rem;
	background-color: #fff;
	align-items: center;
	padding: 0 .15rem;
}

.sub-index .con-left .ul-box .item .a-box .img {
	width: 16%;
	margin-right: .2rem;
	overflow: hidden;
}

.sub-index .con-left .ul-box .item .a-box .img img {
	display: block;
	width: 100%;
	height: .86rem;
}

.sub-index .con-left .ul-box .item .a-box .date {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 14%;
	height: 50%;
	font-size: .18rem;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding-right: .1rem;
	padding-top: .1rem;
	line-height: 1;
	overflow: hidden;
}

.sub-index .con-left .ul-box .item .a-box .date::after {
	content: '';
	display: block;
	width: 150%;
	height: 150%;
	background-color: #007fe0;
	position: absolute;
	top: -100%;
	right: -34%;
	z-index: -1;
	transform: rotate(25deg);
}

.sub-index .con-left .ul-box .item .a-box .info .title {
	width: 86%;
	font-size: .16rem;
	color: #000;
	font-weight: bold;
	line-height: 1.4;
}

.sub-index .con-left .ul-box .item .a-box .info .abstract {
	width: 94%;
	padding-top: .12rem;
	font-size: .14rem;
	color: #aeaeae;
	line-height: .24rem;
}

/* con-right */
.sub-index .con-right {
	width: 34%;
}

.sub-index .con-right .video-box {
	padding: .18rem 0;
}

.sub-index .con-right .video-box video {
	display: block;
	width: 100%;
	height: 2.8rem;
	object-fit: cover;
}

.sub-index .con-right .bottom-con-list {
	margin-top: .2rem;
}

.sub-index .con-right .bottom-con-list .ol-box {
	padding: .25rem .2rem .2rem .2rem;
	background: #fff;
	justify-content: space-between;
	height: 3.12rem;
}

.sub-index .con-right .bottom-con-list .ol-box .item .a-box {
	padding-left: .2rem;
	font-size: .14rem;
	color: #333;
	line-height: 1.4;
}

.sub-index .con-right .bottom-con-list .ol-box .item .a-box::after {
	content: '';
	display: block;
	width: .08rem;
	height: .08rem;
	border-radius: 50%;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.04rem;
}





@media screen and (min-width: 751px) {
	.sub-index .con-left .ul-box .item .a-box:hover {
		box-shadow: 0 0 .2rem rgba(0, 0, 0, .2);
	}

	.sub-index .con-left .ul-box .item .a-box:hover .img img {
		transform: scale(1.1, 1.1);
	}

	.sub-index .con-left .ul-box .item .a-box:hover .info .title {
		color: #007fe0;
	}

	.sub-index .con-right .bottom-con-list .ol-box .item .a-box:hover {
		color: #007fe0;
	}

	.sub-index .con-right .bottom-con-list .ol-box .item .a-box:hover::after {
		background-color: #007fe0;
	}
}

@media screen and (max-width: 750px) {

	.sub-index .con-right,
	.sub-index .con-left {
		width: 100%;
	}
}

/* row2 */
.row2 {
	padding-bottom: .4rem;
}

.row2 .list-class-box {
	padding-top: .25rem;
}

.row2 .list-class-box .ul-box {
	justify-content: space-between;
}

.row2 .list-class-box .ul-box .li-item {
	width: 32%;
	margin-bottom: .26rem;
	background-color: #fff;
}

.row2 .list-class-box .ul-box .li-item .class-name {
	position: relative;
	justify-content: space-between;
	align-items: center;
	height: .44rem;
	color: #fff;
}

.row2 .list-class-box .ul-box .li-item .class-name .menu-title {
	color: #007fe0;
	height: 100%;
	font-size: .18rem;
	font-weight: bold;
	line-height: .5rem;
	padding: 0 .15rem;
	position: relative;
}

.row2 .list-class-box .ul-box .li-item .class-name::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 95%;
	height: .01rem;
	background-color: #d2d2d2;
}

.row2 .list-class-box .ul-box .li-item .class-name .menu-title::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 110%;
	height: .01rem;
	background-color: #007fe0;
}

.row2 .list-class-box .ul-box .li-item .class-name .more .a-box {
	display: block;
	padding-right: .24rem;
	color: #a7a7a7;
}

.row2 .list-class-box .ul-box .li-item .class-name .more .a-box .icon {
	font-size: .24rem;
	color: #007fe0;
	padding-left: .06rem;
	vertical-align: middle;
}

.row2 .list-class-box .ul-box .li-item .con-info {
	padding: .2rem .15rem;
}

.row2 .list-class-box .ul-box .li-item .con-info .img {
	margin-right: .25rem;
	width: 28%;
}

.row2 .list-class-box .ul-box .li-item .con-info .img img {
	display: block;
	width: 100%;
	height: .86rem;
	object-fit: cover;
}

.row2 .list-class-box .ul-box .li-item .con-info .title {
	font-size: .16rem;
	color: #000;
	line-height: 1.4;
	font-weight: bold;
}

.row2 .list-class-box .ul-box .li-item .con-info .date {
	padding-top: .15rem;
	align-items: center;
}

.row2 .list-class-box .ul-box .li-item .con-info .date .icon {
	font-size: .22rem;
	color: #007fe0;
	padding-right: .08rem;
}

.row2 .list-class-box .ul-box .li-item .con-info .date .txt {
	font-size: .14rem;
	color: #848484;
	line-height: 1.2;
}

@media screen and (min-width: 751px) {
	.row2 .list-class-box .ul-box .li-item:hover {
		box-shadow: 0 0 .2rem rgba(0, 0, 0, .2);
	}
	.row2 .list-class-box .ul-box .li-item:hover .con-info .img img {
		transform: scale(1.1,1.1);
	}
	.row2 .list-class-box .ul-box .li-item:hover .con-info .title {
		color: #007fe0;
	}
	
}
@media screen and (max-width: 750px) {
	.row2 .list-class-box .ul-box .li-item {
		width: 100%;
	}
}