@CHARSET "UTF-8";

/* for navbar-default */
#header {

}

#header .navbar-default {
	height: 70px;
}

#header .navbar-default .navbar-header {
	height: 100px;
}

#header .navbar-brand {
	width: 160px;
	padding: 0 15px;
}

#header .navbar-brand img {
	width: 100%;
	/*height: 45px;*/
}

#header #header-navbar .search-button {
	display: inline-block;
	margin-top: 12px;
	float: right;
	/* margin-left: 55px; */
}


.navbar-fixed-bottom, .navbar-fixed-top{
	position: absolute !important;
}

#header #header-navbar .search-button .input-group button{
	width: 105px;
	height: 45px;
	font-size: 20px;
	border: none;
	border-radius: 0;
	background: #447EDC;
}

@media (min-width: 768px) {
	.navbar-default .collapse .navbar-nav>li>a  {
		border: none;
		font-size: 20px;
		color: #FFFFFF;
		padding: 25px 30px;
	}

	.navbar-default .collapse .navbar-nav>li.active>a {
		background: none;
		border: none;
	}
	#header .navbar-default .collapse .navbar-nav>li:hover>a {
		border: none;
		background: rgba(68,126,220,0.7);
		color: white;
	}

	.navbar-default .collapse .navbar-nav .dropdown>.dropdown-menu{
		width: 100%;
		border: none;
	}

	.navbar-default .collapse .navbar-nav .dropdown>.dropdown-menu>li>a{
		text-align: center;
		font-size: 18px;
		padding: 10px 0;
	}

	.navbar-default .collapse .navbar-nav .dropdown>.dropdown-menu>li>a:hover{
		background: rgba(68,126,220,0.5);
	}

	.navbar-default .navbar-left{
		position: relative;
		width: 87%;
	}

	.navbar-default .navbar-left .search-button .search-container .form-control{
		position: absolute;
		display: none;
		height: 100%;
		width: 670px;
		background: #447EDC;
		font-size: 16px;
		color: #FFFFFF;
		border: none;
		/* border: 1px solid #FFFFFF; */
		right: 0;
		padding-left: 25px;
		padding-right: 40px;
	}
	.navbar-default .navbar-left .search-button .search-container .form-control::placeholder{
		color: #71a3f3;
	}

	.navbar-default .navbar-left .search-button .search-container .show{
		display: block;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.navbar-default .collapse .navbar-nav>li>a{
		font-size: 16px;
		padding: 24px 20px;
	}
	.navbar-default .collapse .navbar-nav .dropdown>.dropdown-menu>li>a{
		font-size: 16px;
	}
	#header #header-navbar .search-button {
		margin-top: 14px;
		margin-left: 40px;
	}

	#header #header-navbar .search-button .input-group button{
		width: 86px;
		height: 40px;
		font-size: 16px;
	}
	.navbar-default .navbar-left .search-button .search-container .form-control{
		width: 700px;
	}

	.language a{
		font-size: 16px !important;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.navbar-default .collapse .navbar-nav>li>a{
		font-size: 16px;
		padding: 30px 4px;
	}
	.navbar-default .collapse .navbar-nav .dropdown>.dropdown-menu>li>a{
		font-size: 16px;
	}
	#header #header-navbar .search-button {
		margin-top: 20px;
		margin-left: 30px;
	}

	#header .navbar-default{
		height: 80px;
	}

	#header .navbar-default .navbar-header {
		height: 80px;
	}

	#header #header-navbar .search-button .input-group button{
		width: 86px;
		height: 40px;
		font-size: 16px;
	}

	#header .navbar-brand img{
		height: 137px;
	}
	.navbar-default .navbar-left .search-button .search-container .form-control{
		width: 540px;
	}
}

@media screen and (max-width: 767px) {
	#header .navbar-default{
		height: 64px;
	}

	#header .navbar-default .navbar-header {
		height: 64px;
	}
	#header .navbar-brand img{
		height: 88px;
	}
}


/*footer*/
#footer .footer-row .navbar-bottom .navbar-nav>li>a{
	font-size: 16px;
	padding: 46px 29px;
}

#footer .footer-row .navbar-bottom .navbar-nav>li:first-child>a{
	padding-left: 0;
}

#footer .footer-row .navbar-bottom .navbar-nav>li:last-child>a{
	padding-right: 0;
}

