a{
	color: #428bca;
}
p {
    margin: 0 0 10px;
	font-weight: 300;
}
span{
	font-weight: 300;
}
/*banner*/
*{
	padding: 0;
}
#banner {
    margin-top: 0px;
    height: 30rem;
}
#banner .carousel-item{
    height: 500px;
}
.headTitle{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.head-content{
	width: 100%;
	height: 100%;
}
.carousel-content h1{
    display: flex;
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    margin-bottom:20px;
    font-weight: 400;
    font-size: 90px;
}
.Content{
	display: flex;
	position: relative;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	text-align: center;
}
.Content h1{
	margin-bottom:20px;
	font-weight: 400;
	font-size: 90px;
}
.Content h2 {
    margin-top: 50px;
    font-size: 50px;
}

.Content h4{
	color: #fff;
	font-size: 35px;
	margin: 0 0 30px 0;
	font-weight: 300;
}
.Content a {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 5px 32px;
	border-radius: 0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	margin-top: 10px;
	color: #fff;
	background: #18d26e;
}
.menu-content{
	background: #f9f9f9;
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	padding-bottom: 0px;
	overflow: hidden;
	width: 100%;
	padding-top: 5px;

}
@media (max-width: 850px) {
	.carousel-content h1{
		font-size: 60px;
	}
	.Content h4 {
	    font-size: 30px;
		line-height: 45px;
		margin: 0;
	}
}
@media (max-width: 600px) {
	.carousel-content h1{
		font-size: 50px;
	}
	.Content h4 {
	    font-size: 25px;
	}
}
@media (max-width: 450px) {
	.carousel-content h1{
		font-size: 30px;
		margin: 0 0 10px 0;
	}
	.Content h2 {
		    font-size: 30px;
	}
	.Content h4{
		font-size: 20px;
		line-height: 30px;
	}	
	
}
/*banner end*/
.joursmwidth {
    width: 80%;
    margin: auto;
}
.joursmwidth img{
    max-width: 100%;
	height: auto;
}
#top{
	width: 100%;
	min-height: 440px;
	background: url("/assets/src/224/img/article/banner_announce.jpg") no-repeat top;
	background-size: cover;
	/*border: 1px solid red;*/
	margin-top: 75px;
}
#topContent{
	width: 100%;
	height: 100%;
}
.topHeadTitle{
	width: 100%;
	color: #FFFFFF;
	/*position: absolute;
	top: 20%;*/
	margin-top: 100px;
	text-align: center;
}
.topHeadTitle span{
	display: block;
	font-size: 3em;
}
#middle{
	width: 100%;
	height: 30px;
	/*border: 1px solid red;*/	
}
#middleContent{
	width: 100%;
	height: 100%;
}
#bottom{
	width: 100%;
	/*height: 500px;*/
	/*border: 1px solid red;*/	
}
#bottomContent{
	width: 70%;
	/*height: 100%;*/
	/*border: 1px solid blue;*/
}
#bottomMenu{
	width: 100%;
	/*min-height: 50px;*/
	float: left;
	/*border: 1px solid yellow;*/
}
#bottomMenuContent{
	min-height: 50px;
	/*width: 200px;*/
	float: right;
	/*border: 1px solid black;*/
}
#back{
	float: left;	
}
#back a span{
	color: #fff !important;	
}
.btn_select{
	width: 120px !important;
	margin: 0 5px;
	height: 50px !important;
	float: left;
}
.btn_select label{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
}
.btn_input{
	margin-left: 5px;
	height: 50px !important;
	float: left;
	width: 160px !important;
}
.btn_input input{
	width: 120px !important;
	float: left;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.btn_input span{
	width: 40px;
	float: left;
	margin-top:5px ;
}


#bottomMain{
	width: 100%;
	/*height: 450px;*/
	padding-bottom: 20px;	
	float: left;
	/*border: 1px solid yellow;*/
}
#content_news{
	width: 100%;
	float: left;
	padding: 10px 0;
	/*border: 1px solid red;*/
}
.newsDivOut{
	width: 25%;
	height: auto;
	float: left;
	/*border: 1px solid blue;*/
}
.newsDivIn{
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 10px ;
	margin-bottom: 20px;
	/*阴影效果*/
	/*ie*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#DDDDDD;, direction=120, strength=4);
	/*firefox*/
	-moz-box-shadow: 2px 2px 10px #DDDDDD;
	/*safari或chrome*/
	-webkit-box-shadow: 2px 2px 10px #DDDDDD;
	/*opera或ie9*/	
	box-shadow: 2px 2px 10px #DDDDDD;
	/*border: 1px solid yellow;*/
}
.newsDivTop{
    /* height: 100%; */
	/*border: 1px solid blue;*/
}
.newsDivTop img{
	width: 100%;
	/* height: 100%; */
}
.newsDivBottom{
	width: 100%;
	height: 50%;
	/*border: 1px solid blue;*/	
}
.newsTitle{
	width: 100%;
	height: 50px;
	text-align: left;
	padding: 10px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	/*border: 1px solid red;*/
	font-weight: 300;
}
.newsTitle a{
	color: #000000;
	text-decoration: none;
}
.newsSummary.en_us,.newsSummary.es_es{
	text-align: left !important;
}
.newsSummary{
	width: 100%;
	height: 80px;
	color: #575454;
	padding: 10px;
	font-size: 0.9em;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	/*border: 1px solid red;*/
	font-weight: 300;
}
.newsSummary h2{ 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 300;
}
.newsOther{
	display: flex;
	width: 100%;
	height: 15%;	
	font-size: 0.9em;
	/*border: 1px solid red;*/
}
.news_date{
	width: 60%;
	height: 100%;
	padding-left: 10px;
	float: left;
}
.news_type{
	width: 40%;
	height: 100%;
	padding-right: 10px;
	float: left;
	text-align: right;
}
#moreNews{
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 20px;
}
#btn_more{
	width: 100%;
	text-align: center;
	cursor: pointer;
}
#btn_more span{
    font-weight: 400;
    font-size: 18px;
    color: #0071b8;
}
#btn_more button{
    border: none;
    background-color: transparent;
}
#btn_more span:hover{
    color: #88db99;
}
#logo {
    display: inherit;
}

