﻿.head img {
	width: 100%;
}

.nav {
	background: #7D1A09;
}

.nav_l {
	width: 1200px;
	margin: 0 auto;
	padding: 35px 0px;

}

.sy2_inside {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_l .sy2_inside li.homeLi {
	padding: 0px;
}

.homeLi a {
	height: 70px;
	background: url(../image/20230417103150.png);
	width: 460px;
	display: inline-block;
}

.nav_l .sy2_inside li {
	padding: 0px 10px;
	float: left;
	box-sizing: border-box;
}

.nav_l .sy2_inside li.num3 {
	padding-right: 0px;
}

.nav_l .sy2_inside li a {
	color: #fff;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	min-width: 165px;
	display: inline-block;
}

.nav_l .sy2_inside li a:hover {
	font-weight: bold;
}

/* main */

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.gnq {
	padding: 80px 0px;
	overflow: hidden;
}

.gnq li {
	float: left;
	border-radius: 10px;
	border: 1px solid #7D1A09;
	width: 32%;
	box-sizing: border-box;
}

.gnq li.Li2 {
	margin: 0px 2%;
}

.gnq li.Li1:hover {
	background: #7D1A09 url('../image/20230417110338.png');
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.gnq li.Li1:hover a, .gnq li.Li2:hover a, .gnq li.Li3:hover a {
	color: #fff;
	background: none;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.gnq li.Li2:hover {
	background: #7D1A09 url('../image/20230417110612.png');
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.gnq li.Li3:hover {
	background: #7D1A09 url('../image/20230417110626.png');
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.gnq li a {
	display: block;
	padding: 40px 0px;
	text-align: center;
	color: #7D1A09;
	font-size: 20px;
	font-weight: 700;
	padding-left: 25px;
}

.gnq li.Li1 a {
	background: url('../image/20230417105824.png') no-repeat 120px center;
}

.gnq li.Li2 a {
	background: url('../image/20230417105846.png') no-repeat 120px center;
}

.gnq li.Li3 a {
	background: url('../image/20230417105857.png') no-repeat 75px center;
}

/* 学习动态 */
.XueXiDongTai{
	background: url('../image/20230417112935.png');
	padding: 80px 0px;
}
.xuexi_top{
	width: 100%;
	text-align: center;
margin-bottom: 60px;
}
.xuexi_btm{
	height: 835px;
	background: url('../image/20230417113239.png');
	background-size: cover;
}
.Clearit::after {
 content: '';
 display: block;
 height: 0;
 visibility: hidden;
 clear: both;
}
.jx_list {
	height: 730px;
	padding: 30px;
	box-sizing: border-box;
	width: 50%;
	overflow: hidden;
}

.jx_list li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 25px;
	height: 120px;
	}

ul.jx_list li span.span_date {
	color: #7D1A09;
	width: 16%;
	text-align: left;
	z-index: 1;

	font-size: 14px;
  }
  
  .jx_list .span_date b {	
	font-size: 28px;
	font-weight: 600;
	color: #7D1A09;
	line-height: 30px;
	display: block;
	margin-bottom: 5px;

  }
  
  ul.jx_list li .ar_Con {
	width: 80%;
	z-index: 1;
  }
  
  .ar_Con p {
	color: #666666;
  
  }
  
  ul.jx_list li .ar_Con .title_type {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
	padding-bottom: 10px;
  }
  .list_left{
	float: left;
  }
  .list_right{
	float: right;
  }
  a:hover{
	color: #7D1A09;
  }

  /* LinkMap */
  .linkmap a{
	color: #7D1A09 !important;
  }
  .linkmap{
	width: 1200px !important;
	padding: 5px;
  }
  .main_con{
	width: 1200px !important;
  }

  /* 栏目列表页 */
  .article_left{
	width: 23%;
  }
  .side_menu{
	width: 100%;
  }
  .leftNavTitle{
	width: 100%;
	background: #7D1A09;
  }
  .side_menu .current a{
	color: #7D1A09;
  }
/* 栏目列表右侧 */
.article_right{
	width: 70%;
}
  .title_header h2{
color: #7D1A09;
  }
  .title_header h2 span{
	border-bottom: 2px solid #7D1A09 !important;
  }
  .column_list li a.list_more, .share, .share a{
	color: #7D1A09;
  }
  .ae-pagination-current{
	background: #7D1A09 !important;
  }

  /* 文字内容 */
  .share p span{
	background: #7D1A09;
  }


  @media screen and (max-width: 768px) {
	.main{
		width: 100%;
		padding: 0px 10px;
		box-sizing: border-box;
	}
	.w1200{
		width: 100%;
	}
	.xuexi_top{
		margin-bottom: 20px;
		width: 100%;
	}
	.xuexi_top img{
		width:100%;
	}
	.gnq{
		padding: 25px 0px;
	}
	.gnq li{
		float: none;
		width: 100%;
		
	}
	.gnq li a{
		padding: 25px 0px;
	}
	.gnq li.Li2{
		margin: 20px 0px;
	}
	.list_left, .list_right{
		float: none;
	}
	.jx_list{
		width: 100%;
		padding: 15px 0px;
	}
	.xuexi_btm{
		height: auto;
		background: none;
	}
	.XueXiDongTai{
		padding: 20px 0px;
		background: none;
	}
	.jx_list li{
		padding: 20px ;
		height: auto;
	}
	.jx_list .span_date b{
		font-size: 20px;
	}
	.list_right{
		display: none;
	}
	.wrap .nav{
		display: block;
	}
	.nav_l{
		width: 100%;
		padding: 0px 10px;
		box-sizing: border-box;
	}
	.nav_l .sy2_inside li a{
		background: none;
		border-top: none;
		min-width:auto;
	}
	.nav_l .sy2_inside li{
		width: auto;
	}

	.main_con{
		width: 100% !important;
	}
	.article_right{
		width: 100%;
		margin: 0px;
	}
  }
   