#footer .footer-row .navbar-bottom {
	padding-top: 45px;
}
#footer .footer-row .navbar-bottom .navbar-nav .nav-next {
	font-size: 18px;
	font-weight: bold;
}

#footer .footer-row .navbar-bottom .navbar-nav .nav-next>li>a {
	color: #b0c1dd;
	font-size: 16px;
	font-weight: normal;
}
#footer .footer-row .navbar-bottom .navbar-nav .nav-next>li {
	list-style-type: none;
	margin-top: 12px;
}

#footer .footer-row .navbar-bottom .navbar-nav .nav-next>li>a:hover{
	background: none;
	color: white;
	text-decoration: underline;
}
#footer .footer-row .navbar-bottom-sm .nav-next{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
}

#footer .footer-row .navbar-bottom-sm .nav-next li{
	list-style-type: none;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
}
#footer .footer-row .navbar-bottom-sm .nav-next>li>a:hover{
	background: none;
	color: white;
	text-decoration: underline;
}


#footer .footer-top .footer-body {
	padding: 60px 0 0 0;
}
#footer .footer-top .footer-body .bottom-right {
	padding-top: 50px;
}
#footer .footer-top .footer-body .code-text {
	font-size: 18px;
	font-weight: bold;
}
#footer .footer-top .footer-body .code-image {
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer .footer-top .footer-body .code-image>img {
	width: 78%;
}
.footer-top{
	height: 450px;
}
.footer-top .image {
	margin-top: 26px;
	margin-bottom: 26px;
}

.footer-top .image>img {
	width: 85%;
}

.footer-top .visit p{
	color: #b0c1dd;
	line-height: 105px;
	font-size: 24px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	#footer .footer-row .navbar-bottom .navbar-nav>li>a{
		font-size: 14px;
		padding: 46px 36px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	#footer .footer-row .navbar-bottom .navbar-nav>li>a{
		font-size: 14px;
		padding: 46px 17px;
	}
}

@media screen and (max-width: 767px) {
	#footer .footer-row .navbar-bottom .navbar-nav>li>a{
		font-size: 14px;
		padding: 10px 0;
		text-align: center;
	}
	#footer .footer-row{
		padding-top: 15px;
	}
}

.language-lg {
	right: 60px;
	top: 0;
	position: absolute;
	height: 100px;
	line-height: 70px;
}
.language-lg a{
	color: white;
	font-size: 20px;
}
.language-lg a:hover{
	text-decoration: none;
	color: #447EDC;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
	.language-lg{
		right: 80px;
	}
}

@media screen and (max-width: 1599px) and (min-width: 1440px) {
	.language-lg {
		right: 40px;
	}
}

@media screen and (max-width: 1439px) and (min-width: 1366px) {
	.language-lg {
		right: 25px;
	}
}

/*index_1*/
#push-wrap-1 {
	margin-top: 90px;
}

#push-wrap-1 .push-body .push-left {
	margin-top: 20px;
	padding-right: 35px;
}
#push-wrap-1 .push-body .push-left .caption {
	font-size: 38px;
	font-weight: bold;
	color: #447EDC;
}

#push-wrap-1 .push-body .push-left .content{
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EDF0F9;
	text-align: justify;
}

#push-wrap-1 .push-body .push-left .content font{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

#push-wrap-1 .push-body .push-left .content b{
	font-size: 28px;
	line-height: 60px;
	color: #333333;
}

#push-wrap-1 .push-body .push-left .media {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EDF0F9;
}

#push-wrap-1 .push-body .push-left .media .media-body{
	padding-left: 20px;
}

#push-wrap-1 .push-body .push-left .media .media-body>p{
	font-size: 20px;
}
#push-wrap-1 .push-body .push-left .media .media-body>h3{
	font-size: 28px;
	font-weight: bold;
}
#push-wrap-1 .push-body .push-right img{
	width: 100%;
}

@media screen and (max-width: 1199px) {
	#push-wrap-1 .push-body .push-left{
		padding-right: 10px;
	}
	#push-wrap-1 .push-body .push-left .caption{
		font-size: 28px;
	}
	#push-wrap-1 .push-body .push-left .content{
		padding-bottom: 10px;
	}
	#push-wrap-1 .push-body .push-left .content b{
		font-size: 22px;
		line-height: 35px;
	}
	#push-wrap-1 .push-body .push-left .content font{
		font-size: 14px;
		line-height: 25px;
	}
	#push-wrap-1 .push-body .push-left .media .media-left img{
		width: 70px;
	}
	#push-wrap-1 .push-body .push-left .media .media-body>p{
		font-size: 16px;
	}
	#push-wrap-1 .push-body .push-left .media .media-body>h3{
		font-size: 18px;
	}
	#push-wrap-1 .push-body .push-left .media{
		margin-top: 15px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	#push-wrap-1 .push-body .push-left .media{
		margin-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	#push-wrap-1{
		margin-top: 20px;
	}
}

