@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body div,h1,h2,h3,h4,h5,h6,p,ul li,ol li,a,dl,dt,dd,select,input,button,textarea
	{
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

/*左侧*/
.wrap-main h2 {
	width: 855px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #202020;
	text-indent: 10px;
}

.wrap-main h2 b {
	width: 6px;
	height: 20px;
	background: #1cb177;
	float: left;
	margin-top: 13px;
}

.wrap-main h2 span {
	font-size: 16px;
	color: #5d5d5d;
	padding-left: 30px;
}

.wrap-main .listLeft {
	width: 855px;
	height: auto;
	border: 1px solid #dadada;
	border-radius: 3px;
	margin-top: 10px;
	float: left;
	background: #fff;
}

.wrap-main-1 {
	width: 823px;
	height: 40px;
	background: #f3f3f3;
	border: 1px solid #dadada;
	border-radius: 3px;
	margin-left: 15px;
}

.wrap-main-1  ul {
	float: left;
}

.wrap-main-1  ul li {
	width: 90px;
	float: left;
	font-size: 14px;
	color: #5d5d5d;
	line-height: 40px;
	cursor: pointer;
	border-right: 1px solid #e4e4e4;
	text-align: center;
}

.wrap-main-1 ul li.front {
	border-right: 1px solid #dadada;
	padding-right: 20px;
}

.wrap-main-1 ul li b {
	width: 7px;
	height: 8px;
	background: url(../../image/research/icon1.png) -80px -200px no-repeat;
	float: right;
	margin-top: 19px;
	margin-right: 10px;
}

.wrap-main-1 ul li:hover {
	color: #1cb177;
}

.wrap-main-1 ul li.choose {
	color: #1cb177;
	background: #fff;
}

.wrap-main-1 ul li b:hover {
	width: 7px;
	height: 8px;
	background: url(../../image/research/icon1.png) -20px -200px no-repeat;
	float: right;
	margin-top: 19px;
	margin-right: 10px;
}

.wrap-main-1 ul li.choose b {
	width: 7px;
	height: 8px;
	background: url(../../image/research/icon1.png) -20px -200px no-repeat;
	float: right;
	margin-top: 19px;
	margin-right: 10px;
}

/*列表*/
.wrap-main-3 {
	width: 823px;
	height: auto;
	float: left;
	margin-left: 15px;
}

.wrap-main-3 .textPlate {
	height: 142px;
	border-bottom: 1px dashed #dadada;
	margin-top: 35px;
}

.wrap-main-3 .textPlate h3 {
	width: 100%;
	font-size: 16px;
	color: #333;
	height: 35px;
}

.wrap-main-3 .textPlate h3 a {
	font-size: 16px;
	color: #333;
}

.wrap-main-3 .textPlate h3 a:hover {
	color: #1CB177;
	text-decoration: underline;
}

.wrap-main-3 .textPlate span {
	font-size: 12px;
	color: #828080;
	float: left;
	height: 35px;
}

.wrap-main-3 .textPlate span.name {
	padding-right: 25px;
}

.wrap-main-3 .textPlate span a {
	font-size: 12px;
	color: #828080;
	font-family: arial;
}

.wrap-main-3 .textPlate p {
	font-size: 14px;
	color: #5b5b5b;
	line-height: 24px;
	float: left;
}

.wrap-main-3 .textPlate p a {
	font-size: 14px;
	color: #5b5b5b;
}

.wrap-main-3 .textPlate p a:hover {
	text-decoration: underline;
}

.wrap-main .listRight {
	background: #fff;
	float: right;
	width: 289px;
	max-height: 500px;
	margin-top: 11px;
	padding: 0 10px;
	border: 1px solid #dadada;
	border-radius: 3px;
}

.wrap-main .listRight h3 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #dadada;
}

.wrap-main .listRight h3 a {
	font-size: 16px;
	color: #333;
	border-bottom: 2px solid #1cb177;
	display: inline-block;
}

.wrap-main .listRight ul {
	padding-top: 20px;
}

.wrap-main .listRight ul li {
	font-size: 14px;
	color: #5b5b5b;
	line-height: 36px;
	overflow: hidden;
}

.wrap-main .listRight ul li i {
	float: left;
	width: 4px;
	height: 4px;
	background: #838181;
	margin-top: 17px;
	margin-right: 10px;
}

