/* 字体 */
/* @font-face {
    font-family: "仿宋_GB2312";
    src: url("./fs_GB2312.ttf");
} */
h1,h2{
	font-size:21px;
}
@font-face {
    font-family: "楷体_GB2312";
    src: url("./kt_GB2312.ttf");
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

dl,
ol,
ul {
	list-style: none
}

a,
img{
	border: 0 none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
button,
input,
select,
textarea {
	cursor: pointer;
	outline: none;
	border: 0 none;
}

article,
figcaption,
figure,
footer,
header,
nav,
section,
time {
	display: block;
}

a {
	text-decoration: none;
	display: block;
	vertical-align: baseline;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:hover {
	text-decoration: none
}

a:focus,
input:focus {
	outline: none
}

body,
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
	width: 100%;
	outline: 0;
	color: #000;
	-webkit-text-size-adjust: none;
}

body {
	width: 100%;
	margin: 0;
	position: relative;
	/* font: 25px/1.5 Arial, sans-serif; */
	color: #000;
	font-family: sans-serif;
}

img {
	display: block
}

fieldset,
img {
	border: 0
}

.floatl {
	float: left
}

.floatr {
	float: right
}

.clearl {
	clear: left
}

.clearr {
	clear: right
}

.pageBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	-webkit-animation: moveIn 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s both
}

q:after,
q:before {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	/* vertical-align: text-top */
}
sup>span{
	vertical-align: bottom!important;
	font-size: 14px!important;
}

sub {
	/* vertical-align: text-bottom */
}
sub>span{
	vertical-align: middle!important;
	font-size: 14px!important;
}
textarea {
	resize: none
}

legend {
	color: #000
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
/* 导航栏 */
.navBar{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #0e69f0;
	height: 64px;
	z-index: 1000000;
	padding: 0px 44px 0px 25px;
	min-width: 1200px;
	margin: 0 auto;
}
.logo{
	margin-top: 11px;
}
.companyName{
	line-height: 64px;
	font-weight: bold;
	font-size: 18px;
	color: white;
	margin-left: 10px;
}
.clearfix::after{
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
 }
.clearfix{
    zoom: 1;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.nav{
	padding: 0px 6px;
	font-size: 17px;
	color: white;
	line-height: 64px;
	display: block;
	position: relative;
	float: right;
	margin-right: 88px;
}
.nav::after{
	content: "";
	position: absolute;
	left: 50%;
	width: 0%;
	bottom: 9px;
	height: 3px;
	background-color: white;
	border-radius: 3px;
	transition: all 0.6s;
}
.nav.selected{
	font-size: 20px;
}
.nav.selected::after{
	content: "";
	left: 0%;
	width: 100%;
}
.nav:hover::after{
	content: "";
	left: 0%;
	width: 100%;
}
.search{
	float: right;
	width: 280px;
	height: 32px;
	background-color: white;
	border-radius: 32px;
	padding-left: 16px;
	font-size: 15px;
	color: #a3a3a3;
	line-height: 32px;
	cursor: pointer;
	padding-right: 48px;
	margin-top: 16px;
	position: relative;
}
.search input{
	width: 100%;
	height: 32px;
	display: block;
	background-color: transparent;
	font-size: 15px;
}
.search .searchTopBtn{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 48px;
	height: 32px;
	background: url(../img/search.png) no-repeat center center;
}
.p1{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.p2{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.centerCenter {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column
}
.boxShadom{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
body{
	padding-top: 64px;
}
a:hover{
	cursor: pointer;
}
#content{
	padding: 75px 0px;
}
.main{
	width: 100%;
}
.horVerCenter {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}
.leftNavBox{
	width: 286px;
	min-height: 720px;
	background-color: #f4f7fb;
	padding-bottom: 20px;
}
.leftTitle{
	width: 100%;
	font-size: 28px;
	line-height: 38px;
	/* padding-left: 34px; */
	padding: 39px 34px 39px 34px;
	color: #cad6ed;
	margin-bottom: 14px;
	position: relative;
}
.leftTitle::before{
	content: "";
	position: absolute;
	left: 33px;
	width: 51px;
	height: 2px;
	background-color: #073486;
	bottom: 12px;
	z-index: 1;
}
.leftTitle::after{
	content: "";
	position: absolute;
	left: 75px;
	width: 5px;
	height: 2px;
	background-color: #f4f7fb;
	bottom: 12px;
	z-index: 1;
}
.lnBottom{
	width: 100%;
}
.leftNav{
	width: 100%;
	color: #727480;
	font-size: 20px;
	line-height: 30px;
	padding: 22px 48px;
}
.leftNav.selected{
	color: white;
	background-color: #004ca0;
}
.rightMain{
	width: 913px;
}
.rbanner{
	width:100%;
	padding: 13px 91px;
}
.rBox{
	width:100%;
	padding: 0px 43px;
}
.rightTheme{
	font-size: 25px;
	color: #4789ff;
	line-height: 72px;
	position: relative;
	font-weight: bold;
	padding-left: 26px;
	margin-bottom: 12px;
}
.rightTheme::after{
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -15px;
	width: 8px;
	height: 30px;
	background-color: #4789ff;
}
/* 列表 */
.listBox{
	width:100%;
}
.list{
	width:100%;
	padding: 27px 136px 27px 132px;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	cursor: pointer;
}
.list:nth-last-child(1){
	border-bottom: 0px;
}
.listTitle{
	font-size: 20px;
	line-height: 31px;
	width: 100%;
	text-align: justify;
	color: #2b2b2b;
}
.listTime{
	position: absolute;
	left: 21px;
	top: 50%;
	transform: translateY(-50%);
}
.listDay{
	font-size: 24px;
	color: #727480;
	line-height: 27px;
}
.listYear{
	font-size: 16px;
	color: #727480;
	line-height: 23px;
}
.listStatus{
	position: absolute;
	right: 11px;
	width: 78px;
	line-height: 24px;
	border: 1px solid #00a2ff;
	border-radius: 8px;
	color: #646464;
	font-size: 13px;
	text-align: center;
	top: 50%;
	margin-top: -13px;
}
.listStatus.none{
	border-color: #646464;
}
.pBox{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.page{
	display: inline-block;
	line-height: 22px;
	padding: 0px 4px;
	font-size: 15px;
	color: #4188ee;
	margin: 0px 15px;
}
.pageSelected{
	background-color: #4188ee;
	color: white;
}
.pageMax{
	display: inline-block;
	line-height: 25px;
	padding: 0px 4px;
	font-size: 15px;
	color: #7d7d7d;
	margin: 0px 15px;
}
.details{
	width: 100%;
}
.dtitletime{
	padding: 30px 0px;
}
.dtitle{
	font-size:20px;
	line-height: 30px;
	color: #2b2b2b;
	text-align: center;
	font-weight: bold;
}
.dtime{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #7d7d7d;
	text-align: center;
}
.eLine{
	border-bottom: 2px solid #bfbfbf;
	margin-bottom: 0px;
}
.fullTxt {
    width: 100%;
    font-size: 21px;
	color: #252525;
	line-height: 2;
    text-align: justify;
}
.fullTxt img{
	max-width:100%;
}
.nextAndPrev{
	width: 100%;
	margin-top: 40px;
}
.next{
	max-width: 48%;
	font-size: 16px;
	line-height: 25px;
	color: #484848;
	position: relative;
	padding-right: 26px;
}
.next span{
	position: absolute;
	right: 0px;
	top: 0px;
}
.prev{
	max-width: 48%;
	font-size: 16px;
	line-height: 25px;
	color: #484848;
	position: relative;
	padding-left: 26px;
}
.prev span{
	position: absolute;
	left: 0px;
	top: 0px;
}
.popWindow {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 10000000;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column
}

.popWindow .popBox {
	background-color: white;
	width: 80%;
	border-radius: 10px
}

.popWindow .popBox ul li:nth-child(1) p {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 55px;
	color: #272529;
	padding-top: 25px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 15px
}

.popWindow .popBox ul li:nth-child(2) p {
	width: 80%;
	font-size: 26px;
	text-align: center;
	line-height: 40px;
	color: #666666;
	padding-bottom: 25px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0 auto
}

.popWindow .popBox ul li:nth-child(2) {
	border-bottom: 1px solid #d2d2d2
}

.popWindow .popBox ul li:nth-child(3) .onlyOne {
	width: 100%;
	height: 80px
}

.popWindow .popBox ul li:nth-child(3) .onlyOne button {
	width: 100%;
	display: block;
	height: 80px;
	color: #007eff;
	font-size: 26px;
	background-color: transparent
}

.popWindow .popBox ul li:nth-child(3) .onlyTwo {
	width: 100%;
	height: 80px;
	position: relative
}

.popWindow .popBox ul li:nth-child(3) .onlyTwo .oLeft {
	width: 50%
}

.popWindow .popBox ul li:nth-child(3) .onlyTwo .oRight {
	width: 50%
}

.popWindow .popBox ul li:nth-child(3) .onlyTwo span {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.5px;
	border-right: 1px solid #d2d2d2;
	height: 80px
}

.popWindow .popBox ul li:nth-child(3) .onlyTwo button {
	width: 100%;
	display: block;
	height: 80px;
	color: #3674df;
	font-size: 28px;
	background-color: transparent
}

#popTips {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000
}

#popTips .popTips {
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 24px;
	line-height: 40px;
	color: white;
	background-color: rgba(0, 0, 0, 0.4)
}

#popTips.canHit {
	pointer-events: none
}
.leftNav{
	cursor: pointer;
}
.safeBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.fullTxt table{
	width: 100%;
}
.fullTxt img{
	display: inline-block;
}
td{
	border:1px solid #252525;
}
.noData{
	width: 100%;
	height: 250px;
	padding-top: 190px;
	background: url(../img/noData.png) no-repeat center 68px;
	font-size: 14px;
	color:#666666 ;
	line-height: 25px;
	text-align: center;
}