/*INDEX_3*/
#push-wrap-3 {
	margin-top: 90px;
}

#push-wrap-3 .push-header .page-header{
	border: none;
}

#push-wrap-3 .push-header .name{
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: #333333;
}

#push-wrap-3 .push-body img{
	width: 100%;
}

#push-wrap-3 .push-body .list-group-item {
	border: none;
}

#push-wrap-3 .push-body .push-item{
	height: 106px;
	margin-bottom: 18px;
}

#push-wrap-3 .push-body .push-item .date {
	text-align: center;
	width: 20%;
	height: 100%;
	margin-right: 10px;
	background: #F6F8FF;
	padding: 0;
}

#push-wrap-3 .push-body .push-item .date .day{
	line-height: 68px;
	font-size: 38px;
	font-weight: bold;
}
#push-wrap-3 .push-body .push-item .title{
	width: 68%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: #F6F8FF;
	line-height: 106px;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
}
#push-wrap-3 .push-body .push-item .more{
	width: 10%;
	height: 100%;
	font-size: 70px;
	text-align: center;
	line-height: 106px;
	background: #F6F8FF;
}

#push-wrap-3 .push-body .push-item .more a{
	color: #447EDC !important;
}

#push-wrap-3 .push-body .push-item:hover .more{
	background: #447EDC;
}
#push-wrap-3 .push-body .push-item:hover .more a{
	color: white !important;
}

#push-wrap-3 .push-right .push-body{
	border-bottom: 1px solid #DADFEB;
}
#push-wrap-3 .push-body>.more{
	font-size: 20px;
	color: #447EDC;
	width: 20%;
	margin: 0 auto -12px auto;
	background: white;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {


	#push-wrap-3 .push-body .push-item{
		height: 83px;
	}
	#push-wrap-3 .push-body .push-item .title{
		width: 67%;
		line-height: 83px;
		padding-left: 10px;
	}
	#push-wrap-3 .push-body .push-item .date .day{
		line-height: 55px;
	}
	#push-wrap-3 .push-body .push-item .more{
		line-height: 83px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	#push-wrap-3 .push-body .push-item .title{
		padding-left: 5px;
		width: 66%;
		line-height: 53px;
		font-size: 14px;
	}
	#push-wrap-3 .push-body .push-item{
		height: 53px;
	}

	#push-wrap-3 .push-body .push-item .date .day{
		line-height: 32px;
		font-size: 22px;
	}
	#push-wrap-3 .push-body .push-item .more{
		line-height: 53px;
		font-size: 46px;
	}
	#push-wrap-3 .push-body>.more{
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	#push-wrap-3{
		margin-top: 20px;
	}
	#push-wrap-3 .push-header .name{
		font-size: 28px;
	}
	#push-wrap-3 .push-body .push-right{
		margin-top: 35px;
	}
	#push-wrap-3 .push-body .push-item .title{
		width: 67%;
		font-size: 14px;
		padding-left: 15px;
		line-height: 80px;
	}
	#push-wrap-3 .push-body .push-item .date .day{
		line-height: 50px;
	}
	#push-wrap-3 .push-body .push-item .more{
		line-height: 80px;
		font-size: 60px;
	}
	#push-wrap-3 .push-body .push-item{
		height: 80px;
	}
	#push-wrap-3 .push-body>.more{
		font-size: 16px;
	}
}

#push-wrap-5{
	margin-top: 30px;
	padding-top: 60px;
}
#push-wrap-5 .push-header{
	margin-bottom: 35px;
}
#push-wrap-5 .push-header .name{
	font-size: 38px;
	font-weight: bold;
}

#push-wrap-5 .push-body .push-item{
	text-align: center;
	background-color: #F6F8FF;
	margin-bottom: 90px;
}

#push-wrap-5 .push-body .push-item .push-title {
	position: relative;
	padding: 0 ;
}
#push-wrap-5 .push-body .push-item .push-title img {
	width: 100%;
}


