body{
	background: #f0f0f0;
}
.content{
	/*padding: 20px 0;*/
	min-height: 80vh;
}
/*成果发布*/
.second-title{
	background: #fff;
	margin: 20px auto 10px;
	padding: 0;
	position: relative;
	border-bottom: 1px dashed #f0f0f0;
}
.second-title .title{
	width: auto;
   	display: inline-block;
	padding: 15px;
}
.second-title .more{
	font-size: 20px;
	color: #009944;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 10px;
	transition: all 0.5s; 
}
.second-title .more:hover{
	right: 10px;
}
.second-title .title .big-title{
	color: #333;
	font-size: 2rem;
	padding-left: 10px;
}
.second-title .title .line{
	position: relative;
	left: -10px;
}
.second-title .title .sub-title{
	color: #999;
	font-size: 1.8rem;
	position: relative;
	top: 5px;
	left: -20px;
}
.achievements{
	margin-bottom: 30px;
	    margin-top: 25px;
	    display: none;
}
.arrow{
	width: 26px;
	height: 26px;
	margin: 20px auto;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.rotate {
    transform-origin: center center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
}
.achievements .col-md-5{
	margin: 15px 0;
}
.achievements .col-md-6{
	margin: 15px 0;
}
.achievements .col-md-5:nth-of-type(2n-1){
	margin-left: 8.33333333%;
}
.download-list{
	background: #fff;
	margin-top: 20px;
}
.achievements-list{
	background: #fff;
	margin:0 15px;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(171,171,171,0.24);
    border: 1px solid #f0f0f0;
}
.acvimg{
	font-size: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.acvimg img{
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #ccc;
}
.acv-detail{
	padding:0 20px;
}
.acv-detail h4{
	font-size: 1.8rem;
    margin: 20px 0;
    text-align: justify;
    word-break: normall;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 64px;
    line-height: 1.8;
    font-weight: bold;
}
.acv-detail p{
	font-size: 1.4rem;
	color: #666;
	text-align: justify;
	min-height: 60px;
	word-break: normall;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.acv-detail .time{
	padding: 20px 0;
}
.acv-detail .time span{
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 5px;
}
.acv-detail .time span:nth-of-type(2n-1){
	position: relative;
	top: -2px;
}
.acv-see{
	display: block;
	text-align: center;
	padding: 12px 0;
	font-size: 20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.acv-detail .time span:nth-of-type(3){
	margin-left: 20px;
}
/*简介*/
.introduction{
	padding: 35px 60px;
	/*border-top: 1px dashed #ccc;*/
}
.introduction .art-title{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}
.introduction .sub-tit{
	font-size: 1.2rem;
	color: #009944;
	margin: 5px 0 30px;
}
/*相关课题*/
.topic{
	padding: 8px 20px;
	border-bottom: 1px solid #ccc;
}
.topic .topic-icon{
	
}
.topic .topic-tit{
	font-size: 14px;
	font-weight: bold;
}
.topic-detail{
	padding: 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	vertical-align: bottom;
}
.topic-detail-list{
	display: inline-block;
}
.topic-detail .topic-detail-list span{
	display: inline-block;
	height: 26px;
	line-height: 26px;
}
.topic-detail .topic-detail-list span:nth-of-type(2n-1){
	margin-right: 3px;
}
.topic-detail .topic-detail-list span:nth-of-type(2n){
	margin-right: 20px;
	font-size: 14px;
}
/*下载中心*/
.topic 	.topic-left{
	float: left;
	width: calc(100% - 140px);
    height: 25px;
    word-break: normall;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.topic 	.topic-right{
	float: right;
}
.download{
	padding: 25px 30px;
}
.download .download-icon{
	padding: 12px 5px;
	/*background: #e9e9e9;*/
	/*border:1px solid #ccc;*/
	border-radius: 4px;
}
.download .download-tit{
	width: calc(100% - 100px);
	font-size: 16px;
	margin:5px 0;
	text-align: justify;
	word-break: normall;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 88px;
}
.second-title .title-icon{
	display: inline-block;
	width: 24px;
	position: relative;
	top: -2px;
}
/*热点资讯*/
.information{
	padding: 15px 35px;
    border-top: none;
}
.info-list{
	/*border-top: 1px dashed #ccc;*/
	padding: 10px;
}
.information .col-md-3{
	margin: 10px 0;
}
.information .sub-tit{
	margin: 5px 0 25px;
}
.info-num{
	position: relative;
	margin: 0 10px;
	box-shadow: 0 0 8px rgba(171,171,171,0.24);
    border: 1px solid #f0f0f0;
}
.info-num img{
	width: 100%;
}
.info-num .info-detail{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 14px;
	padding: 8px;
}
.info-num .info-detail p{
	text-align: justify;
	word-break: normall;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*关于我们*/
.icon{
	display: inline-block;
	position: relative;
}
.icon01{
	width: 32px;
	height: 26px;
	background-position:0 0;
	/*top: 5px;*/
	left: -10px;
}
.icon02{
	width: 32px;
	top:-3px;
	left: -10px;
}
.icon03{
	width: 32px;
	top: 2px;
	left: -10px;
}
.icon04{
	width: 32px;
	top: -3px;
	left: -10px;
}
.icon05{
	width: 32px;
	top: -10px;
	left: -10px;
}
.about-list{
	margin: 20px auto;
}
.about-list h4{
	font-size: 3.2rem;
	text-align: center;
	color: #333;
	margin: 15px auto;
}
.person-item{
	border: 1px solid #ccc;
	background: #fff;
}
.personage-intr{
	padding: 15px;
}
.person-name{
	font-size: 1.6rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
}
.personage-intr p{
	font-size: 12px;
	margin-top: 5px;
	color: #666;
	height: 51px;
	overflow: hidden;
}
.person-item{
	margin: 10px;	
}
.position .col-sm-6{
	padding: 0;
}
.mapdiv{
	/*margin: 20px auto;*/
	width: 100%;
	height:440px;
}
.position{
	position: relative;
}
.where{
	/*height: 440px;*/
	background:#fff;
	top: 0;
	padding-top: 45px;
	border-top: 1px solid #ccc;
}
.where h2{
	color: #333;
	font-size: 3.2rem;
}
.where p{
	font-size: 1.8rem;
	color: #444;
	line-height: 1.5;
	margin: 25px 0;
	position: relative;
	text-align: left;
	margin: 3vh 0;
}
/*.address{
	margin-left: 30%;
}*/
.where-phone p .btn{
	font-size: 16px;
}
.myMs-btn{
	font-size: 16px;
	margin-bottom: 30px;
	width: 115px;
}
/*--------------------------------意见反馈弹框-------------------------------------------------------------------*/
.modal-header .close {
    margin-top: -20px;
}
.modal-title{
	color: #333;
	font-size: 2.4rem;
	padding-top: 15px;
}
.modal-header{
	border-bottom: 0 none;
	padding: 30px 15px;
}
.control-label{
	font-size: 1.6rem;
	font-weight: normal;
	padding-right: 0;
	padding: 15px 10px;
}
/*.where p .btn{
	margin-left:17%;
}*/
.form-group-last{
	margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.achievements .col-md-5:nth-of-type(2n-1){
		margin-left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.information{
		padding: 15px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.achievements .col-md-5:nth-of-type(2n-1){
		margin-left: 8.33333333%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.achievements .col-md-5:nth-of-type(2n-1){
		margin-left: 0;
	}
	.second-title{
		margin: 15px auto;
		border-bottom: 1px dashed #f0f0f0;
	}
	.second-title .title{
		padding:5px 10px;
		width: auto;
   		display: inline-block;
	}
	.second-title .title .line{
		display: inline-block;
		width: 26px;
		
	}
	.download{
		padding: 10px 15px;
	}
	.where-phone{
		padding: 2vh;
		padding-top: 0vh;
		background: #fff;
		border-top: 1px solid #ccc;
		padding-top: 3vh;
		
	} 
	
	.address {
	    margin-left:18%;
	}
	.icon01{
		width: 20px;
		/*top: 5px;*/
		left:-30px;
	}
	.icon02{
		width: 20px;
		top:-3px;
		left: -30px;
	}
	.icon03{
		width: 20px;
		top: 2px;
		left:-30px;
	}
	.icon04{
		width: 20px;
		top: -3px;
		left:-30px;
	}
	.icon05{
		width: 20px;
		top: -4px;
		left: -30px;
	}
	/*--------------------------------意见反馈弹框-------------------------------------------------------------------*/
	.modal-title{
		color: #333;
		font-size:3.6rem;
		
	}
	.modal-header .close {
	    margin-top: -5px;
	}
	.modal-header{
		border-bottom: 0 none;
		padding: 10px 15px;
	}
	.control-label{
		font-size: 2.8rem;
		font-weight: normal;
		padding:0 10px;
	}
	.form-control{
		font-size: 2.4rem;
	}
	.modal-dialog {
	    position: relative;
	    width: auto;
	    margin: 15px;
	}
	.modal .form-group .col-sm-8,
	.modal .form-group .col-sm-2,
	.modal .form-group .col-sm-11{
		padding-left: 10px;
		padding-right: 10px;
	}
	.form-group-last{
		margin-top: 0px;
	}
	/*.achievements .col-md-6:first-of-type{
		margin-top: 0;
	}*/
	.second-title .more{
		font-size: 14px;
	}
		
}
@media only screen and (min-width: 415px) and (max-width: 768px) {
	.where-phone h2{
		color: #333333;
		font-size: 2.8rem;
	}
	.where-phone p{
		color: #333333;
		font-size: 2rem;
		color: #444;
		line-height: 1.5;
		margin: 15px;
		position: relative;
		text-align: left;
	}
}
@media only screen and (min-width: 320px) and (max-width: 415px) {
	.arrow {
	    width: 18px;
	    height: 18px;
	    margin: 10px auto;
	    cursor: pointer;
	}
	.achievements {
	    margin-top: 0px;
	}
	.second-title .title .big-title{
		font-size: 3.2rem;
		padding-left: 10px;
	}
	.second-title .title .sub-title{
		font-size: 2.8rem;
	}
	.achievements-list{
		margin: 0;
		margin-bottom: 15px;
	}
	.acv-detail h4{
		font-size: 18px;
		margin: 10px 0;
		-webkit-line-clamp: 2;
		height: 51px;
		line-height: 1.5;
	}
	.acv-detail p{
		font-size: 12px;
		min-height: 52px;
	}
	
	.acv-detail .time span{
		font-size: 2rem;
	}
	.acv-detail .time span:first-of-type{
		width: 16px;
	}
	.acv-detail .time span:nth-of-type(3){
		width: 16px;
	}
	.acv-detail .time{
		padding: 10px 0;
	}
	.acv-see{
		font-size:18px;
		padding: 8px 0;
	}
	.introduction{
		padding: 15px;
	}
	.introduction .art-title{
		font-size: 3.2rem;
	}
	.introduction .sub-tit{
		font-size: 2.2rem;
	}
	.introduction .sub-tit{
		margin: 5px 0 15px;
	}
	.topic .topic-tit{
		font-size: 12px;
	}
	.topic .topic-icon{
		display: inline-block;
		width: 16px;
	}
	.topic-detail{
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.topic-detail .topic-detail-list span {
	    height: 20px;
	    line-height: 20px;
	}
	.topic-detail .topic-detail-list span:nth-of-type(2n-1){
		width: 14px;
		position: relative;
		top: -1px;
	}
	.topic-detail .topic-detail-list span:nth-of-type(2n){
		font-size: 10px;
	}
	.topic .topic-left{
		float: none;
		width: 100%;
	}
	.topic .topic-right{
		float: none;
		margin-top: 5px;
	}
	.download .download-tit{
		font-size:16px;
		margin: 0;
		max-height: 65px;
		overflow: hidden;
	}
	.download .download-icon{
		padding: 10px;
		/*border:1px solid #ccc;
		border-radius: 4px;*/
	}
	.download .download-icon img{
		width: 40px;
	}
	.download .download-tit{
		width: calc(100% - 80px);
		-webkit-line-clamp: 3;
	}
	.information{
		padding: 0 10px;
	}
	.information .sub-tit{
		margin: 5px 0 10px;
	}
	.info-list{
		/*border-top: 1px dashed #ccc;*/
		padding: 5px 0;
		margin-bottom: 20px;
	}
	.information .col-md-3 {
	    margin: 5px 0;
	}
	.info-num {
	    margin: 0 5px;
	}
	.info-num .info-detail{
		padding: 5px;
		font-size: 12px;
	}
	.about-list{
		padding: 0 5px;
	}
	.about-list h4{
		font-size: 3.6rem;
		margin: 10px auto;
	}
	.person-name{
		font-size: 2.8rem;
		
	}
	.person-item{
		margin: 5px;	
	}
	.where-phone h2{
		color: #333333;
		font-size: 3.2rem;
	}
	.where-phone p{
		color: #333333;
		font-size: 2.8rem;
		color: #444;
		line-height: 1.5;
		margin: 15px;
		position: relative;
		text-align: left;
	}
	.where-phone p .btn{
		margin-left: 21%;
	}
	.mapdiv{
		height: 45vh;
	}
}
/*绿色*/
.btn-009944{
	color: #fff;
    background-color: #009944;
    border-color: #009944;
    cursor: pointer;
}
.btn-009944:hover, .btn-009944:focus, .btn-009944:active{
    color: #fff;
    background-color: #0aab51;
    border-color:#0aab51;
    outline: none!important;
}