body{
	font-family: "微软雅黑";
	background-color: #F0F5F9;
}
ul{
	list-style: none;
}
.font-1042aa{
	color: #1042aa;
}
.bg-405a93 {
	background: #405a93;
}
.bg-73b7f6{
	background: #2c81c9;
}
.tc{text-align: center;}

.bg-1e5897{background: #1e5897;}

.border-ededed {
	border: 1px solid #ededed;
}
.font-3{
	color: #333333;
}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}

.mt38{
	margin-top: 38px;
}
.mt10 {
	margin-top: 10px;
}

.mr20 {
	margin-right: 20px;
}

.padding2 {
	padding: 2px;
}

.font-white {
	color: white;
}

.font0 {
	font-size: 0;
}

.per25 {
	width: 25%;
}

.per100 {
	width: 100%;
}

.coverImg {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.boxShadow {
	-moz-box-shadow: 1px 1px 15px #999999;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

.text-ellipsis-1 {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.text-ellipsis-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
.ht54{
	height: 54px;
}
.ht160 {
	height: 160px;
}

.ht200 {
	height: 200px;
}
.ht100{height: 100px;}
.ht70{height: 70px;}
.ht287 {
	height: 200px !important;
}

.overflow-h {
	overflow: hidden;
}
.bg-white{
	background: white;
}
.display-flex{
	display: flex;
	
	align-content: center;
	align-items: center;
}
.flex1{
	flex: 1;
}
/* 导航样式 */
/* #navS{
	background: #405a93;
} */
#navS button .icon-bar{
	background: white;
}
.nav li a:hover{
	background: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: transparent;
}
.dropdown-menu>li>a:hover{
	color: #337ab7;
}
.nav>li>a {
	padding: 15px 0 !important;
	font-size: 16px;
}

.nav-justified>.dropdown .dropdown-menu {
	left: 15px !important;
	right: 15px;
}

.dropdown-menu {
	margin: 0 !important;
	opacity: 0.9;
}

.dropdown-menu>li>a {
	text-align: center;
	padding: 10px 20px !important;
}
.dropdown-menu li{
	border-bottom: 1px dashed #DDDDDD;
}
.dropdown-menu li:last-child{
	border-bottom: none;
}
.com_title {
	display: flex;
	background: #2c81c9;
	color: white;
	font-size: 16px;
	align-content: center;
	align-items: center;
	height: 40px;
	padding: 0 20px 0 10px;
}

.com_title img {
	width: 20px !important;
	float: left;
	margin-top: 10px;
}


.com_title .flex1 {
	flex: 1;
	padding-left: 10px;
}

.com_title .more {
	/* border: 1px solid #F5F5F5; */
	font-size: 15px;
	font-family: SimHei;
	display: inline-block;
	height: 22px;
	padding: 0 8px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}
.com_title .more a{
	color: white;
	text-decoration: none;
}

.introduce_img {
	height: 150px;
}

.cont {
	position: relative;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	/*background: white;*/
	text-indent: 2em;
}

.cont .details {
	color: #0056B3;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: -2px;
	/*background: white;*/
	cursor: pointer;
}

.bottom {
	overflow: hidden;
}

ul {
	margin: 0;
	padding: 0;
}

ul.list li .squre {
	float: left;
	background: #999;
	padding: 2px;
	margin-top: 20px;
}

ul.list li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #DDDDDD;
	cursor: pointer;
}

ul.list li a {
	float: left;
	padding-left: 10px;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	color: #333333;
}

ul.list li .date {
	font-size: 14px;
	color: #666;
	float: right;
}

ul.list li a:hover {
	color: #0093DB;
	text-decoration: none;
}

.news_img {
	height: 200px;
}

.footer {
	text-align: center;
	padding: 30px 0;
}
.footer ul li {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.footer ul li img {
	height: 18px;
	vertical-align: middle;
}

.footer p {
	font-size: 14px;
	margin-top: 10px;
}
.footer .logo{
	width: 300px;
	vertical-align: bottom;
}
.footer .ewm{
	height: 80px;
}
.location {
	padding: 8px 20px 10px 10px;
	border-bottom: 2px solid #DDDDDD;
	overflow: hidden;
}

.location img {
	width: 16px;
	float: left;
}

.location .flex1 {
	float: left;
	font-size: 14px;
	color: #666666;
	padding-left: 16px;
}

.com_list {
	overflow: hidden;
}
.com_list li .circle{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1e5798;
	margin-right: 10px;
	float: left;
	margin-top: 6px;
}
.com_list li {
	overflow: hidden;
	padding: 14px 10px;
	border-bottom: 1px dashed #DDDDDD;
	cursor: pointer;
}
.com_list li span{
	font-size: 14px;
	margin-right: 10px;
	float: right;
}
.com_list li a:hover {
	text-decoration: underline;
	color: #777;
}

.com_list .flex1 {
	float: left;
	width: 80%;
	font-size: 14px;
	color: #333;
	padding-right: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.com_list li img {
	width: 16px;
	float: right;
}

.details_title {
	text-align: center;
	font-family: "黑体";
	font-size: 28px;
	margin-top: 30px;
}

.details_date {
	font-size: 12px;
	color: #999999;
	text-align: right;
	border-bottom: 1px dashed #EDEDED;
	padding: 10px;
	margin-top: 10px;
}

.details_cont {
	font-size: 14px;
	margin-top: 30px;
}

.swiper_title {
	position: absolute;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	background: rgba(68, 68, 68, 0.9);
	color: white;
	left: 5px;
	right: 5px;
	bottom: 0;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}
.imgList_title{
	display: flex;
	align-content: center;
	align-items: center;
	padding: 20px 20px;
}
.imgList_title .line{
	width: 10px;
	height: 24px;
	border-radius: 10px;
	background: #73b7f6;
}
.imgList_title span{
	font-size: 20px;
	margin-left: 20px;
	font-family: "黑体";
}
.imgList{
	text-align: center;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	margin-top: 0px;
}
.imgList li{
	text-align: center;
	margin-bottom: 0px;
	padding-top: 0px;
}
.imgList li div{
	border: 5px solid #EDEDED;
	display: inline-block;
	box-shadow: -moz-box-shadow:0px 1px 18px #999999; -webkit-box-shadow:0px 1px 18px #999999; box-shadow:0px 1px 18px #999999;;
}
.imgList li p{
	font-size: 16px;
	margin-top: 10px;
}
.leftNav{
	padding: 10px 10px;
}
.leftNav li a:hover{
	color: white !important;
}
.leftNav li:hover{
	background: #73b7f6;
}
.leftNav li{
	padding: 0 10px;
	margin-bottom: 10px;
	border-bottom: none !important;
	background: #f5f5f5;
}
.leftNav li img{
	width: 16px;
}
.friendLink{
	text-align: center;
	height: 70px;
	padding-top: 13px;
	font-size: 13px;
}
.friendLink img{
	width: 20px;
	margin-bottom: 10px;
}
/* 分页 */
.pages{
	text-align: center;
	font-size: 12px;
	margin-top: 80px;
	margin-bottom: 50px;
}
.pages ul{
	display: inline-block;
}
.pages span{
	margin: 0 10px;
	cursor: pointer;
}
.pages ul li{
	display: inline-block;
	margin: 0 8px;
}

/* 2019-05-22 */
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
/* 图片轮播样式 */
/* swiper2样式 */
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: rgba(0,0,0,0.4);
  margin: 0 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.arrow-left{
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
}
.arrow-right{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
}
.bottom_swiper .swiper-slide{position: relative;}
.bottom_swiper .swiper-slide .img_wapper{padding: 5px;}
.link_swiper .swiper-slide .img_wapper{padding: 0 5px;height: 70px;}
.link_swiper .arrow-left img,.link_swiper .arrow-right img{width: 30px;}

/* 网站链接样式 */
.websiteLink{
	text-align: center;
}
.websiteLink select{
	margin: 10px;
}

.g_oalink a {
    color: #1e5798;
    display: inline-block;
    width: auto;
    height: 24px;
    border-radius: 13px;
    line-height: 24px;
    border: 1px #1e5798 solid;
    padding: 0px 15px 0px 34px;
    background: url(oa_ico.png) 13px center no-repeat;
}