#push-wrap-5 .push-body .tab-header {
	position: absolute;
	display: inline-block;
	background-color: rgba(68, 126, 220, 0.2);
	width: 100%;
	height: 100px;
	font-size: 32px;
	font-weight: bold;
	color: white;
	line-height: 100px;
	cursor: pointer;
}

#push-wrap-5 .push-body .push-articles .articles-list-item{
	height: 100px;
	border-bottom: 1px solid #EDF0F9;
	margin-top: 26px;
}

#push-wrap-5 .push-body .push-item .push-articles>.more{
	font-size: 20px;
	color: #447EDC;
	width: 12%;
	margin: auto;
	line-height: 46px;
	background-color: #F6F8FF;
}

#push-wrap-5 .push-body .push-item .push-articles>hr{
	margin: auto;
	width: 30%;
	margin-top: 25px;
	margin-bottom: -25px;
	border-color: #858585;
}

#push-wrap-5 .push-body .push-articles .articles-list-item .date{
	height: 70%;
	text-align: center;
	margin-right: 15px;
	width: 10%;
}
#push-wrap-5 .push-body .push-articles .articles-list-item .date .day{
	font-size: 46px;
	line-height: 50px;
}
#push-wrap-5 .push-body .push-articles .articles-list-item .date .month{
	font-size: 18px;
}
#push-wrap-5 .push-body .push-articles .articles-list-item .title{
	padding-left: 32px;
	width: 70%;
	text-align: left;
	height: 70%;
	line-height: 70px;
	font-size: 18px;
	border-left: 1px solid #EDF0F9;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#push-wrap-5 .push-body .push-articles .articles-list-item .more{
	width: 16%;
	text-align: center;
	height: 70%;
	line-height: 70px;
	font-size: 20px;
	border-left: 1px solid #EDF0F9;
}
#push-wrap-5 .push-body .view-more{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #447EDC;
	font-size: 20px;
}
#push-wrap-5 .push-body .view-more>img {
	width: 1.5%;
	margin-top: -5px;
}

#push-wrap-5 .push-body .show{
	display: block;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	#push-wrap-5 .push-body .push-articles .articles-list-item .date{
		margin-right: 30px;
	}
	#push-wrap-5 .push-body .push-articles .articles-list-item .title{
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	#push-wrap-5 {
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 0;
	}
	#push-wrap-5 .push-header .name{
		font-size: 28px;
	}
	#push-wrap-5 .push-body .tab-header{
		font-size: 16px;
		width: 135px;
		height: 50px;
		line-height: 50px;
	}
	#push-wrap-5 .push-body .push-articles .articles-list-item{
		height: 80px;
	}
	#push-wrap-5 .push-body .push-articles .articles-list-item .date{
		margin-right: 5px;
		width: 20%;
	}
	#push-wrap-5 .push-body .push-articles .articles-list-item .date .day{
		font-size: 28px;
	}
	#push-wrap-5 .push-body .push-articles .articles-list-item .date .month{
		font-size: 14px;
	}
	#push-wrap-5 .push-body .push-articles .articles-list-item .title{
		font-size: 14px;
		padding-left: 10px;
		width: 75%;
		height: 60px;
		line-height: 60px;
	}
	#push-wrap-5 .push-body .view-more{
		font-size: 14px;
	}
	#push-wrap-5 .push-body .view-more img{
		width: 3%;
	}
	#push-wrap-5 .push-body .push-item{
		margin-bottom: 50px
	}
}

#push-wrap-2 {
	margin-top: 90px;
}
#push-wrap-2 .push-header .name{
	font-size: 38px;
	font-weight: bold;
}
#push-wrap-2 .push-body {
	margin-top: 30px;
}
#push-wrap-2 .push-body .push-item{
	background: #F6F8FF;
	display: inline-block;
	padding: 0 8px;
	width: 20%;
}
#push-wrap-2 .push-body .push-item .tab-header{
	display: inline-block;
	width: 100%;
	height: 95px;
	line-height: 95px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
