html, body{
	height: 100%;
}
body {
	font-size: 14px;
	margin: 0;
	font-family: "microsoft yahei", arial;
	padding: 0;
	color: #000;
}

ul,
li,
dl,
dt,
dd,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}

a:hover {
	color: #01349A;
	text-decoration: none;
}

a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

input {
    outline: none;
}

.flex {
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

/*伸缩流方向*/
.flexd_col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/* 是否换行 */
.flex_wrap{
    -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap:wrap;
}

/*主轴对齐*/
.jc_flexc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.jc_flexe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.jc_flexj {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.jc_flexs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.jc_flexa {
    -webkit-box-pack: around;
    -ms-flex-pack: around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

/*侧轴对齐*/
.ai_flexs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.ai_flexe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.ai_flexc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ai_baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

/*伸缩性*/
.flex_auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
}

.flex_1 {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.form-control {
	border-radius: 0;
	font-size: 16px;
}

/*å…¨å±€*/
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.e3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.e4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.e2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}


.conwrap{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

#top {
	height: 40px;
	background: #F1F1F1;
	/* line-height: 50px; */
	font-size: 14px;
	min-width: 1200px;
}

#top .left{
	font-size: 14px;
	color: #1759B6;
}

#top .tel img{
	margin-right: 5px;
}

#top .tel b {
	font-size: 14px;
	font-weight: 600;
	padding-right: 20px;
	color: #222;
}

#top .accountbox a {
	color: #1451B2;
	font-size: 16px;
	font-weight: 600;
}

#top .accountbox em {
	font-style: initial;
	margin: 0 10px;
	color: #1451B2;
	font-size: 16px;
	font-weight: 600;
}

#top .accountbox a:hover {
	color: #002A80;
	text-decoration: underline;
}

.bigback{
	background-color: #fff;
	min-height: calc(100% - 186px);
}

#headerbox {
	width: 100%;
	height: 140px;
}

#headerbox .logo {
	float: left;
	margin: 40px 0;
}

#headerbox .cont {
	float: right;
	margin-top: 50px;
}

.searchbox {
	width: 400px;
	height: 40px;
	background: #fff;
	border: #348DC0 solid 1px;
	border-right: none;
	margin: 0 auto;
	position: relative;
}


.searchbox .bootstrap-select {
	width: 80px;
	height: 40px;
	border: none;
	float: left !important;
}

.searchbox .search-control {
	width: calc(100% - 160px);
	height: 38px;
	border: none;
	border-radius: 0;
	float: left;
	font-size: 16px;
	box-shadow: none;
}

.searchbox .search-control:focus {
	box-shadow: none;
}

.searchbox .search-btn {
	width: 88px;
	height: 40px;
	background: linear-gradient(180deg, #289BD4 0%, #1450B2 100%);
	color: #fff;
	font-weight: bold;
	border: none;
	text-align: center;
	position: absolute;
	right: 0;
}

.searchbox .search-btn:focus {
	outline: none;
}

.searchbox .btn.btn-default {
	height: 38px;
	border: none;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.searchbox .btn.btn-default:hover {
	background: transparent;
}

.searchbox .btn-default:hover,
.searchbox .btn-default:focus,
.searchbox .btn-default.focus,
.searchbox .btn-default:active,
.searchbox .btn-default.active,
.searchbox .open>.dropdown-toggle.btn-default {
	background: #fff;
	box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none;
}

.searchbox .dropdown-menu li.selected a {
	background: #eee;
	outline: none;
	padding: 8px 20px;
}

.searchbox .bootstrap-select.form-control {
	background: transparent;
	border-radius: 6px 0 0 6px;
	width: 110px;

}

.searchtip{
	font-size: 14px;
	color: #222;
	margin-top: 10px;
}

#navbox {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	position: relative;
	z-index: 100;
	background: linear-gradient(180deg, #289BD4 0%, #1450B2 100%);
	border-radius: 4px 4px 0px 0px;
	padding: 0 40px;
}

#navbox a{
	width: 130px;
	height: 100%;
	line-height: 60px;
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

#navbox a:hover{
	background: linear-gradient(180deg, #1FB4FE 0%, #2162CD 100%);
}

#navbox .activenav{
	background: linear-gradient(180deg, #1FB4FE 0%, #2162CD 100%);
}

.fffback{
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

.homenewsbox{
	padding: 15px;
}

.picnews {
	width: 500px;
	height: 400px;
}

.hotnews {
	width: 660px;
	height: 400px;
	margin-left: 30px;
}

.swiper-picnews {
	width: 100%;
	height: 400px;
}

.swiper-picnews .swiper-slide {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	color: #fff;
}

.swiper-picnews .swiper-slide .title {
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 20px;
}

.swiper-picnews .swiper-slide .title h3 {
	font-size: 16px;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
}

.swiper-picnews .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: .5;
}

.swiper-picnews .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: auto;
	left: inherit;
	right: 20px;
	bottom: 18px;
}


.homeresourcesbox,
.ad,
.homebox {
	margin-bottom: 20px;
}

.hotnews .nav-tabs>li.active>a,
.hotnews .nav-tabs>li.active>a:hover,
.hotnews .nav-tabs>li.active>a:focus {
	font-weight: bold;
	color: #01349a;
	border: none;
	border-bottom: #01349a solid 4px;
	border-radius: 0;
	padding: 0;
}

.hotnews .nav-tabs>li>a {
	font-size: 20px;
	padding: 0;
	margin: 0;
	height: 50px;
	line-height: 50px;
	display: block;
	border: none;
}

.hotnews .nav-tabs {
	height: 50px;
	border-bottom: #eee solid 4px;
	position: relative;
}

.hotnews .nav-tabs li~li {
	margin-left: 30px;
}

.nav-tabs>li>a:hover {
	background: transparent;
	border-radius: 0;
	border: none;
	color: #01349a;
	border-bottom: #01349a solid 4px;
}

.hotnews #myTab .pull-right{
	position: absolute;
    right: 0;
    top: 12px;
}