.wrap-main .listRight ul li a {
	font-size: 14px;
	color: #5b5b5b;
}

.wrap-main .listRight ul li a:hover {
	text-decoration: underline;
}

.article-details {
	background: #fff;
	width: 1200px;
	height: auto;
	float: left;
	border: 1px solid #dadada;
	border-radius: 3px;
	min-height: 500px;
}

.article-details .article-content {
	width: 1160px;
	height: auto;
	margin-left: 20px;
}

.article-details .article-content .article-content-top {
	height: 145px;
	border-bottom: 1px dashed #dadada;
}

.article-details .article-content .article-content-top h3 {
	font-size: 16px;
	color: #202020;
	padding-top: 50px;
	text-align: center;
	height: 45px;
}

.article-details .article-content .article-content-top p {
	text-align: center;
}

.article-details .article-content .article-content-top p span {
	font-size: 14px;
	color: #898484;
}

.article-details .article-content .article-content-top p span.time {
	padding-left: 22px;
}

.article-details .article-content .article-content-top p span a {
	font-size: 14px;
	color: #898484;
}

.article-details .article-content .below {
	float: left;
	margin-bottom: 30px;
}

.article-details .article-content .below p {
	font-size: 14px;
	color: #4e4e4e;
	line-height: 28px;
	padding-top: 30px;
	text-indent: 28px;
}

/*右侧*/
.wrap-right {
	width: 274px;
	height: auto;
	float: right;
}

.wrap-right .wrap-right-1 {
	width: 274px;
	height: 225px;
	background: #f8f8f8;
}

.wrap-right .wrap-right-1 button {
	width: 257px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #0f9460;
	border-radius: 3px;
	background: #1cb177;
	font-size: 22px;
	color: #fff;
	outline: none;
	margin: 9px;
}

.wrap-right .wrap-right-1 ul {
	padding-left: 40px;
}

.wrap-right .wrap-right-1 button:hover {
	background: #14a16a;
}

.wrap-right .wrap-right-1 ul li {
	font-size: 14px;
	color: #5d5d5d;
	line-height: 35px;
}

.wrap-right .wrap-right-1 ul li span {
	color: #202020;
}

.wrap-right .wrap-right-1 ul li span.green {
	font-size: 16px;
	color: #1cb177;
}

.wrap-right .wrap-right-1 ul li img {
	margin-right: 10px;
	float: left;
	margin-top: 6px;
}

.wrap-right .wrap-right-2 {
	width: 274px;
	height: auto;
	border: 1px solid #dadada;
	margin-top: 20px;
	float: left;
	border-radius: 3px;
}

.wrap-right .wrap-right-2 h1 {
	width: 250px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #cdcdcd;
	font-size: 18px;
	color: #5d5d5d;
	margin-left: 10px;
}

.wrap-right .wrap-right-2 h1 b {
	width: 6px;
	height: 20px;
	background: #1CB177;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}

.wrap-right .wrap-right-2 ul {
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}

.wrap-right .wrap-right-2 ul li {
	width: 55px;
	height: 55px;
	float: left;
	padding-right: 10px;
	padding-top: 15px;
}

/*附件下载*/
.enclosure {
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	background: #fff;
	margin-top: 20px;
}

.enclosure .enclosure-main {
	width: 1160px;
	height: auto;
	margin: 0 auto;
}

.enclosure .enclosure-main .enclosure-title {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	border-bottom: 1px solid #1cb177;
}

.enclosure .enclosure-main .enclosure-title h3 {
	width: 240px;
	font-size: 18px;
	color: #202020;
	line-height: 50px;
	float: left;
}

.enclosure .enclosure-main .enclosure-title h3 i {
	width: 6px;
	height: 18px;
	float: left;
	background: #1CB177;
	margin-top: 17px;
	margin-right: 10px;
}

.enclosure .enclosure-main dl {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0 10px;
}

.enclosure .enclosure-main dl dd {
	width: 350px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #222;
	padding-right: 30px;
	margin-bottom: 15px;
}

.enclosure .enclosure-main dl dd a {
	font-size: 14px;
	color: #222;
}

.enclosure .enclosure-main dl dd a i {
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 5px;
}

.enclosure .enclosure-main dl dd a:hover {
	color: #1CB177;
	text-decoration: underline;
}