#push-wrap-2 .push-body .push-item:hover .tab-header{
	background: #447EDC;
	color: white;
}
#push-wrap-2 .push-body .push-articles{
	background: #F6F8FF;
	padding-bottom: 30px;
}
#push-wrap-2 .push-body .push-articles .articles-list-item{
	width: 100%;
	display: inline-block;
}
#push-wrap-2 .push-body .push-articles .articles-list-item a>img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease-in-out;
}
#push-wrap-2 .push-body .push-articles .articles-list-item a img:hover{
	transform: scale(1.05);
}
#push-wrap-2 .push-body .push-articles .articles-list-item a{
	display: block;
	position: relative;
	overflow: hidden;
}
#push-wrap-2 .push-body .push-articles .articles-list-item .introduction .table{
	height: 100%;
	width: 100%;
	margin: 0;
	display: table;
}
#push-wrap-2 .push-body .push-articles .articles-list-item .introduction .table p{
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#push-wrap-2 .push-body .push-articles .articles-list-item .introduction{
	position: absolute;
	display: none;
	width: 94%;
	height: 95%;
	line-height: 30px;
	background: rgba(68,126,220,0.8);
	color: white;
	font-weight: bold;
	font-size: 20px;
	padding: 50px 20px;
	margin-left: 7px;
	margin-top: 10px;
}
#push-wrap-2 .push-body .push-articles .articles-list-item .introduction p>span{
	font-weight: normal;
	font-size: 18px;
}

#push-wrap-2 .push-body .push-articles .articles-list-item:hover .introduction{
	top: 0;
	display: block;
}

#push-wrap-2 .push-body .view-more{
	display: block;
	width: 250px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	font-size: 20px;
	color: #447EDC;
	margin: 30px auto 0 auto;
	border: 1px solid #447EDC;
}
#push-wrap-2 .push-body .view-more:hover{
	background: #447EDC;
	color: white;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	#push-wrap-2 .push-body .push-item .tab-header{
		height: 70px;
		line-height: 70px;
	}
	#push-wrap-2 .push-body .push-articles .articles-list-item .introduction{
		font-size: 16px;
	}
	#push-wrap-2 .push-body .view-more{
		width: 200px;
	}
}
@media screen and (max-width: 767px) {

	#push-wrap-2 {
		margin-top: 20px;
	}
	#push-wrap-2 .push-header .name{
		font-size: 28px;
	}
	#push-wrap-2 .push-body .push-item .tab-header{
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
	#push-wrap-2 .push-body .push-articles .articles-list-item{
		width: 100%;
	}
	#push-wrap-2 .push-body .view-more{
		width: 150px;
		height: 50px;
		line-height: 50px;
		margin-top: 25px;
		font-size: 16px;
	}
}
#push-wrap-4 {
	margin-bottom: 90px;
}
#push-wrap-4 .push-header{
	margin-bottom: 35px;
}
#push-wrap-4 .push-header .name{
	font-size: 38px;
    font-weight: bold;
}
#push-wrap-4 .push-body {
	background-color: #F6F8FF;
	padding: 15px 30px;
}

#push-wrap-4 .push-body .push-article {
	padding: 0;
}
#push-wrap-4 .push-body .push-article .push-content .image {
	width: 20%;
}
#push-wrap-4 .push-body .push-article .push-content .article {
	padding-left: 35px;
	width: 80%;
	height: 100%;
}
#push-wrap-4 .push-body .push-article .push-content .article .title h2 {
	font-weight: bold;
}
#push-wrap-4 .push-body .push-article .push-content .article .introduction {
	padding-top: 15px;
	padding-right: 15px;
	height: 70%;
	font-size: 18px;
}
#push-wrap-4 .push-body .push-article .push-content .article .date {
	font-size: 18px;
}
#push-wrap-4 .push-body .push-article .push-content {
	width: 98%;
	height: 348px;
	margin-bottom: 24px;
	border-bottom: 1px solid #EDF0F9;
}
#push-wrap-4 .push-body .push-article .push-content .image img{
	width: 100%;
}
#push-wrap-4 .push-body .push-item .push-image {
	padding: 0;
}
#push-wrap-4 .push-body .push-item .push-image img {
	width: 100%;
	height: 100%;
}
#push-wrap-4 .push-body .push-content .image .title{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 80px;
}
#push-wrap-4 .push-body .push-content .image{
	box-shadow: 0 0 5px #ccc;
}

#push-wrap-4 .push-body .push-content .know-more{
	display: block;
	width: 125px;
	height: 80px;
	margin: 1px auto 0 auto;
	background: #F6F8FF;
	border-radius: 0 0 125px 125px;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
}