.hotnews #myTabContent .list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hotnews #myTabContent .list li a{
	max-width: 500px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
	display: flex;
    align-items: center;
	width: 495px;
}

.hotnews #myTabContent .list li span{
	display: block;
}



.server-tabs.nav-tabs>li.active>a,
.server-tabs.nav-tabs>li.active>a:hover,
.server-tabs.nav-tabs>li.active>a:focus {
	font-weight: bold;
	color: #01349a;
	border: none;
	border-radius: 0;
	padding: 0;
}

.server-tabs.nav-tabs>li>a {
	font-size: 20px;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
}

.server-tabs.nav-tabs {
	border: none;
	display: inline-block;
}

.server-tabs.nav-tabs li~li {
	margin-left: 30px;
}

.hotnews .topnews {
	width: 100%;
	border-bottom: #ddd dashed 1px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.hotnews .topnews h1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hotnews .topnews h1 a {
	color: #f00;
}

.hotnews .topnews h1 a:hover {
	text-decoration: underline;
}

.hotnews .topnews p {
	width: 100%;
	color: #666;
	line-height: 30px;
	height: 60px;
	display: block;
}

.hotnews .tab-pane {
	padding-top: 30px;
}

.hotnews .tab-pane .list li {
	width: 100%;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hotnews .tab-pane .list li a span {
	color: #01349A;
	margin-right: 10px;
	font-size: 14px;
}

.hotnews .tab-pane .list li .text .tit{
	font-size: 14px;
	color: #333;
}

.hotnews .tab-pane .list li .text .time{
	font-size: 14px;
	color: #999;
}

.sharebox {
	height: 100px;
	/*background-color: #F3FFFF;*/
	/*box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);*/
	margin: 20px;
	box-sizing: border-box;
}

.sharebox .line{
	border: 1px solid rgb(160,188,217);
	height: 80px;
	width: 1px;
}
.sharebox img{
	display: block;
}

.sharebox .boxitem{
	width: 33.33333%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sharebox .boxitem .text{
	margin-left: 15px;
}

.sharebox .boxitem .text .counter{
	font-size: 28px;
	color: #000;
}
.sharebox .boxitem .text p{
	font-size: 16px;
	color: #666;
}

.sharebox button{
	border: none;
	outline: none;

}

.homebox {
	border: #ddd solid 1px;
	border-top: #01349A solid 3px;
	margin: 20px;
}

.homebox .fullside {
	width: 100%;
}

.showMoreNum{max-width:30px; font-style: normal; display: inline-block}

.homebox .fullside .item{
	width: calc(100% / 4 - 19px) !important;
}

.homebox .fullside .itemlist .item .pic{
	width: 100%!important;
	max-height: 140px!important;
}

.homebox .fullside .item:nth-child(3n + 0){
	margin-right:35px!important;
}

.homebox .fullside .item:nth-child(4n + 0){
	margin-right:0px!important;
}

.homebox .bigside {
	min-height: 500px;
}

.itemlist2 .item {
	width: calc(100% / 4 - 15px);
	background: #fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	border: #f5f5f5 solid 1px;
}
.itemlist2 .item .pic {
	width: 100%;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
}
.itemlist2 .item .pic img {
	max-width: 100%;
	max-height: 201px;
	object-fit: cover;
}



.itemlist2 .item .info {
	padding: 10px;
}

.itemlist2 .item .info h4{
	margin-top: 10px;
	margin-bottom: 10px;
}
.itemlist2 .item .info h4 a {
	font-size: 14px;
	color: #222;
}
.itemlist2 .item .info p {
	margin: 0 0 10px;
}
.rightside .itemlist2 .item .info {
	padding: 10px 0;
}

.itemlist2 .moreinfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.itemlist2 .moreinfo .pr{
	font-size: 14px;
	color: #f22121;
	width: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}

.itemlist2 .moreinfo .br, .serviceNum p{
	font-size: 12px;
	color: #666;
}

.itemlist2 .moreinfo .br b,
.serviceNum p b{
	color: #222;
	margin-left: 5px;
	font-weight: 400;
}


.itemlist2 .item .info h4 a{
	/*	overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
	font-size: 14px;
	color: #222;
}

.itemlist2 .item .info p a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}


.homebox .smallside {
	width: 358px;
	min-height: 500px;
	padding: 22px 20px 0 20px;
}

.homebox .smallside .mapbox{
	margin-bottom: 18px;
}

.homebox .smallside .mapbox>div {
	width: 50%;
	text-align: center;
	margin: 20px 0;
}

.homebox .smallside .mapbox>div .txt {
 line-height:40px;
	font-weight: 600;
}

.homebox .bigside,
.homebox .fullside {
	padding: 30px 25px 0 25px;
}

.homebox .title {
	width: 100%;
	border-bottom: #eee solid 4px;
	padding-bottom: 15px;
	position: relative;
}

.homebox .title:before {
	width: 50px;
	height: 4px;
	display: block;
	content: "";
	background: url(../img/title-line.jpg) no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: -4px;
}

.homebox .title b {
	font-size: 20px;
	color: #01349A;
	display: inline-block;
}

.homebox .title b i {
	width: 30px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	font-size: 20px;
	float: left;
}


.homebox .title-right span {
	margin: 0 5px;
	color: #999;
}

.homebox .title-right a {
	color: #032190;
}

.homebox .title-right a:hover {
	font-weight: bold;
}

.homebox .itemlist {
	width: 100%;
	float: left;
}

.homebox .itemlist .item{
	width: 230px;
	height: 272px;
	border: 1px solid #E3E3E3;
	margin:25px 62px 0px 0;
	padding: 15px 20px 20px 20px;
}

.homebox .itemlist .item:nth-child(4n + 0){
	margin-right: 0;
}

.homebox .itemlist .item .pic{
	width: 190px;
	height: 140px;
	overflow: hidden;
	display: block;
}

.homebox .itemlist .item .pic img{
	max-width: 100%;
	/* height: 100%; */
	max-height: 100%;
}

.homebox .itemlist .item .info{
	padding: 0;
}

.homebox .itemlist .item .info h3 {
	font-size: 18px;
	color: #444;
	margin: 15px 0 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homebox .itemlist .item .info p {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bottombanner{
	margin: 0 20px  auto;
	text-align: center;
}
/* 友情链接 */
#linkbox .container {
	position: relative;
}

#linkbox {
	width: 100%;
	background: #fff;
	padding: 0px 20px;
}

#linkbox .linkbox {
	width: 100%;
	line-height: 60px;
	position: relative;
}

#linkbox .linkbox .toplink {
	width: calc(100% - 100px);
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#linkbox .linkbox .toplink a {
	margin-left: 15px;
}

