*{
	margin: 0;
	padding: 0;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*顶部导航区域*/
.head{
	height: 40px;
	width: 100%;
	background: #eeeeee !important;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-flow: row;
	-wenkit-flex-flow:row;
	-moz-flex-flow:row;
	align-items: center;
}
.head>img{
	width: 100px;
	height: 30px;
	margin:0 30px 0 17%;
}
.head ul{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-flow: row;
	-wenkit-flex-flow:row;
	-moz-flex-flow:row;
}
.head ul li{
	padding: 0 10px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	border-right: 1px solid #333;
}
.head ul a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

/*顶部区域*/
header{
	width: 100%;
	height: 679px;
}
header>img{
	height: 100%;
	width: 100%;
}
/*中心区域*/
.center{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	border-left: 1px solid #e6d3d3;
	border-right: 1px solid #e6d3d3;
}
.title{
	width: 100%;
	height: 60px;
	margin: 5px 0;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.title>img{
	width: 100%;
	height: 100%;
}
ul li{
	list-style: none;
}
/*讲话聚焦*/
.tell{
	position: relative;
	height: 430px;
}
/*轮播图*/
.scroll_img{
	width: 480px;
	height: 352px;
	margin-left: 20px;
	position: relative;
}
.roll_img{
	width: 100%;
	height: 100%;
	position: relative;
}
.roll_img li{
	width: 100%;
	height: 100%;
}
.roll_img p{
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	color: #fff;
}
.roll_img img{
	width: 100%;
	height: 100%;
}
.scroll_img .hd{
	height:14px;
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:13px;
	z-index:1;
	zoom:1;
	float:left;
}
.scroll_img .hd li{
	float:left;
	font-size: 10px;
	margin-right:5px;
	width:14px;
	height:14px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
}
.scroll_img .hd li.on{
	background:#db181b;
	color:#fff;
}
.tell:after{
	display: block;
	height: 0;
	content: '';
	visibility: hidden;
	clear: both;
}
.scroll_img,.text_ul{
	float: left;
}
.text_ul{
	margin-left: 30px;
	width: 445px;
}
.text_ul li{
	color: #333;
	font-size: 14px;
	height: 40px;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
.text_ul li:after{
	display: block;
	height: 0;
	content: '';
	visibility: hidden;
	clear: both;
}
.text_ul li>a{
	text-decoration: none;
	color: #333;
}
.text_ul li>a:hover{
	color: #cc3533;
}
.text_ul li>span{
	float: right;
}
.text_ul li>i{
	font-style: normal;
	margin-right: 5px;
}
.more{
	position: absolute;
	right: 25px;
	bottom: 0;
	text-decoration: none;
	color: #cc3533;
}
/*学习动态*/
/*背景图*/
.back{
	width: 100%;
	height: auto;
	background: url("../images/backshan.png") repeat;
	background-size: cover;
	margin-bottom: 45px;
}
.learn{
	width: 1000px;
	margin:0 auto;
	height: 566px;
	overflow: hidden;
	padding-top: 25px;
	border-left: 1px solid #e6d3d3;
	border-right: 1px solid #e6d3d3;
	background: #fff;
	position: relative;
}
.learn>h1{
	width: 100%;
	height: 45px;
	background: url(../images/learn_img.png) no-repeat;
}
.learn>h1>a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin-right: 25px;
	float: right;
	padding: 10px 0;
}
.learn>h1>a:hover{
	color: #CC3533;
}
.learn section{
	width: 582px;
	margin-left:20px;
}
.learn section>h1{
	margin: 30px 0 15px;
	font-size:22px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	color: #e21f00;
}
.learn section>h1>a{
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	color: #000;
}
.learn section>h1>a:hover{
	color: #e21f00;
}
.learn section>p{
	text-indent: 2em;
	font-size: 14px;
	line-height: 2em;
	color: #666;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding-bottom: 10px;
	border-bottom: 1px dotted #E21F00;
}
.learn section>p a{
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.dongt{
	margin-top: 10px;
}
.dongt>li{
	height: 40px;
	padding-bottom: 15px;
}
.dongt>li>a{
	text-decoration: none;
	font-size: 14px;
	color: #333;
}
.dongt>li>a:hover{
	color: #DB181B;
	text-decoration: underline;
}
.dongt>li>img{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	
}
figure{
	position: absolute;
	right:25px;
	top: 115px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	width: 347px;
	
}
figure>a>img{
	width: 100%;
	height: 225px;
}
figure>img:nth-child(1){
	margin-bottom: 15px;
}
/*习语图解*/
.img_jie{
	padding: 9px 0;
	margin:0 auto;
	width: 1000px;
	background: #fff;
	border: 1px solid #e6d3d3;
	border-top:none;
}
.img_jie>h1{
	width: 100%;
	height: 45px;
	background: url(../images/xitujie.png) no-repeat;
}
.img_jie>h1>a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin-right: 25px;
	float: right;
	padding: 10px 0;
}
.img_jie>h1>a:hover{
	color: #CC3533;
}
.img_jie ul{
	width: 100%;
	margin-top:25px;
	padding: 0 16px;
}
.img_jie ul:after{
	display: block;
	height: 0;
	content: '';
	visibility: hidden;
	clear: both;
}
.img_jie ul>li{
	width:230px;
	height: 250px;
	margin-right: 15px;
	background-color: #f0f0f0;
	float: left;
}
.img_jie ul>li:nth-child(4){
	margin-right: 0;
}
.img_jie ul>li:nth-child(8){
	margin-right: 0;
}
.img_jie ul>li:nth-child(n+5){
   margin-top: 15px;
}
.img_jie ul>li img{
	width: 100%;
	height: 180px;
}
.img_jie ul>li a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.img_jie ul>li a:hover{
	color: #cc3533;
}
.img_jie ul>li a>p{
	width: 210px;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	padding: 12px 0;
}
.img_jie ul>li a>p:hover{
	color: #cc3533;
}