#push-wrap-4 .push-body .push-item .push-article>.more{
	font-size: 20px;
	color: #447EDC;
	width: 12%;
	margin: 5px auto -22px auto;
	line-height: 40px;
	background-color: #F6F8FF;
}

#push-wrap-4 .push-body .push-item .push-article>hr{
	margin: auto;
	width: 30%;
	margin-top: -5px;
	margin-bottom: -25px;
	border-color: #858585;
}

#push-wrap-4 .push-body .push-content .know-more:hover{
	background: #447EDC;
	color: white;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	#push-wrap-4 .push-header{
		height: 235px;
		padding-top: 30px;
	}
	#push-wrap-4 .push-body{
		margin-top: -90px;
	}
	#push-wrap-4 .push-body .push-content .image .title{
		font-size: 16px;
		line-height: 50px;
	}
}

@media screen and (max-width: 767px) {
	#push-wrap-4 {
		margin-bottom: 20px;
	}
	#push-wrap-4 .push-body{
		padding: 0 30px;
	}
	#push-wrap-4 .push-header .name{
		font-size: 28px;
	}
	#push-wrap-4 .push-body .push-content .image .title{
		font-size: 18px;
		line-height: 40px;
	}
	#push-wrap-4 .push-body .push-article .push-content{
		height: 130px;
		margin-right: 0;
	}
	#push-wrap-4 .push-body .push-article .push-content .image{
		width: 25%;
	}
	#push-wrap-4 .push-body .push-article .push-content .article{
		width: 75%;
	}
	#push-wrap-4 .push-body .push-article .push-content .article .title h3{
		font-size: 16px;
		line-height: 0;
	}
	#push-wrap-4 .push-body .push-article .push-content .article .introduction{
		padding-top: 10px;
		height: 55%;
	}
	#push-wrap-4 .push-body .push-article .push-content .article .introduction p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 16px;
		font-size: 12px;
	}
	#push-wrap-4 .push-body .push-article .push-content .article .date{
		font-size: 12px;
	}
}

/*----------------------------首页css结束分割线------------------------*/

.articles-default .articles-list .articles-list-item{
	height: 100px;
	border-bottom: 1px solid #EDF0F9;
	margin-top: 30px;
}