#linkbox .linkbox .morelink {
	/* float: right;
	padding: 0 30px; */
	cursor: pointer;
	display: block;
}

#linkbox .linkbox .morelink.active {
	/* background: #fff; */
	color: #0164C9;
}

#linkbox .sumbox {
	width: 100%;
	display: none;
	position: absolute;
	left: -20px;
	bottom: 60px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .1) 0 -5px 10px;
}

#linkbox .sumbox-innner {
	width: 100%;
	margin: 0 auto;
	padding: 40px;
	overflow: auto;
}

#linkbox .sumbox-innner a {
	width: 33.333%;
	display: block;
	float: left;
	line-height: 40px;
}

#footerbox {
	min-width: 1200px;
	width: 100%;
	padding: 43px 0;
	background: #565656;
	text-align: center;
}
#footerbox a{
	color: rgba(255, 255, 255, .5);
}

#footerbox .copyright {
	color: rgba(255, 255, 255, .5);
	line-height: 30px;
}

/* 关注公众号、回顶部 */
.gotopbox {
	width: 50px;
	position: fixed;
	right: 0;
	top: 60%;
	z-index: 1;
}

.gotopbox ul li {
	width: 50px;
	height: 50px;
	position: relative;
	cursor: pointer;
	margin-bottom: 1px;
}

