*{
	margin: 0;
	padding: 0;
	border: 0;
}
a{
	text-decoration: none;
	display:none;
}
#content a{
	display:block;
}
.w1200 {
	width: 1200px;
	margin: auto;
	min-width: 1200px;
}
.min_w1200{
	min-width: 1200px;
}
.header{
	padding-top: 17px;
	height: 63px;
	background: #000000;
	color: #FFFFFF;
}
.flex{
	display: flex;
}
.flex1{
	display: flex;
	justify-content: space-between; /* 横向中间自动空间 */
}
.flex2{
	display: flex;
	align-items:center;/*垂直居中*/
	justify-content: center;/*水平居中*/
}
.flex3{
	display: flex;
	flex-flow: wrap;
}
.flex4{
	display: flex;
	justify-content: flex-end;
}
.cur_p{
	cursor: pointer;
}
/* 头部 */
.header{
	width: 100%;
	padding: 16px 0;
	height: 50px;
	background: rgba(6,10,39,0.5);
	font-size: 16px;
	font-family: FZLanTingHei-B-GBK;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
}
.mew_header {
	min-width: 1200px;
	background: #3B1DD4;
}
.header .logo{
	width: 207px;
	height: 50px;
}
.header span{
	font-weight: bold;
}
.header .qq img{
	margin-top: 19px;
	height: 20px;
    width: 17px;
	margin-right: 5px;
}
/*.header .qq {
	margin-right: 50px;
}*/
.login_header{
	position: relative;
}
.login_header .bg_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.login_top {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -600px;
}
.login_top .left{
	margin-top: 60px;
	width: 680px;
	height: 480px;
}
.login_top .right .buttom{
	padding: 0px 40px;
	padding-top: 26px;
	width: 420px;
	height: 524px;
	background: #337EFB;
	box-shadow: 0px 10px 90px 0px rgba(19, 69, 231, 0.24);
	border-radius: 0px 0px 10px 10px;
}	
.login_top .right .nav{
	cursor: pointer;
	text-align: center;
	width: 250px;
	height: 60px;
	background: rgba(5, 6, 88, 0.5);
	border-radius: 0px 5px 0px 0px;
	font-size: 22px;
	font-family: FZLanTingHei-B-GBK;
	font-weight: 400;
	color: #1E70F9;
	line-height: 60px;
}
.login_top .right .active{
	width: 250px;
	height: 60px;
	background: #337EFB;
	border-radius: 5px 0px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
}
.login_top .right .buttom span{
	font-size: 15px;
	font-family: FZLanTingHei-R-GBK;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 45px;
}
.login_top .right .buttom label{
	width:75px;
	font-size: 15px;
	font-family: FZLanTingHei-R-GBK;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 45px;
	text-align-last: justify;
	margin-bottom: 10px;
}
.login_top .right .buttom select,.login_top .right .buttom input{
	padding: 0px 16px;
	width: 296px;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #B5B5B5;
	border-radius: 5px;
}
.login_top .right .buttom select{
	width: 330px;
}
.news_content {
	margin-top: 85px;
	padding: 50px 0px;
	padding-top: 60px;
	min-height: calc(100vh - 258px);
	background: #FAFAFA;
	min-width: 1200px;
}
.news_content .left{
	width: 300px;
	padding-right: 30px;
	border-right: 1px dashed #ccc;
}
.news_content .left .title {
	font-size: 30px;
	font-weight: bold;
	color: #3B1DD4;
	margin-bottom: 40px;
}
.news_content .left ul {
	list-style: none;
	/*color: #fff;*/
	line-height: 28px;
	/*height: calc(100% - 171px);*/
	overflow-y: auto;
}

.news_content .left ul::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 2px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ededed;
	height: 30px;
}

.news_content .left ul::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #535353;
}
.news_content .left ul li{
	text-align:left
}
.news_content .left ul li a {
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 270px;
	display: block;
	font-size: 16px;
	color: #000;
}
.news_content .left ul li:hover{
	color: #3B1DD4;
	cursor: pointer;
}
.active a{
	color: #3B1DD4 !important;
}
.news_content .right {
	width: 830px;
}
.news_content .right .title {
	/*color: #fff;*/
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
	padding-top: 5px;
	word-break:break-all;
}
.news_content .right{
	/*color: #fff;*/
}
.news_content .right .time{
	margin-right: 30px;
	margin-bottom: 70px;
	line-height: 30px;
}
.news_content .right .look{
	margin-bottom: 70px;
	line-height: 30px;
}
.news_content .right .look img{
	width: 18px;
	height: 18px;
	margin-top: 6px;
	margin-right: 3px;
}
.news_content .right .news_text{
	line-height: 30px;
	height:calc(100% - 171px);
	overflow-y: auto;
	padding-right: 30px;
}
.news_content .right .news_text::-webkit-scrollbar {
  /*滚动条整体样式*/
	width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.news_content .right .news_text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  }
.news_content .right .news_text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background   : #535353;
  }
.h100{
	height: 100%;
}
.header .search img{
	cursor: pointer;
	width: 18px;
	height: 18px;
	margin-top: 20px;
	margin-left: 20px;
    display: block;
}
.header .search input{
	display: none;
	width: 220px;
    height: 40px;
    margin-top: 10px;
    padding: 0px 10px;
}
.className {
	width: 270px;
	font-size: 18px;
	/*color: #fff;*/
	text-align: center;
	line-height: 18px;
	/*border-bottom: 1px solid #8a8a8a;*/
	padding-bottom: 15px;
	margin-bottom: 57px;
}
.className p{
	cursor:pointer;
	float:left;
	margin-bottom:15px;
}
.className p:nth-child(1) {
	text-align: left;
	border-right: 1px dashed #8a8a8a;
	width: 65px;
}
.className p:nth-child(2) {
	width: 100px;
	border-right: 1px dashed #8a8a8a;
}
.className p:nth-child(3) {
	text-align: right;
	width:100px;
}
.classActive {
	color: #3B1DD4;
	font-size: 19px;
}
#qidian_wpa_2852107810_587 {
	position: fixed;
	top: 0;
	left:auto !important;
	opacity:0
}

.news_text {
	word-break: break-all;
}
.bash-box {
	height: 66px;
	background: #3B1DD4;
	color: #fff;
	line-height: 66px;
	font-size: 14px;
}
.bash-box .w1200 {
	justify-content: center;
}
.pl20{
	padding-left:20px;
}
.mew_header {
	position: fixed;
	top: 0;
	left: 0;
}
.titleDiv {
	border-bottom: 1px solid #8a8a8a;
	margin-bottom:55px;
}
.qq{
	cursor:pointer;
}
#bl-root {
	opacity: 0 !important;
}