.articles-default .articles-list .articles-list-item .date{
	height: 70%;
	text-align: center;
	margin-right: 48px;
}
.articles-default .articles-list .articles-list-item .date .day{
	font-size: 46px;
	line-height: 50px;
}
.articles-default .articles-list .articles-list-item .date .month{
	font-size: 18px;
}
.articles-default .articles-list .articles-list-item .title{
	padding-left: 40px;
	height: 70%;
	width: 75%;
	line-height: 30px;
	font-size: 18px;
	border-left: 1px solid #EDF0F9;
}
.articles-default .articles-list .articles-list-item .title>.table{
	width: 100%;
	height: 100%;
	margin: 0;
	display: table;
}
.articles-default .articles-list .articles-list-item .title>.table>a{
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.articles-default .articles-list .articles-list-item .more{
	height: 70%;
	line-height: 70px;
	font-size: 18px;
	padding-left: 40px;
	border-left: 1px solid #EDF0F9;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.articles-default .articles-list .articles-list-item .date{
		margin-right: 30px;
	}
	.articles-default .articles-list .articles-list-item .title{
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.articles-default .articles-list .articles-list-item{
		height: 80px;
	}
	.articles-default .articles-list .articles-list-item .date{
		margin-right: 5px;
	}
	.articles-default .articles-list .articles-list-item .date .day{
		font-size: 28px;
	}
	.articles-default .articles-list .articles-list-item .date .month{
		font-size: 14px;
	}
	.articles-default .articles-list .articles-list-item .title{
		font-size: 14px;
		padding-left: 10px;
		width: 240px;
		height: 56px;
		line-height: 20px;
	}
}


.articles-full-image-detail {
	margin-top: 40px;
}

.articles-full-image-detail .articles-list .articles-item .articles-content{
	padding: 20px;
	height: 266px;
	border: 1px solid #EDF0F9;
	overflow: hidden;
}
.articles-full-image-detail .articles-list .articles-item .articles-content .image{
	float: left;
	width: 30%;
}
.articles-full-image-detail .articles-list .articles-item .articles-content .image img{
	display: block;
	width: 100%;
}
.articles-full-image-detail .articles-list .articles-item .articles-content .content-right{
	float: right;
	width: 65%;
}
.articles-full-image-detail .articles-content .content-right .title{
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
}
.articles-full-image-detail .articles-content .content-right .introduction{
	font-size: 20px;
	line-height: 35px;
	height: 90px;
	margin-top: 10px;
}
.articles-full-image-detail .articles-content .content-right .read-way a{
	display: inline-block;
	width: 45%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	border: 1px solid black;
	border-radius: 10px;
}

.articles-full-image-detail .articles-content .content-right .read-way a:hover{
	background: #447EDC;
	color: white;
	border: none;
}
.articles-full-image-detail .articles-content .content-right .article-content-foot{
	margin-top: 18px;
}

.articles-full-image-detail .articles-content .content-right .article-content-foot .date{
	font-size: 18px;
	color: #666666;
}
.articles-full-image-detail .articles-content .content-right .article-content-foot .know-more{
	float: right;
	font-size: 18px;
	color: #447EDC;
	text-decoration: none;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.articles-full-image-detail .articles-content .content-right .title{
		font-size: 20px;
	}
	.articles-full-image-detail .articles-content .content-right .introduction{
		height: 70px;
		font-size: 16px;
		line-height: 25px;
	}
	.articles-full-image-detail .articles-content .content-right .read-way a{
		height: 30px;
		line-height: 30px;
		width: 40%;
		font-size: 14px;
	}
	.articles-full-image-detail .articles-content .content-right .article-content-foot .date{
		font-size: 14px;
	}
	.articles-full-image-detail .articles-content .content-right .article-content-foot .know-more{
		font-size: 14px;
	}
	.articles-full-image-detail .articles-list .articles-item .articles-content{
		height: 225px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.articles-full-image-detail .articles-content .content-right .title{
		font-size: 16px;
	}
	.articles-full-image-detail .articles-content .content-right .introduction{
		font-size: 12px;
		line-height: unset;
		margin-top: 5px;
		height: 52px;
	}
	.articles-full-image-detail .articles-content .content-right .read-way a{
		width: 45%;
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
	.articles-full-image-detail .articles-content .content-right .article-content-foot .date{
		font-size: 12px;
	}
	.articles-full-image-detail .articles-content .content-right .article-content-foot .know-more{
		font-size: 12px;
	}
	.articles-full-image-detail .articles-content .content-right .article-content-foot{
		margin-top: 3px;
	}
	.articles-full-image-detail {
		margin-top: 20px;
	}
	.articles-full-image-detail .articles-list .articles-item .articles-content{
		height: 180px;
	}
}
@media screen and (max-width: 767px) {
	.section-articles-full{
		margin-top: 20px;
	}
	.articles-full-image-detail{
		margin-top: 20px;
	}
	.articles-full-image-detail .articles-item{
		padding: 0;
	}
	.articles-full-image-detail .articles-list .articles-item .articles-content{
		padding: 5px;
		height: 170px;
	}
	.articles-full-image-detail .articles-content .content-right .title{
		font-size: 18px;
	}
	.articles-full-image-detail .articles-content .content-right .read-way a{
		font-size: 14px;
		height: 35px;
		line-height: 35px;
	}
	.articles-full-image-detail .articles-content .content-right .read-way{
		margin-top: 25px;
	}
	.articles-full-image-detail .articles-content .content-right .article-content-foot .date{
		font-size: 14px;
	}
	.articles-full-image-detail .articles-content .content-right .article-content-foot .know-more{
		font-size: 14px;
	}
	.articles-full-image-detail .articles-content .content-right .article-content-foot{
		margin-top: 25px;
	}
}


.article-image-content .article-body{
	margin-top: 50px;
	margin-bottom: 50px;
}
.article-image-content .article-item{
	overflow: hidden;
}
.article-image-content .article-item .content{
	padding: 15px;
}

.article-image-content .article-item .image{
	width: 38%;
	float: left;
}
.article-image-content .article-item .image img{
	width: 100%;
}
.article-image-content .article-item .content{
	width: 60%;
	float: right;
}
.article-image-content .article-item .content .title{
	font-size: 38px;
	font-weight: bold;
}
.article-image-content .article-item .content .introduction{
	font-size: 32px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.article-image-content .article-item .content .article-content{
	font-size: 18px;
	line-height: 30px;
	min-height: 230px;
}

.article-image-content .article-item .content .read-way a{
	display: inline-block;
	width: 45%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	border: 1px solid black;
	border-radius: 20px;
}

.article-image-content .article-item .content .read-way a:hover{
	background: #447EDC;
	color: white;
	border: none;
}
.article-image-content .article-item .content .read-way{
	margin-top: 5px;
}
.article-image-content .article-item .content .article-content-foot{
	margin-top: 30px;
	font-size: 18px;
}
.article-image-content .article-item .content .article-content-foot .click-number{
	float: right;
}
.article-image-content .article-item .content .statement{
	margin-top: 30px;
	font-size: 14px;
	width: 100%;
	padding: 15px;
	background: #F5F5F5;
}
.article-footer .article-footer-next{
	text-align: right;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.article-image-content .article-item .content .introduction{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.article-image-content .article-item .content .article-content{
		font-size: 16px;
		line-height: 26px;
		min-height: 150px;
	}
	.article-image-content .article-item .content .read-way{
		margin-top: 20px;
	}
	.article-image-content .article-item .content .read-way a{
		font-size: 26px;
		height: 50px;
		line-height: 50px;
	}
	.article-image-content .article-item .content .article-content-foot{
		margin-top: 20px;
	}
	.article-image-content .article-item .content .statement{
		margin-top: 20px;
	}
	.article-image-content .article-item .content{
		padding-top: 0;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.article-image-content .article-item .content .title{
		font-size: 32px;
	}
	.article-image-content .article-item .content .introduction{
		font-size: 26px;
		margin: 0;
	}
	.article-image-content .article-item .content .article-content{
		font-size: 16px;
		line-height: 24px;
		min-height: 120px;
	}
	.article-image-content .article-item .content .read-way{
		margin-top: 8px;
	}
	.article-image-content .article-item .content .read-way a{
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.article-image-content .article-item .content .article-content-foot{
		margin-top: 8px;
		font-size: 16px;
	}
	.article-image-content .article-item .content .statement{
		margin-top: 8px;
		font-size: 12px;
		padding: 8px;
	}
	.article-image-content .article-item .content{
		padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.article-image-content .article-item .image{
		width: 100%;
		margin-bottom: 20px;
	}
	.article-image-content .article-item .content{
		width: 100%;
		padding: 0;
	}
	.article-image-content .article-item .content .title{
		font-size: 28px;
	}
	.article-image-content .article-item .content .introduction{
		font-size: 24px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.article-image-content .article-item .content .article-content{
		min-height: unset;
	}
	.article-image-content .article-item .content .read-way{
		margin-top: 10px;
	}
	.article-image-content .article-item .content .read-way a{
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.article-image-content .article-body{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}



.articles-full-detail-list .header .description{
	font-size: 18px;
	line-height: 30px;
}
.articles-full-detail-list .header .description b{
	display: block;
	font-size: 38px;
	margin-bottom: 30px;
}
.articles-full-detail-list .articles-list{
	padding-top: 20px;
	border-top: 1px solid #EDF0F9;
	margin-top: 70px;
}

.articles-full-detail-list .articles-list .articles-list-item-title{
	font-size: 20px;
	font-weight: bold;
}
.articles-full-detail-list .articles-list .job-description{
	font-weight: bold;
	font-size: 16px;
}
.articles-full-detail-list .articles-list .articles-list-item-introduction {
	font-size: 16px;
	color: #333333;
	white-space: pre-line;
}

.articles-full-detail-list .articles-list .info{
	margin-top: 40px;
	font-size: 14px;
}
.articles-full-detail-list .articles-list .info .know-more{
	text-decoration: none;
}
.articles-full-detail-list .articles-list .info .know-more img{
	width: 12px;
	height: 12px;
}
@media screen and (max-width: 991px) {
	.articles-full-detail-list .header .description{
		line-height: unset;
		font-size: 16px;
	}
	.articles-full-detail-list .header .description b{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.articles-full-detail-list .articles-list{
		margin-top: 40px;
	}
}


/* 调整bootstrap 固有格式 */

@media (min-width: 1200px) {
    .navbar-default .container {
        width: 1770px;
    }

	#push-wrap-1 .container {
		width: 1170px;
	}

	#push-wrap-3 .container {
		width: 1770px;
	}

	#push-wrap-5 .container {
		width: 1770px;
	}
	
	#push-wrap-4 .container {
		width: 1770px;
	}

	#footer .container {
		width: 1770px;
	}
}