.gotopbox li .iconfont {
	font-size: 24px;
}

.gotopbox li .top {
	display: none;
}

.gotopbox li .top:hover {
	background: #2c5ce4;
	color: #fff;
	border: #2c5ce4 solid 1px;
}

.gotopbox .ewm {
	width: 140px;
	text-align: center;
	background: #fff;
	border: #ddd solid 1px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0;
	right: 60px;
	display: none;
}

.gotopbox .ewm.active {
	display: block;
}

.gotopbox .ewm span {
	font-size: 12px;
	margin: 0;
}

.gotopbox .feed,
.gotopbox .follow,
.gotopbox .top {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	background: #c5c5c5;
	text-align: center;
	line-height: 50px;
}

.gotopbox .feed span,
.gotopbox .follow span,
.gotopbox .top span {
	display: none;
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
}

.gotopbox .top {
	background: #818181;
}

.gotopbox .feed:hover span,
.gotopbox .follow:hover span,
.gotopbox .top:hover span {
	display: block;
}

.gotopbox .feed:hover i,
.gotopbox .follow:hover i,
.gotopbox .top:hover i {
	display: none;
}


.loginwrap {
	width: 100%;
	height: 100vh;
	background: #fefefe;
}

.loginwrap .header {
	width: 100%;
	padding: 20px 0;
	background: #01349A;
	line-height: 48px;
}

.loginwrap .header .logo img {
	width: 80%;
}

.loginwrap .header a {
	color: #fff;
}

.loginbox {
	width: 900px;
	margin: 100px auto;
	padding: 50px 0;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .1) 0 3px 20px
}

.regbox.loginbox {
	width: 1000px;
	padding-top: 0;
	padding-bottom: 70px;
}

.regbox .loginform {
	width: 740px;
	margin: 0 auto;
	border: none;
	float: inherit;
}


.loginform {
	width: 500px;
	float: left;
	padding: 0 70px;
	border-right: #ddd solid 1px;
}

.otheraccount {
	width: 400px;
	float: right;
	padding: 0 70px;
}

.loginform .form-group {
	position: relative;
	margin-bottom: 20px;
}

.loginbox h1 {
	font-size: 24px;
	margin-bottom: 40px;
}

.loginbox .form-control {
	width: 100%;
	height: 50px;
	border-radius: 0;
	font-size: 18px;
	padding-left: 50px;
}

.loginbox .btn {
	height: 50px;
	letter-spacing: 2px;
	font-size: 18px;
}

.form-group .yzm {
	min-width: 80px;
	height: 30px;
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
}

.loginform .form-group i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #999;
}

.loginform .btn {
	width: calc(50% - 10px);
	float: left;
}

.loginform .btn~.btn {
	margin-left: 20px;
	margin-top: 0;
}

.regbox .form-control {
	width: calc(100% - 120px);
	padding-left: 15px;
}

.regbox .bootstrap-select {
	width: calc(100% - 120px) !important;
}

.regbox .title {
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 20px;
	line-height: 50px;
	float: left;
}

.regbox h1 {
	border-bottom: #ddd solid 1px;
	padding: 40px 70px;
	margin-bottom: 50px;
}

.regbox label {
	padding-left: 120px;
	font-size: 14px;
	font-weight: normal;
}

.regbox label span {
	margin-left: 10px;
}

