

/*通用样式 start*/
a {
	color: #666;
}

a:hover {
	color: #fff;
}

.am-container {
	max-width: 1366px;
}

/*通用样式 end*/

.page-num{
				border:1px solid #ddd;
				padding: .5em 1em;
				border-radius: 3px;
				margin: 5px;
			}
			.page-num-current{
				background: #0b78cb;
				border:1px solid #0b78cb;
				color:#ffffff;
				border-radius: 3px;
			}
			.page-num:hover{
				background: #0b78cb;
				border:1px solid #0b78cb;
				color:#ffffff;
				border-radius: 3px;
			}
			.pagebar .pagination {
			  display: flex;
			  justify-content: center;
			  margin-top: 10px;
			}
			.pagination a {
			  background: #fff;
			  border: 1px solid #ccc;
			  color: #333;
			  font-size: 14px;
			  padding: 8px 12px;
			  margin: 0 5px;
			  border-radius: 3px;
			}
			.pagination span {
			    color: #333;
			    font-size: 14px;
			    padding: 8px 2px;
			    margin: 0 5px;
			    border-radius: 3px;
			}
			.pagination a:hover {
			  color: #4fc08d;
			  border: 1px solid #4fc08d;
			}
			.pagination a.page-num-current {
			  color: #fff;
			  background: #4fc08d;
			  border: 1px solid #4fc08d;
			}

/*logo&search start*/
#searchform {
	margin-top: 34px;
	max-width: 145px;
}

#searchform input[type="text"] {
	text-indent: 5px;
	background: #eee;
	border-radius: 0;
	font-size: 1.2rem !important;
}

#searchform button[type="submit"] {
	outline: none;
	background: none;
	border: none;
}

#searchform [class*=am-icon-]:before {
	color: #abadae;
}

.wxtop {
	padding: 0;
	margin: 0;
}

.wxtop li {
	padding: 34px 12px;
	background: url(http://www.sxjg-wl.com/images/ico_01b.png) no-repeat right center;
}

.wxtop li:last-child {
	background: none;
}

.wxtop .am-dropdown-content {
	background: #fff;
}

/*logo&search end*/

/*导航栏 start*/

.navbox {
	position: absolute;
	width: 100%;
	z-index: 999;
	background: url(/skin/images/header_bg.png);
}

.am-topbar-brand {
	padding: 15px 24px 0 0;
	height: auto;
	line-height: normal;
}

.am-nav-pills>li>a,
.am-nav-pills>li.am-active>a,
.am-nav-pills>li.am-active>a:focus,
.am-nav-pills>li.am-active>a:hover {
	color: #fff;
	cursor: pointer;
	background-color: transparent;
	white-space: nowrap;
}

.am-topbar-nav>li>a:hover:after,
.am-topbar-nav>li.am-active>a:after {
	opacity: 0;
}

.am-nav-pills>li>a:focus,
.am-nav-pills>li>a:hover {
	background-color: transparent;
	color: #fff;
}

.am-nav-pills>li+li {
	margin-left: 0;
}

.am-topbar-nav>li>a {
	font-size: 1.4rem;
	padding: 38px 27px;
	line-height: normal;
	text-align: center;
}

.am-dropdown-content {
	margin: 0;
	border: none;
	background: url(/skin/images/header_bg.png);
	min-width: 100%;
}

ul.am-dropdown-content>li>a {
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
}

ul.am-dropdown-content>li>a:focus,
ul.am-dropdown-content>li>a:hover {
	background-color: transparent;
	color: #FFFF99;
}

.am-dropdown-content:after,
.am-dropdown-content:before {
	display: none;
}

.am-btn-primary,
.am-btn-primary:focus,
.am-btn-primary:hover {
	background-color: #1a4278;
	border-color: #1a4278;
}

.am-topbar-btn {
	margin-bottom: 8px;
}

/*导航栏 end*/

/* banner start */
.banner {
	text-align: center;
}

.banner img {
	width: 100%;
}

/* banner end */

/* 面包屑导航start */
.am-breadcrumb {
	margin: .3rem 0;
}

.am-breadcrumb,
.am-breadcrumb a {
	color: #999;
}

.am-breadcrumb li {
	font-weight: bold;
}

.am-breadcrumb .am-icon-home:before {
	font-size: 2rem;
	margin-right: 10px;
}

.am-breadcrumb .icon-none:before {
	display: none;
}

/* 面包屑导航end */

/* 二级导航 start */
.list-nav {
	background-color: #f5f5f5;
}

.list-nav ul {
	padding: 0;
	margin: 0;
}

.list-nav ul li {
	display: inline-block;
}

.list-nav ul li a {
	display: block;
	padding: 18px 20px;
}

.list-nav ul li a.cur {
	background-color: #0b78cb;
	color: #fff;
}

.list-nav ul li a:hover {
	background-color: #0b78cb;
	color: #fff;
}

/* 二级导航 end */

/*列表分页 start*/
.am-pagination>.am-active>a,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span,
.am-pagination>.am-active>span:focus,
.am-pagination>.am-active>span:hover {
	background-color: #0b78cb;
	border-color: #0b78cb;
}

.am-pagination>li>a:focus,
.am-pagination>li>a:hover,
.am-pagination>li>span:focus,
.am-pagination>li>span:hover {
	background-color: #0b78cb;
	border-color: #0b78cb;
	color: #fff;
}

.am-pagination>li>a,
.am-pagination>li>span {
	border-radius: 3px;
	color: #999;
	/*margin-right: 0;*/
}

/*列表分页 end*/

/*友情链接 start*/
.friendly-link {
	margin: 70px 0;
	text-align: center;
}

.friendly-link ul {
	padding: 0;
	margin: 0;
}

.friendly-link li {
	display: inline-block;
	padding-right: 20px;
}

.friendly-link li:last-child {
	padding-right: 0;
}

.friendly-link li select {
	font-size: 1.4rem;
	width: 295px;
	height: 40px;
	color: #666;
	background-color: #f5f5f5;
	border: #dbdbdb solid 1px;
}

/*友情链接 end*/

/*页尾 start*/
.footer {
	background-color: #214c7f;
}

.footer li p {
	color: #fff;
	margin: .5rem 0;
}

.footer-left li p {
	font-size: 1.4rem;
}

.footer-left li p:first-child {
	font-size: 2rem;
	margin-bottom: 25px;
	font-weight: bold;
}

.footer-mid img {
	margin: 10px 0 20px 0;
}

.footer-mid li {
	padding: 3px 0;
	font-size: 1.4rem;
}

.footer-mid li a {
	color: #fff;
}

.footer-mid li span {
	color: #4c88d0;
	margin-left: 10px;
}

.footer-right h1 {
	font-size: 1.8rem;
	color: #fff;
	margin: 10px 0;
	font-weight: normal;
}

.footer-right ul {
	margin: 0;
	padding: 0;
}

.footer-right ul li {
	list-style: none;
	padding-right: 15px;
}

.footer-right ul li .am-dropdown-content {
	background: #fff;
}

.footer-bottom {
	height: 40px;
	line-height: 40px;
	background-color: #132c49;
	color: #305a8c;
}

.footer-bottom a {
	color: #305a8c;
}

/*页尾 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*search start*/
	#searchform {
		max-width: 100%;
		margin-top: 0;
	}

	/*search start*/

	/*导航 start*/
	.am-topbar-brand {
		padding: 10px 0px 0px 15px;
	}

	.am-dropdown-content {
		display: none !important;
	}

	.am-nav>li>a {
		padding: .4em 1em;
	}

	/*导航 end*/

	/* 二级导航 start */
	.list-nav ul li a {
		padding: 5px;
	}

	/* 二级导航 end */

	/* 页尾 start */
	.friendly-link {
		margin: 20px 0;
	}

	.friendly-link li select {
		margin: 3px 0;
	}

	.friendly-link li {
		padding-right: 0;
	}

	.footer-bottom {
		height: auto;
		line-height: normal;
		padding: 5px;
	}

	/* 页尾 end */
}

