﻿html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	min-width: 1360px;
	height: 100%;
	position: relative;
}
* {
	box-sizing: border-box;
}
.titleDiv{
	height: 0.8rem;
	margin-left: 3rem;
	width: 6.2rem;
}
.title{
	height: 0.23rem;
	position: relative;
    top: 50%; /*偏移*/
    /*transform: translateY(-50%);/*上移自身的一半*/
}
.titleLeft{
	float:left;
	width: 0.06rem;
	height: 0.23rem;
	background-color: #c00000;
}
.titleRight{
	float:left;
	height: 0.23rem;
	font-size: 0.2rem;
	color:#1a4b78;
	font-weight: 900;
	margin-left: 0.15rem;
	margin-top: -0.03rem;
}
.titlenNavigation{
	float:right;
	height: 0.23rem;
	font-size: 0.16rem;
	color:#5a7084;
	margin-top: 0.01rem;
}
.xfzImg{
	margin-right: :0.1rem;
}
.splitNavigation{
	margin-left: 0.03em;
	margin-right: 0.03rem;
}
.contentDiv{
	width: 6.2rem;
	margin-left: 3rem;
}
.contentUl{
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
}
.contentUl li{
	line-height: 0.42rem;
	font-size: 0.18rem;
	height: 0.42rem;
	font-weight: 545;
}
.contentUl div{
	width:0.05rem;
	height:0.05rem;
	border-radius:50%;
	background-color:black;
	display: inline-block;
	margin-bottom:0.05rem ;
	margin-right:0.15rem ;
}
.listDate{
	float: right;
	color:gray;
	font-size: 0.16rem;
}
.pageDiv{
	text-align: center;
	width: 6.2rem;
	height: 0.6rem;
	line-height: 0.6rem;
	margin-left: 3rem;
	font-size: 0.16rem;
}
.upPage{
	margin-right: 0.13rem;
}
.downPage{
	margin-right: 0.13rem;
	margin-left: 0.13rem;
}
.totalCount{
	margin-right: 0.13rem;
	margin-left: 0.13rem;
}
.toPageInput{
	width: 0.4rem;
	text-align:center;
	background-color:transparent;
	border-color: #878787;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
@media screen and (max-width: 1200px) {
.containers.main {
		min-height: calc(100vh - 13.9rem);
}

.main-box1{
	overflow-y: unset;
	height: auto;
}
.titleDiv{
	width: 100%;
	height:2.18rem;
	margin: 0;
	padding: ;
	line-height: normal;
	padding: .7rem .77rem 0;
	border-bottom: 1px solid #B5B5B5;
}

.title {
	top: 0;
	height:2.18rem;
	line-height: normal;
}

.titleLeft {
	width: .15rem;
	height: .69rem;
	background-color: #2E70A7;
	margin-top: .16rem;
}

.titleRight{
	height: auto;
	font-size: 0.72rem;
	color:#2E70A7;
	font-weight: bold;
	margin-left: 0.44rem;
	margin-top: 0;
	
}
.titlenNavigation{
	float:right;
	height:auto;
	font-size: 0.56rem;
	margin-top: 0.01rem;
}
.xfzImg{
	width: .77rem;
	height: .67rem;
	margin-right:0.3rem;
}
.splitNavigation{
	margin-left:0;
	margin-right: 0;
}
.contentDiv{
	width: 100%;
	margin-left: 0;
	padding: .69rem .77rem 1.97rem;
}
.contentUl {
		border-top: none;
		border-bottom:none;
}
.contentUl li {
		line-height: 2.6;
		font-size: 0.66rem;
		height: auto;
		border-bottom: none;
		font-weight: normal;
		display: flex;
		justify-content: space-between;
}
.contentUl li a {
		color: #555;
		width: 75%;
		line-height: normal;
		padding-top: .34rem;
		padding-left: 0;
}

.contentUl div{
	display: none;
}
.listDate{
	float: right;
	color:#030303;
	font-size: 0.56rem;
}
.pageStyle span {
		margin: 0 0.3rem;
}
.toPageInput-go{
		width:2rem!important;
}
.pageStyle a {
		color: #3a3a3a!important;
}
.pageStyle .nextPage {
color: #688fc2!important;
}
}