﻿/*-----global CSS 清除浏览默认样式-----*/
* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px "微软雅黑";
	line-height: 150%;
	background: #d63131 url(ga19-bg.jpg) no-repeat center top;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

img {
	border: none;
	vertical-align: bottom;
	display: inline-block;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 14px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}

.mr10 {
	margin-right: 10px;
}

.mt50 {
	margin-top: 50px;
}

.fb {
	font-weight: bold;
}

.no_margin {
	margin-bottom: 0;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.bd {
	background-color: #FFFFFF;
	padding: 12px;
}



/*-----layout CSS-----*/
ul,
ul li,
.col,
.hd,
h2,
.bd,
.bd2,
.menu {
	overflow: hidden;
	zoom: 1;
}

/*------------------------头部 start--------------------------*/
header {
	height: 628px;
	overflow: hidden;
}

.moda {
	width: 1200px;
	margin: 0 auto;
}


/*------------------------内容 start--------------------------*/
.content {
	width: 1000px;
	margin: 50px auto;
	background: #fff;
	padding: 50px;
	border-radius: 10px;
}

.content h3 {
	font-size: 36px;
	font-weight: bold;
	color: #d8271c;
	line-height: 200%;
	text-align: center;
}

.content span {
	font-size: 18px;
	font-weight: bold;
	color: #d8271c;
	margin-bottom: 80px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	display: block;
	line-height: 170%;
}

.content p {
	font-size: 16px;
	text-indent: 2em;
	margin-bottom: 20px;
	line-height: 170%;
}


/*------------------------活页夹--------------------------*/
.tit {
	background: #b41010;
}

.tit ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-around;
	align-content: stretch;
}

.tit li {
	background: #fff4bf;
	border-radius: 7px;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0;
	width: 11%;
	display: flex;
 	align-items: center;
 	justify-content: center;
}

.tit li:last-child {
	/* width: 16%; */
}

.tit li a {
	color: #d8271c;
	font-size: 21px;
	font-weight: bold;
}

.tit .on {
	background: #d8271c;
}

.tit .on a {
	color: #fff;
}

.tab {
	display: none;
}

.tab-on {
	display: block;
}

.banner {
	width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.con {
	width: 1100px;
	margin: 20px auto;
	padding: 50px;
	background: #fff;
	border-radius: 10px;
}

.wz {
	font-size: 16px;
	color: #d8271c;
	line-height: 170%;
}

.wz p:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
	text-indent: 0em;
	margin-bottom: 10px;
}

.wz p {
	text-indent: 2em;
}

.colTit {
	display: block;
	font-weight: bold;
	padding-left: 40px;
	height: 51px;
	line-height: 45px;
	font-size: 30px;
	color: #fff;
	text-align: center;
}

.hdMore {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	background: url(more-bg.png) no-repeat;
	text-align: center;
	display: block;
	height: 35px;
	line-height: 35px;
}

.newsList-new {}

.newsList-new li {
	padding-left: 20px;
	background: url(star.png) no-repeat 0 13px;
	height: auto;
	margin-bottom: 0px;
	line-height: 54px;
	overflow: hidden;
	vertical-align: middle;
}

.newsList-new li a {
	font-size: 18px;
	color: #2361ae;
}

/*投票列表*/
.img-vote-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto;
}

.img-vote-list li {
	position: relative;
	list-style: none;
	width: 190px;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
	font-family: "微软雅黑";
	background: #fff;
	margin: 10px;
	border: #db4949 solid 1px;
	border-radius: 7px;
}

.img-vote-list .img-wrap {
	width: 190px;
	height: 228px;
	margin: 0 auto;
	overflow: hidden;
}

.img-vote-list .img-wrap img {
	width: 100%;
	height: auto;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.img-vote-list .img-wrap img:hover {
	transform: scale(1.1)
}

.img-vote-list li b {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 10px;
	background: url(number.png) no-repeat;
	background-size: cover;
	color: #fff;
	width: 39px;
	height: 39px;
	font-size: 16px;
	line-height: 30px;
}

.img-vote-list li:nth-child {
	margin-right: 0;
}

.img-vote-list li h3 {
	margin: 5px 0;
	font-size: 18px;
}

.img-vote-list li p {
	display: block;
	font-size: 14px;
	color: #e4141b;
	height: 21px;
	line-height: 21px;
}

.img-vote-list li p img {
	vertical-align: middle;
	margin-right: 5px;
}

.img-vote-list li a {
	display: block;
	color: #61191b;
	text-decoration: none;
}

.img-vote-list li button {
	background: #f9840b;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
}

.txt-list {
	width: 900px;
	margin: 50px auto;
}

.txt-list li a {
	color: #000;
	font-size: 18px;
	line-height: 170%;
}

.txt-list li {
	margin: 10px 0;
	background: #fff0f0;
	padding: 3px 10px;
}

.txt-list li b {
	color: #e4141b;
	font-size: 18px;
	line-height: 170%;
}

/*通用图片列表-----*/
.imgList {}

.imgList li {
	float: left;
	width: 234px;
	display: inline;
	vertical-align: middle;
	margin: 5px;
}

.imgList li a {
	display: block;
}

.imgList li a img {
	width: 235px;
	height: 132px;
}

.imgList li a.tit {
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #000;
}


/*------------------------底部 start--------------------------*/
.footer {
	width: 100%;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	padding: 60px 0;
}