*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: 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: 1200px;
	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;
}

.news_main{
	margin: 0 auto;
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ffd7d3;
	margin-bottom: 15px;
	min-height: 500px;
}

.main_news{
	width: 100%;
	position: relative;
	min-height: 500px;
	float: left;
	background: #fff;
	border: 1px solid #ffd7d3;
	margin-bottom: 15px;
	padding: 14px 40px 110px 40px
}

.main_top{
	border-bottom: 1px solid #ebebeb;
}

.main_tit{
	float: left;
	border-bottom: #d01c0b 3px solid;
}
.main_title{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	line-height: 56px;
	
}

.main_post{
	width: 357px;
	float: right;
}

.mainright_tt{
	border-bottom: 1px solid #f9e8e8;
	border-left: 1px solid #f9e8e8;
	border-right: 1px solid #f9e8e8;
	border-top: 3px solid #d01c0b;
	display: block;
	background: url(/img/ttbg2.png);
	height: 41px;
}
.mainright_tit{
	float: left;
}
.mainright_title{
	display: inline-block;
	margin-left: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #d01c0b;
	cursor: pointer;
	line-height: 38px;
}
.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;
	padding: 27px 17px 26px;;
}


/* 底部 */
.down {
	margin-top: 60px;
	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;
}

.footright {
	width: 230px;
	height: 49px;
	float: right;
}
.tlt{
	margin-top:20px;
	border-bottom:1px solid gray;
	weight:100%;
	min-height:60px;
        text-align: center;
        font-size: 24px;
         color: darkred;
         font-weight: bold;
}
.dd{
    width: 500px;
	height: 35px;
	margin: auto;
	display:flex;
	margin-top: 5px;
}
.G{
	height: 35px;
	float:left;
	background-color: ;
	margin: auto;
	font-size: 12px;
	line-height: 3;
	text-align: center;
	color: darkgray;
}
.H{
        padding:5px 30px;
	width: 1000px;
	min-height: 500px;
	margin: auto;
        display: flex;
        justify-content: center;
}

.H img{
        display:block;
        margin: 0 auto !important;;
}