/*响应式*/
@media (max-width: 1400px ) {
	#bottomContent {
    	width: 85%;
    }
}
@media (max-width: 1000px ) {
	#bottomContent {
    	width: 95%;
    }
}
@media (max-width: 900px ) {
	/*.topHeadTitle {
	    top: 10%;	
	}	*/
	#bottomContent {
    	width: 80%;
    }
    .newsDivOut {
    	width: 50%;
    }
}
@media (max-width: 800px ) {
	#bottomContent {
    	width: 70%;
    }
}
@media (max-width: 700px ) {
	#bottomContent {
    	width: 100%;
    }
}
@media (max-width: 600px ) {
	#bottomContent {
    	width: 95%;
    }
}
@media (max-width: 450px ) {
	/*.topHeadTitle {
	    top: 5%;	
	}		*/
	.joursmwidth{
		width: 90%;
	}
	#bottomContent {
    	padding-bottom: 50px;
    }
    .newsDivOut {
    	width: 100%;
    }
}
@media (max-width: 360px ) {
	#bottomContent {
    	width: 100%;
    }
    .newsDivOut {
    	width: 100%;
    }
}
/* tag-part */
.tagBtn {
	align-items: center;
	appearance: none;
	background-color: #fff;
	border-radius: 24px;
	border-style: none;
	box-shadow: #ffffff 0 1px 1px -1px,#c2c2c2 0 2px 2px 0,#c2c2c2 0 1px 5px 0;
	box-sizing: border-box;
	color: #3c4043;
	cursor: pointer;
	display: inline-flex;
	fill: currentcolor;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: .25px;
	line-height: normal;
	max-width: 100%;
	overflow: visible;
	padding: 8px;
	margin: 10px;
	position: relative;
	text-align: center;
	text-transform: none;
	transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: auto;
	will-change: transform,opacity;
	z-index: 0;
}
.tagBtn:hover {
	background: #ffffff;
  	color: #174ea6;
	transform: scale(1.05) rotate(0deg);
}
.underConstruction{
	text-align: center;
	display: block;
	padding: 30px 0;
}
.underConstruction img{
	width: auto;
}