@charset "UTF-8";
@font-face {
    font-family: "YouSheBiaoTiHei-2"; 
    src: url("../fonts/YouSheBiaoTiHei-2.ttf") format("truetype"),
         url("../fonts/YouSheBiaoTiHei-2.woff") format("woff"),
         url("../fonts/YouSheBiaoTiHei-2.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 18px;
	line-height: 2;
}
body {
	font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #e7f4fc;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	color: #005197;
	text-decoration: none;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1430px;
}
}
.image-link img {
	width: 100%;
	object-fit: cover;
}
.header {
	height: 506px;
	background: #7bd8fe top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img {
	margin-top: 20px;
}
.main-title-wrapper {
	margin-top:4rem;
}
.main-wrapper{ background:#fff; border-top:3px solid #2e72d3; padding:1.5rem;}
#mainCarousel {
	height: 430px;
}
.carousel, .carousel-inner, .carousel-item {
	height: 100%;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainCarousel .carousel-indicators {
	left: unset;
	justify-content: flex-end;
	padding: 1rem 1rem 1rem 0;
	margin: 0;
}
#mainCarousel .carousel-indicators li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	opacity: 0.9;
	border: 0;
	margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
	background-color: #ff0000;
}
#mainCarousel .carousel-caption {
	background-color: rgba(0, 0, 0, 0.55);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 8rem 0.75rem 1rem;
	text-align: left;
}
#mainCarousel .carousel-caption a {
	color: #fff;
}
/* 右侧活动栏 */
.activity-sidebar {
	background: #f5f5f5;
	height: 100%;
}
.activity-header {
	background: #4194d6;
	color: #fff;
	padding:.5rem 15px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;}
	
.activity-header h2{	
	align-items: center;font-size: 1.8rem; 
	font-family:"优设标题黑", "方正大标宋简体"; margin-bottom:0;
}
.activity-header a {
	color: #fff;
	text-decoration: none;
	font-size: 14px; line-height:1.5; margin-top:.5rem;
}
.news-list-wrapper .entry-wrapper {
	display: flex;
	line-height: 48px;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #666;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
	flex: 0 0 3rem;
	text-align: right;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";flex: 0 0 .6rem;
	color: #046ec4;
}
.news-list2 .entry-wrapper::before {
	content: "";
	color: #666;
}
.experience-section {
	margin: 20px 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	padding: 15px;
}
.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center; background: url(../img/part-title.png) left center no-repeat;
}
.section-title {
	font-size: 1.8rem; padding:1rem 1rem;
	text-align: center;font-family:"优设标题黑", "方正大标宋简体";
	font-weight: bold;
	color: #fff;
}
.section-more {
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
.section-more:hover {
	color: #007bff;
}
.experience-item {
	margin-bottom: 12px;
}
.experience-item:last-child {
	margin-bottom: 0;
}
.experience-item a {
	color: #333;
	text-decoration: none;
	line-height: 1.6;
}
.experience-item a:hover {
	color: #007bff;
}
.experience-item .icon {
	color: #007bff;
	margin-right: 5px;
}
.experience-big-item {
	padding: 15px;
	background: #f9fdff;
	min-height: 120px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.experience-big-item:last-child {
	margin-bottom: 0;
}
.experience-big-item h4 {
	font-size: 1rem;
	margin-bottom: 8px;
}
.experience-big-item h4 a {
	color: #333;
	text-decoration: none;
}
.experience-big-item h4 a:hover {
	color: #007bff;
}
.experience-big-item p {
	color: #999;
	margin-bottom: 0;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.title-row .part-title {
	background: url(../img/part-title.png) center center no-repeat;
	font-size: 3rem; padding:1rem 0;
	text-align: center;font-family:"优设标题黑", "方正大标宋简体";
	font-weight: bold;
	color: #10a6e1;
}
.title-row .part-title a{color: #10a6e1;}
.title-row .part-title img {
	width: 100%;
}
.title-row .show-more {
	width: 40px;
	height: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #1b57d5;
	position: absolute;
	right:4%;
	top:32%;
	cursor: pointer;
}
.title-row .show-more:hover {
	font-weight: bold;
}



 @media only screen and (max-width: 1100px) {
.header {
	height: 417px;
	background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
}
 @media only screen and (max-width: 767px) {
html {
	font-size: 16px;
}.header {
	height: 240px;
	background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 70%;
}
.main-title-wrapper {
	margin-top: 15px;
}
.top-logo-wrapper img {
	width: 180px;
	margin-top: 10px;
}
}
 @media only screen and (max-width: 575px) {
html {
	font-size: 16px;
}.header {
	height: 240px;
	background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 80%;
}
.main-title-wrapper {
	margin-top:2rem;
	margin-left: 20px;
}
#mainCarousel {
	height: 260px;
}

.main-text-wrapper {
	width: 90%;
margin:.5rem auto;
	padding: 1rem;
	background-color: rgba(8, 71, 187, 0.7);
	border-radius: 1rem;
	color: #ff0;
font-size:.85rem;
	text-indent: 2rem;
}
.title-row {
	width: 100%;
	padding-top: 10px;
}
.title-row .part-title {
	background: center center / auto 100% url(../img/part-title.png);
	font-size: 1.25rem;
	text-align: center;
	font-weight: bold;
	color: #1985ff;padding:0;
}
.title-row .part-title a{
	color: #1985ff;
}

.title-row .show-more {
	top:60%;
}
.news-list-wrapper .entry-wrapper {
	line-height:2.2;
}
.top-logo-wrapper {
	text-align: center;
}
.top-logo-wrapper img {
	margin: 10px auto;
}
}


