html {
	font-size: 16px
}

a {
	color: #000000
}

a:hover {
	text-decoration: none
}

.mw-75 {
	max-width: 75rem
	/*1200px*/
}

.head_bottom {
	border-bottom: 1px solid #a0a0a0 !important
}

.head_title {
	padding: 0 .4rem;
	font-size: 1.3rem;
	color: #3366cc;
	border-bottom: 3px solid #3366cc !important
}

.cl_bg_blue {
	background-color: #3366cc
}

.cl_nav {
	position: relative;
	/* overflow: hidden */
}

.cl_nav_closed {
	height: 3rem
}

.cl_nav .cl_list {
	display: flex;
	display: -webkit-flex;
	/* Safari */
	flex-wrap: wrap;
	margin: 0;
        justify-content:space-around;
        padding:0;
}

.cl_nav .cl_list .cl_list_item {
	list-style-type: none;

	padding: 0 0.6rem
}

.cl_nav .cl_list .cl_list_item a {
display:block;
	height: 3rem;
	line-height: 3rem;

}

.cl_nav .cl_more {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: .2rem;
	cursor: pointer;
	color: rgba(255, 255, 255, 1)
}

.cl_nav .cl_list .cl_list_item a {
	font-size: 1.175rem;
	color: rgba(255, 255, 255, 1)
}

.cl_nav .cl_list .cl_list_item a:hover,
.cl_nav .cl_list .cl_list_item a:focus {
	font-size: 1.175rem;
	color: rgba(255, 255, 255, .75)
}

.cl_nav .cl_list .cl_list_item ul a {
	font-size: .85rem;
	height: 2rem;
	line-height: 2rem;
}
.cl_nav .cl_list .cl_list_item ul a:hover,
.cl_nav .cl_list .cl_list_item ul a:focus
 {
	font-size: .85rem;
}


.linkfont ul li{
    min-height:2.4rem;
    position: relative
}

.linkfont ul li a{
	font-size: 0.9375rem;
	line-height: 1.8rem;
	margin-right:2.6rem;/*新加*/
}
.linkfont ul li .date{
	min-width: 2.6rem;
	position: absolute;
	bottom: 0.3rem;
	right: 0
}
.linkfont .d-flex1 {/*原样式后加了important后无法正确显示页内新闻条目数量问题，此处为重写*/
	display: -ms-flexbox;
	display: flex
}
.font15{
      font-size: 0.9375rem
}
.point {
	margin-right: .5rem;
	font-size: larger
}

.science .bg-science {
	background-color: #f7f7f7 !important
}

.science h6 {
	padding: 0.6rem;
	margin: 0;
	height: 3.83rem;
	align-items:center; 
	display: flex;
	display:-webkit-flex
}

.science p {
	margin: 0;
	font-size: 0.875rem;
	height: 1.1rem;
	line-height: 1.1rem;
	padding-left: 1.1rem;
	color: #666666;
	display: inline-flex
}

.science .person {
	background: url(../img/person.png) no-repeat left center;
	background-size: .8rem .8rem
}

.science .clock {
	background: url(../img/clock.png) no-repeat left center;
	background-size: .8rem .8rem
}

.science .place {
	background: url(../img/place.png) no-repeat left center;
	background-size: .8rem .8rem
}

.datebox {
	background-color: #3366cc;
	text-align: center;
	color: white;
	padding: 0.1rem
}

.datebox .day {
	font-weight: 500;
	line-height: 0.8;
	font-size: 1.8rem
}

.swiper-container {
	width: 100%;
	height: 100%
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #666;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	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
}

#picnews .swiper-slide-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	padding-right: 2rem;
	font-size: .95rem;
	color: white;
	background-color: rgba(0, 0, 0, 0.3)
}

#picnews .swiper-pagination-style {
	text-align: right;
	bottom: 0;
	color: white
}

.text-white-90 {
	color: rgba(255, 255, 255, 0.9) !important
}

.border-left-4 {
	border-left: 4px solid #de2266 !important
}

.list-header-bottom {
	border-bottom: 1px solid #3366cc !important
}

.list-header-title {
	padding: 0 .4rem;
	font-size: 1.3rem;
	color: #3366cc;
	border-bottom: 3px solid #de2266 !important
}

.article-title {
	text-align: center
}

.article-info {
	text-align: center;
	font-size: 0.9rem;
	color: rgba(0, 0, 0, 0.7) !important;
	padding: 1rem 0rem;
	border-bottom: solid 1px rgba(100, 100, 100, 0.3)
}

.article-body {
	margin-bottom: 3rem
}
.min-w-6{
	min-width: 6rem
}
//搜索样式
.search{
	width: 12.5rem;
	height: 1.625rem;
	border: 1 solid #3366cc;
}
.outlinenone{
        outline:none 
}
.test{
     color:#f00;
}