﻿* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

.head{
	width: 1200px;
	height: 50px;
	background: #1d1e72;
	margin: 0 auto;
	color: white;
	line-height: 50px;
}
.head ul a{
	color: white;
}
.head span{
	float: left;
	width: 180px;
	margin-left: 50px;
}
.head ul li{
	width: 80px;
	height: 36px;
	border-radius: 5px;
	float: left;
	/* background: pink; */
	text-align: center;
	line-height: 36px;
	margin: 7px;
}
.head ul li:hover{
	background: white;
	color: #227ad3;
}

.main {
	width: 1200px;
	padding-bottom:20px;
	/* background: pink; */
	margin: 0 auto;
}

.main .small-box{
	width: 1100px;
	height: 840px;
	margin: 0 auto;
	background: white;
}
.main .small-box h2{
	padding-top: 20px;
	padding-bottom: 40px;
}
.main .small-box .info-box{
	width: 275px;
	height: 140px;
	/* background: gold; */
	float: left;
}
/*.main .small-box .info-box*/ .left-img{
	width: 20%;
	height: 120px;
	float: left;
	/* padding-right: 20px; */
}
.left-img img {width:42px;height:40px;border:0;margin-left:7%}
.main .small-box .info-box .right-text{
	width: 70%;
	height: 140px;
	/* background: sienna; */
	float: left;
	margin-left: 3;
}
.main .small-box .info-box .right-text .tit{
	font-size: 18px;
	/* line-height: 35px; */
	padding-bottom: 7px;
}

.main .small-box .info-box .right-text .tit a{
	color: black;
}
.main .small-box .info-box .right-text .describe{
	font-size: 14px;
	color: #a3a3a3;
	/* line-height: 35px; */
}

.main .small-box .info-box .right-text .option{
	font-size: 14px;
	/*line-height: 35px;*/
	margin-top:-5px;
}
.main .small-box .info-box .right-text .option span:nth-child(1) a{
	color: #ff6600;
}
.main .small-box .info-box .right-text .option span:nth-child(2) a{
	color: #00a508;
}
.main .small-box .info-box .right-text .option span:nth-child(3) a{
	color: #0066cc;
}
.xq{
	color: #ff6600;
}
.yy{
	color: #00a508;
}
.sb{
	color: #0066cc;
}