/*电脑*/

@media only screen and (min-width: 1025px) {
	.no-padding-left {
		padding-left: 0px !important;
	}

	.no-padding-right {
		padding-right: 0px !important;
	}

	/*列表 start*/
	.am-list-news-default {
		margin: 10px 0;
	}

	/*列表 end*/
}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/



.con4-list .text .abs {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 22px;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.con4-list .text .title {
    font-size: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
.con4-list ul li .text {
    padding-left: 20px;
    width: 79%;
}
.con4-list ul li .time .mons {
    font-size: 14px;
    color: #aaa;
}
.con4-list ul li .time .day {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #333;
}

.con4-list ul li .time {
    border-right: 1px solid #e5e5e5;
    width: 15%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.con4-list ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.con4-list ul li {
    padding: 25px 25px 25px 0;
    width: 48.5%;
    box-sizing: border-box;
    background: #f5f5f5;
	list-style-type:none;
}
.con4-list ul li:nth-of-type(1){
	margin-bottom: 30px;
} 

.con4-list ul li:nth-of-type(2){
    margin-bottom: 30px;
}
.con4-list ul li:nth-of-type(3){
	margin-bottom: 30px;
} 

.con4-list ul li:nth-of-type(4){
    margin-bottom: 30px;
}
.con4-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.newsTion-column .newsTion-column-name {
    font-size: 32px;
    font-weight: bold;
}

.newsTion-column p {
    text-align: center;
}
.newsTion-column .newsTion-column-name {
    font-size: 32px;
    font-weight: bold;
}

.newsTion-column p {
    text-align: center;
}
.newsTion-column .newsTion-column-nameEng {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.newsTion-column p {
    text-align: center;
}
.newsTion-column .newsTion-column-nameEng {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.newsTion-column p {
    text-align: center;
}
.newsTion-column {
    padding: 65px 0 40px 0;
}
.announcements {
    max-width: 1400px;
    margin: auto;
    margin-bottom: 50px;
}
@media (max-width: 800px){
	.newsTion, .dynamic-con, .construction, .announcements {
	    margin-bottom: 30px;
	    width: 95%;
	}
}

@media (max-width: 1400px){
	.newsTion, .dynamic-con, .construction, .announcements {
	    width: 90%;
	    margin: 0 auto;
	    margin-bottom: 40px;
	}
}
@media (max-width: 1120px){
	.con4-list ul {
	    flex-direction: column;
		    margin-left: -35px;
		}
	
}
@media (max-width: 1120px){
	.con4-list ul li {
	    width: 95%;
	    margin: auto;
	}
}
@media (max-width: 800px){
	.con4-list ul li .time {
	    width: 30%;
	}
}
@media (max-width: 800px){
	.con4-list ul li .time .day {
	    font-size: 30px;
	}
}
@media (max-width: 800px){
.con4-list ul li .text {
    width: 70%;
}
}
@media (max-width: 800px){
	.swiper-item .title, .newsTion-text ul li.one a, .con4-list .text .title, .swiper-slide .video .title, .basic-item .text .title {
	    font-size: 16px;
	}
}
@media (max-width: 800px){
	.dynamic ul li .abs a, .dynamic ul li .more a, .swiper-item .abs, .con4-list .text .abs, .company .more a {
	    font-size: 12px;
	}
}
