* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}

body {
	font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	background-image: url("/img/bigbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

.mod {
	width: 100%;
	height: 100%;
	display: block;
}

.inner {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* 顶部部分 */
.headtop {
	width: 100%;
	height: 40px;
	background-image: url("/img/top.png");
}

.topleft {
	float: left;
}

.toplefttext {
	font-size: 12px;
	color: white;
	line-height: 40px;
}

.topright {
	float: right;
}

.schoollogo {
	float: left;
	background: url('/img/home.png');
	padding-left: 18px;
	background-position: left;
	background-repeat: no-repeat;
}

.schoollogo a {
	font-size: 12px;
	color: white;
	line-height: 40px;
}

/* 头部样式 */
.header {
	height: 190px;
	width: 100%;
}

.headerpad {
	padding-top: 30px;
	padding-bottom: 15px;
}

.headerleft {
	height: 137px;
	weight: 600px;
	float: left;
	display: inline-block;
}

.headerright {
	float: right;
	margin-top: 50px;
	width: 256px;
}

.logo a {
	display: block;
	width: 130%;
	height: 100%;
	background-image: url('/img/logo.png');
	background-repeat: no-repeat;
	background-size: 109%;
	background-position: center;
}

/* 列表页部分 */

.main {
	min-height: 600px;
	width: 100%;
}

.main_top {
	width: 843px;
	height: 56px;
}

.main_news {
	width: 71%;
	position: relative;
	min-height: 500px;
	float: right;
	background: #fff;
	border: 1px solid #ffd7d3;
	margin-bottom: 15px;
	padding: 14px 40px 110px 40px
}

.main_top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
}

.main_tit {
	min-width: 100px;
	float: left;
	/* background-color: red; */
	border-bottom: #d01c0b 3px solid;
}

.main_tit1 {
	min-width: 100px;
	float: left;
	/* background-color: purple; */
}

.main_title {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	line-height: 53px;
        color: #ad1001;

}

.main_title1 {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	line-height: 53px;

}

.main_title1 a{
        color:black;
}
.main_post {
	width: 357px;
	float: left;
}

.mainright_tt {
	width: 100%;
	height: 70px;
	background: #ba1700;
	border: 1px solid #ffd7d3;
	display: block;
}

.mainright_tit {
	float: left;
	width: 190px;
}

.mainright_title {
    display: inline-block;
    margin-left: 15px;
    font-size: 27px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    line-height: 67px;
    text-align: center;
}

.mainmore {
	display: inline-block;
	height: 20px;
	line-height: 38px;
	float: right;
	margin-right: 8px;
	font-size: 12px;
}

.mainright_down {
	border-left: 1px solid #ffd7d3;
	border-right: 1px solid #ffd7d3;
	border-bottom: 1px solid #ffd7d3;
	background-color: white;
	min-height: 350px;
}

/* 底部 */
.down {
	height: 171px;
	width: 100%;
	background-color: #d01c0b;
}

.foot {
	padding: 53px 0;
}

.footleft {
	float: left;
}

.footmid {
	float: left;
	margin-left: 120px;
	padding-left: 34px;
	border-left: 1px solid #fff;
	color: white;
}

.logo a {
	display: block;
	width: 130%;
	height: 100%;
	background-image: url(/img/logo.png);
	background-repeat: no-repeat;
	background-size: 109%;
	background-position: center;
}

.wp_article_list .list_item .Article_Index{
         background-image:none;
 }

.wp_listcolumn .wp_column{
        height:52px;
}

#wp_news_w861 a{
	color:black;
}

#wp_news_w861 a:hover{
	color:red;
}

#wp_news_w861 .wp_article_list .list_item{
	height: 32px;
    line-height: 32px;
}

.wp_listcolumn .wp_column a.selected {
	background: #f5f5f5 no-repeat 6px 12px;
}

.wp_listcolumn .wp_column a{
        font-size:17px;
	background: #f5f5f5 no-repeat 6px 12px;
}

.wp_listcolumn .wp_column a:hover {
	background: #f9f9d2 no-repeat 6px 12px;
}

#wp_listcolumn_w881 span{
        padding: 14px 10px 14px 20px;
}