.regbox .form-group:last-child {
	padding-left: 120px;
}

.regbox .form-group:last-child .btn {
	width: 200px;
}

.regbox .form-group {
	width: 620px;
}

.regbox .btn-default {
	border: #ccc solid 1px;
	color: #000;
}

.regbox .btn {
	width: 100%;
}
/* 信息中心 */
#pagepathbox{width: 100%;height: 50px;line-height: 50px; background: #fff;}
#pagepathbox a{color: #000;}
#pagepathbox a:hover{color: #002e97;}
#pagepathbox em{color: #ddd; margin: 0 10px}
#pagepathbox span{color: #002e97;}


.mainside{width: 800px;float: left;margin-top: 10px; padding-bottom: 40px;}
.aidside{width: 340px;float: right;margin-top: 10px;}
.aidside .box{width: 100%;}
.aidside .box~.box{margin-top: 30px;}
.aidside .title{width:100%; position: relative;}

.aidside .title b{font-size: 16px;}
.aidside .title~.cont{padding-top: 20px;}

.mainside .itemlist .item{margin-top: 0;margin-bottom: 30px;}


.newslist .list{width: 100%;padding-bottom: 30px;margin-bottom: 30px;border-bottom: #ddd dashed 1px;}
.newslist .list .title{font-size: 20px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newslist .list .title span{font-size: 18px;font-weight: normal;color: #666;margin-left: 15px;}
.newslist .list .info{margin-top: 20px;color: #666;line-height: 24px;text-align: justify;}
.newslist .list .source{color: #999;margin-top: 20px;}
.newslist .list .source span{margin-right: 15px;}
.newslist .pic{width: 120px;height: 120px;display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; float: left;border: #ddd solid 1px;text-align: center;
position: relative;
}
.newslist .pic~.cont{width: calc(100% - 120px); padding-left: 30px;float: left;}

.newslist .pic img{max-width: 100%;max-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}


/*分页器*/
.pagebox{text-align: center; clear: both;}
.pagebox a{min-width: 40px;height: 40px;padding: 0 15px; background: #eee;display: inline-block;text-align: center; margin-right: 3px; line-height: 40px;color: #000;}
.pagebox span{width: 40px;height: 40px;display: inline-block;text-align: center;line-height: 40px;margin-right:3px;}
.pagebox a:hover,.pagebox a.active{background: #227CD9;color: #fff;}

.newsmenu-box{width: 100%;margin-bottom: 20px; border-top:#ddd  solid 1px;border-left: #ddd solid 1px;border-right: #ddd solid 1px;border-bottom: #ddd solid 1px;}
.newsmenu{width:100%;background: #f5f5f5;}
.newsmenu li~li{border-top: #eee solid 1px;}
.newsmenu li a,.newsmenu>li .newsmenu-title{width: 100%;position: relative;height: 100%;display: block;line-height: 55px;font-size: 18px;}
.newsmenu>li>a,.newsmenu>li .newsmenu-title{padding:0 20px;cursor: pointer;}
.newsmenu>li>a:hover{color: #000;}
.newsmenu-sumbox{display: none;background: #f9f9f9;border-top: #eee solid 1px;}
.newsmenu-sumbox>li>a{padding: 0 40px;font-size: 17px;}
.newsmenu-sumbox>li>a i{font-size: 14px;margin-right: 5px;color: #bbb;position: relative;top: 1px;}
.newsmenu .newsmenu-title:before{color: #999;font-size: 12px; position: absolute;top: 50%;right: 20px;transform: translateY(-50%);}
.newsmenu>li.active .newsmenu-title:before{content:"\e648";color: #002e97 ;}
.newsmenu-sumbox>li>a:hover,.newsmenu-sumbox>li.active a{color: #002e97 ;background: #fff;}
.newsmenu-sumbox>li>a:hover i,.newsmenu-sumbox>li.active a i{color: #002e97 ;}
.newsmenu>li.active .newsmenu-title,.newsmenu>li.active>a{color: #002e97 ;font-weight: bold;}

.topicbox dt{width:100%;border-bottom: #ddd dashed 1px;margin-bottom: 20px; padding-bottom: 15px;}
.topicbox dt .pic{width: 300px;height: 150px;}
.topicbox dt .pic img{width: 100%;height: 100%;}
.topicbox dt p{line-height: 24px;margin-top: 15px;font-weight: normal;}
.topicbox dd{line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.articledetail .title{border-bottom: #ddd dashed 1px;padding-bottom: 30px;margin-bottom: 30px;}
.articledetail .title h1{font-size: 30px;font-weight: bold;line-height: 40px; text-align: center;}
.articledetail .title p{margin-top: 15px; text-align: center}
.articledetail .title span{color: #999;margin-right: 30px;}
.articledetail .cont p{line-height: 30px;margin-bottom: 20px;text-align: justify;}
.articledetail .cont .pic{margin-bottom: 20px;}
.articledetail .cont .pic img{max-width: 100%;}

/* 分类列表 */
.sortbox {
	width: 100%;
	margin: 20px 0;
	padding: 30px;
	background: #fff;
	border: #ddd solid 1px;
}

.sortbox .sortlist dl {
	width: 100%;
	border-bottom: #eee dashed 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sortbox .sortlist dl:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sortbox dl dt {
	width: 80px;
	text-align: right;
	font-weight: normal;
	color: #666;
	line-height: 33px;
}

.sortbox dl dd {
	width: calc(100% - 180px);
	padding-left: 15px;
	height: 35px;
	overflow: hidden
}
.sortbox dl dd~dd{width:100px; line-height: 35px;color: #006DCC;cursor: pointer;}
.sortbox dl.active dd{height: auto;overflow: inherit}
.sortbox dl dd a {
	margin: 0 10px;
	line-height: 35px;
	padding: 0 10px;
	display: inline-block;
}

.sortbox .sortlist dl dd a:hover,
.sortbox .sortlist dl dd a.active{background: #003399;color: #fff;}

.sortbox .selected dl {
	width: 100%;
	border-bottom: #eee dashed 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sortbox .selected dl dd span {
	padding: 5px 10px;
	border: #ddd solid 1px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	top: 8px;
}

.sortbox .selected dl dd span i {
	font-size: 12px;
	margin-left: 5px;
	color: #666;
}

.sortbox .selected dl dd span:hover {
	color: #227dda;
	
}

.sortbox .selected dl dd span:hover i {
	color: #227dda;
}

.sortbox dd a.active {
	background: #227cd9;
	color: #fff;
}

.homebox .itemlist{width: 100%;float: left;}
.item{width: calc(100% / 3 - 21px);float: left;margin-right: 30px;margin-top: 30px;position: relative;border: #ddd solid 1px;background: #fff;}
.item:nth-of-type(3n){margin-right: 0;}
.item .pic{width: 100%;height: 155px; position: relative;overflow: hidden; text-align: center; display: flex; justify-content: center; align-items: center}
/*.item .pic:before{width: 100%;display: block;content: ""; padding-top: 60%;}*/
.item .pic img{max-width: 100%; max-height: 100%;}
.item .info{padding: 20px;}
.item .info h3{font-size: 14px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;}
.item .info p{font-size: 12px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.item .info p~p{margin-top: 5px;}

.aidside .box{width: 100%;}
.aidside .box~.box{margin-top: 30px;}
.aidside .title{width:100%; position: relative;}

.instrument-hot dl dt {width: 100%;font-weight: normal;position: relative; float: left;margin-bottom: 30px;background: #fff;height: 120px;border: #ddd solid 1px}
.instrument-hot dl dt .pic{width: 120px;height: 120px;float: left;     display: flex; justify-content: center;
	align-items: center;}
.instrument-hot dl dt .pic img{max-width:120px;max-height: 114px;}
.instrument-hot dl dt .info{width: calc(100% - 120px);float: right;padding:10px 20px;}
.instrument-hot dl dt .info-without-pic{width: 100%}
.instrument-hot dl dt .info p{font-size: 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 5px;}
.instrument-hot dl dt .info h3{font-size: 14px;line-height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.instrument-hot dl dt .info span{font-size: 14px; position: absolute;bottom: 20px;font-weight: normal;color:#999}
.instrument-hot dl dd {width: 100%;height: 40px; line-height: 40px;float: left;}
.instrument-hot dl dd a{width:calc(100% - 90px);display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.instrument-hot dl dd span{font-size: 14px;color: #999;text-align: right;float: right;}

.videolist{width: 100%;padding: 0 40px;}
.videolist .item {border: none;margin-bottom: 30px;margin-top: 0;}
.videolist .item .pic{height: 180px;}
.videolist .item h3{
		display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
}
.videolist .item  p span{float: left;}
.videolist .item  p span~span{float: right;}
.videolist .item .info{padding: 20px 0;}

.videonav~.videonav{margin-top: 20px;}
.videonav .title{width: 100%;height: 64px;color: #fff;background: #1A56A8;text-align: center;font-size: 20px;}
.videonav .title i,.videonav .title span{display: inline-block;line-height: 64px;}
.videonav .title i{margin-right: 10px;position: relative;top: -2px;}
.videonav .content a{height: 64px;display: block;background: #EDEDED;padding: 0 20px;margin-bottom: 1px;line-height: 64px;font-size: 16px;}
.videonav .content a span~i{float: right}
.videonav .content a.active{color: #006DCC;}
.videonav a img{
	width: 100%;
}

.video-detail{padding: 0 40px;}
.video-detail .title{text-align: center;border-bottom: #ddd solid 1px;padding-bottom: 30px;margin-bottom: 30px;}
.video-detail .title h1{font-size: 32px;line-height: 48px;margin-bottom: 20px;}
.video-detail .title span{color: #444;margin: 0 40px;}
.video-play{width: 100%;height: 600px;background: #000;margin: 0 auto;}


/* 仪器详情 */
.detailbox{
	border: #ddd solid 1px
}
.itemdetail{padding: 30px;}
.itemdetail .pic{width: 180px;overflow: hidden; height: 180px;float: left;display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;}
.itemdetail .pic img{    max-width: 180px;max-height:180px;}
.itemdetail .info{width:calc(100% - 180px);padding-left: 40px;float: left;}
.itemdetail .info .title h1{font-size: 20px;font-weight: bold;margin-bottom: 10px;}
.itemdetail .info dl{width: 100%;margin: 13px 0;}
.itemdetail .info dd{width: 100%;line-height: 30px;font-size: 14px}
.itemdetail .info dd i{margin-right: 10px;}
.itemdetail .info .btn~.btn{margin-left: 5px;}
.itemdetail .info .btn{height: 40px;padding-left: 15px;padding-right: 15px;}

.iteminfo .form-control{min-height: 40px;}
.iteminfo .form-group .btn{width: 150px;}
.iteminfo .form-group .btn~.btn{margin-left: 10px;}
.iteminfo{width: 100%;padding:20px  30px; border-top:#ddd solid 1px;min-height: 200px;}
.iteminfo .title{width:100%; border-bottom: #eee solid 4px;  padding-bottom: 15px;position: relative;}
.iteminfo .title:before{width: 50px;height: 4px;display: block;content: "";background:url(../img/title-line.jpg) no-repeat left bottom;position: absolute;left: 0;bottom: -4px;}
.iteminfo .title b{font-size: 20px;color: #002e97;}
.iteminfo .cont{padding-top: 30px;}
.iteminfo  dt{font-weight: normal;width: 100%;float: left;padding-bottom: 20px;margin-bottom: 20px;}
.iteminfo  dt label{width:100%;margin-bottom: 0;line-height: 30px;float: left;}
.iteminfo  dt .p{width: 100%;float: left; line-height:30px;}
.iteminfo  dt:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.iteminfo  dd{width: 50%;float: left;line-height: 30px;}
.iteminfo  dd label{width: 100px;margin-bottom: 0; line-height: 30px;color: #999; float: left;font-weight: normal;text-align: right;}
.iteminfo  dd .p{width: calc(100% - 100px);float: left; padding-left: 20px;line-height:30px;}
.iteminfo  dd:last-child{width: 100%;}

.aboutbox{width: 100%; margin-bottom: 60px;margin-top: 10px;}
.aboutnav{width: 200px;float: left;}
.aboutmain{width: calc(100% - 240px);float: left;}

.aboutnav .title{width: 100%;min-height: 80px;color: #fff; margin-bottom: 10px;background: #002e97;text-align: right; padding: 20px;}
.aboutnav .title h1{font-size: 24px;font-weight: bold;margin-bottom: 5px;}
.aboutnav .title p{font-size: 16px;}
.pagenav ul li{width: 100%;height: 60px;line-height: 60px;margin-bottom: 1px;}
.pagenav ul li a{width: 100%;height: 100%;position: relative; display: block;padding: 0 20px;background: #f0f2fc;font-size: 18px;font-weight: bold; color: #000;}
.pagenav ul li a:before{display:none; width: 5px;height: 30px;background: #002e97;content: "";position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.pagenav ul li a:hover{background: #DAE6FF;color: #002e97;}
.pagenav ul li.active a{background: #DAE6FF;color: #002e97;}
.pagenav ul li.active a:before,.pagenav ul li a:hover:before{display: block;}

.aboutmain .title{width: 100%;height: 60px;  border-bottom: #eee solid 4px;line-height: 60px; margin-bottom: 30px;}
.aboutmain .title b{height: 60px;border-bottom: #002e97 solid 4px;display: block;float: left;font-size: 24px;}
.aboutmain .cont p{ font-size: 18px;line-height: 28px;margin: 10px 0;text-align: justify;}
.aboutmain .cont dl dd{font-size: 18px;line-height: 36px;}
.aboutmain .cont dl dt{font-size: 18px;margin-bottom: 15px;}
.aboutmain .cont p b{width: 100%;display: block; font-weight: bold;}
.aboutmain .cont .contact dl{width: 100%;float: left;}
.aboutmain .cont .contact dt{width: 100%;font-size: 20px; margin-bottom: 20px;}
.aboutmain .cont .contact dd{width: 50%;height: 30px;line-height: 30px; float: left;}
.aboutmain .cont .pic{width:100%;text-align: center;}
.aboutmain .cont .pic img{max-width: 100%;text-align: center;}
.map{width: 100%;min-height: 500px;border: #ddd solid 1px;margin-bottom: 30px;}
.aboutmain .cont h3{font-size: 18px;font-weight: bold;margin-bottom: 15px;}



.searchpage{margin-bottom: 40px;margin-top: 20px;}
.searchcontent{width: 100%; padding-right: 40px}
.searchpage .searchlist{width: 100%;}
.searchpage .searchhostory{width:240px;padding-bottom: 30px; float: right;min-height: 200px; padding-left: 40px;border-left: #ddd solid 1px;}
.searchlist .list{width: 100%;margin-bottom: 30px;padding-bottom: 30px;border-bottom: #DDD dashed 1px;}
.searchlist .pic img{    max-width: 118px;
	max-height: 114px;
}

.searchlist .list .title{font-size: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.searchlist .list .title a{color: #002e97;}
.searchlist .list .title a:hover{text-decoration: underline;}
.searchlist .list .title a~span{font-size: 16px;font-weight: normal;color: #666;margin-left: 15px;}
.searchlist .list .info{margin-top: 20px;color: #666;line-height: 24px;text-align: justify;}
.searchlist .list .source{color: #999;margin-top: 20px;}
.searchlist .list .source span{margin-right: 15px;}
.searchlist .pic{width: 120px;height: 120px;display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;float: left;border: #ddd solid 1px;text-align: center;}
.searchlist .pic~.cont{width: calc(100% - 120px); padding-left: 30px;float: left;}

.searchlist .list .cont dl{width: 100%;margin-top: 20px;}
.searchlist .list .cont dl dd{width:50%;float: left;margin-bottom: 5px;color: #666;}
.searchlist .list .cont dl dt{width: 100%;color: #666;float: left; font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.searchhostory .hostory{width: 100%;float: left;}
.searchhostory .hostory h4{font-weight: bold;margin-bottom: 15px;}

.searchhostory .hostory a{width: 100%;display: block;line-height: 30px;}
.searchhostory .hostory a:hover{text-decoration: underline;}
.searchhostory .hostory~.hostory{margin-top: 40px;}

.status{display: inline-block;height: 24px;margin-right: 10px; border: #ddd solid 1px;padding: 0 10px;line-height: 24px;font-size: 14px;color: #999;font-weight: normal;}
.status-green{border: #4CAE4C solid 1px; color: #4CAE4C;}
.status-blue{border: #002e97 solid 1px; color: #002e97;}
.status-red{border: #f00 solid 1px; color: #f00;}



.equirebox {
	font-size: 18px;
}

.equire-ul li{width: 100%;float: left;margin-bottom: 15px;}
.equire-ul li label{margin-right: 20px;}
.equire-pic{width: 100%; float: left;margin-top: 20px;}
.equire-pic .pic-list{width: 240px;height: 200px;float: left;margin-right: 20px;margin-bottom: 20px; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center}
.equire-pic .pic-list img{max-width: 100%;max-height: 100%;}