html {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
	letter-spacing: 0.5px;
}

p {
	word-break: break-all;
}

.top-content {
	width: 100%;
    height: calc(100% - 120px);
    position: relative;
}

.content .content-ch-b {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	padding: 30px 40px;
	position: relative;
}

.content .content-ch-n {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	padding: 30px 40px;
	position: relative;
}

.bot-content {
	width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 100px;
}

.bot-content .bot-box {
	height: 25px;
	display: inline-block;
}

.bigbox {
	height: 402px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 60px;
    width: 88%;
    max-width: 1400px;
    position: absolute;
}

.loginbox {
	overflow: hidden;
	width: 350px;
	height: 100%;
	float: right;
	position: relative;
	background: #FFFFFF;
	-webkit-box-shadow:0px 3px 8px #ccc;
	-moz-box-shadow: 0px 3px 8px #ccc;
	box-shadow: 0px 3px 8px #ccc;
}

.box {
	width: calc(100% - 370px);
	height: 100%;
	float: left;
	position: relative;
	-webkit-box-shadow:0px 3px 8px #ccc;
	-moz-box-shadow: 0px 3px 8px #ccc;
	box-shadow: 0px 3px 8px #ccc;
}

.box .askbox{
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -206px;
}

.title {
	width: 135px;
	height: 100%;
	float: left;
}

.title .t1 {
	width: 100%;
	height: 134px;
	float: left;
	background: #FFF;
	box-shadow: none;
	text-align: center;
	padding-top: 30px;
	color: #ffb400;
    border-bottom: 2px solid #fff;
}

.title .t1 .cdrjicon {
	font-size: 40px;
}

.title .t1 p {
	font-size: 18px;
	font-weight: 700;
	font-family: '微软雅黑';
	padding-top: 5px;
}

.title .t2 {
	width: 100%;
	height: 134px;
	float: left;
	background: #eef7fe;
	text-align: center;
	padding-top: 30px;
	color: #70bcf1;
    border-bottom: 2px solid #fff;
}

.title .t2 .cdrjicon {
	font-size: 40px;
}

.title .t2 p {
	font-size: 18px;
	font-weight: 700;
	font-family: '微软雅黑';
	padding-top: 5px;
}

.title .t3 {
	width: 100%;
	height: 134px;
	float: left;
	background: #eef7fe;
	text-align: center;
	padding-top: 30px;
	color: #70bcf1;
}

.title .t3 .cdrjicon {
	font-size: 40px;
}

.title .t3 p {
	font-size: 18px;
	font-weight: 700;
	font-family: '微软雅黑';
	padding-top: 5px;
}

.content {
	width: calc(100% - 135px);
	background-color: #FFFFFF;
	height: 100%;
	float: left;
}

.list {
	width: 100%;
    height: 320px;
    position: absolute;
    overflow: hidden;
    padding: 0 20px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.list-info {
	height: 32px;
	width: 100%;
	overflow: hidden;
}

.list-info .list-info-hot {
	width: 16px;
	height: 12px;
	line-height: 12px;
	border-radius: 3px;
	text-align: center;
	margin: 10px 5px;
	color: #FFFFFF;
}

.list-info .list-info-imp {
	width: calc(100% - 200px);
	height: 32px;
}

.list-info .list-info-imp a {
	height: 100%;
	max-width: 100%;
	line-height: 32px;
	font-size: 15px;
	color: #666666;
	font-family: '微软雅黑';
}

.list-info .list-info-imp a:hover {
	color: #2991FF;
	border-bottom: 1px solid #2991FF;
}

.list-info .list-info-time {
	width: 90px;
	height: 32px;
	line-height: 32px;
	color: #b5b5b5;
	font-size: 15px;
}

.list-more {
	line-height: 30px;
	height: 30px;
	text-align: center;
	width: 60px;
	border-bottom: 1px solid;
}

.loginBtn {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background-color: #2599FC;
	font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑;
	font-style: normal;
	font-size: 20px;
	color: rgb(255, 255, 255);
}

.loginBtn:hover {
	background-color: #42C7FF;
	color: #FFFFFF;
}

.registerBtn {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background-color: #FFB400;
	font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑;
	font-style: normal;
	font-size: 20px;
	color: rgb(255, 255, 255);
}

.registerBtn:hover {
	background-color: #fbd06a;
	color: #FFFFFF;
}

.findpawd {
	color: #000;
}

.findpawd:hover {
	color: #909090;
}

.userlogin {
	width: 100%;
	text-align: center;
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', 微软雅黑;
	font-style: normal;
	font-size: 22px;
	color: #929090;
	height: 30px;
}

.errbox {
	height: 40px;
	width: 100%;
}

.errbox .errbox-con {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background-color: #FFF7DB;
	border-radius: 5px;
	border: 1px solid #FFB400;
}

.errbox-con .errbox-icon {
	width: 16px;
	height: 16px;
	background-color: #FFB400;
	border-radius: 50%;
	line-height: 16px;
	text-align: center;
	margin: 7px 0;
}

.errbox-con .errbox-info {
	width: 200px;
	padding: 0 5px;
	height: 100%;
	line-height: 30px;
	color: #FFB400;
}

.user-box {
	height: 45px;
	width: 300px;
	position: relative;
}

.user-box .user-icon {
	position: absolute;
	left: 0;
	z-index: 999;
	width: 50px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.user-box .user-input {
	width: 100%;
	height: 45px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	line-height: 45px;
	padding-left: 50px;
}

.pawd-box {
	height: 45px;
	width: 300px;
	position: relative;
}

.pawd-box .pawd-icon {
	position: absolute;
	left: 0;
	z-index: 999;
	width: 50px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.pawd-box .pawd-input {
	width: 100%;
	height: 45px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	line-height: 45px;
	padding-left: 50px;
}

.tbask li {
	background: #2599fc;
    border-radius: 3px;
    margin: 0 5px;
    float: left;
    line-height: 25px;
    height: 25px;
    min-width: 93px;
    text-align: left;
	-webkit-box-shadow:0px 1px 8px #909090;
	-moz-box-shadow: 1px 0px 8px #909090;
	box-shadow: 0px 1px 8px #909090;
}

.tbask li a {
	padding: 0 2px;
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.tbask li a:hover {
	background-color: #42C7FF;
}

.bot-content span{
	padding: 0 10px;
	text-align: left;
	color: #909090;
	font-size: 14px;
}


.pageBtn {
	height: 100%;
	line-height: 40px;
	display: inline-block;
}

.pageul {
	width: 100%;
	height: 100%;
	padding: 10px 0 0;
}

.pageul li {
	float: left;
	line-height: 30px;
	min-width: 30px;
	height: 30px;
	margin: 0 5px;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}

.pageul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 2px;
	color: #a0a0a0;
}

.pageul li span {
	display: block;
	color: #a0a0a0;
	width: 100%;
	height: 100%;
	padding: 0 2px;
}

.pageul .active {
	background: #2599fc;
	border-color: #2599fc;
}

.pageul .active a {
	color: #FFFFFF !important;
}

.title .st1 {
	height: 40px;
	background-color: #FFF;
	text-align: center;
	line-height: 40px;
	color: #51AAFD;
	padding: 0 30px;
}

.title .st1 span{
	font-size: 16px;
}

.title .st2 {
	height: 40px;
	background-color: #E2E2E2;
	text-align: center;
	line-height: 40px;
	color: #969696;
	padding: 0 30px;
}

.title .st2 span{
	font-size: 16px;
}

.xqhead .bt {
	height: 35px;
	text-align: center;
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', 微软雅黑;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: rgb(51, 51, 51);
	letter-spacing: 2px;
	white-space: nowrap;
}

.xqhead .fbsj {
	width: 100%;
	height: 100%;
}

.xqhead .fbsj li {
	float: left;
	line-height: 30px;
	padding: 0 15px;
}

.xqhead .fbsj li span {
	color: #b6b6b6;
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', 微软雅黑;
	letter-spacing: 1px;
}

.xqhead {
	width: 100%;
	height: 70px;
	border-bottom: 1px dashed #ebebeb;
}

.xqbody {
	width: 100%;
	height: calc(100% - 140px);
	border-bottom: 1px dashed #ebebeb;
}

.xqbot {
	width: 100%;
	height: 70px;
}

.fhBtn {
	display: block;
	height: 20px;
	position: absolute;
	width: 20px;
	right: 15px;
	top: 10px;
}

.fhBtn i {
	font-size: 18px;
	color: #cdcdcd;
}

.fhBtn i:hover {
	color: #51AAFD;
	;
}

p.newsinfo {
	line-height: 35px;
	letter-spacing:0.5px;
	min-height: 125px;
    max-height: 240px;
    overflow: auto;
}

div .fjdown {
	height: 120px;
	width: 100%;
	padding-top: 20px;
}

.fjdown p i {
	font-size: 20px;
	color: #7bc3f0;
}

.fjdown p span {
	font-size: 15px;
	padding: 0 5px;
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', 微软雅黑;
	font-weight: 700;
	font-style: normal;
}

.fjdown a {
	height: 30px;
	line-height: 30px;
	color: #666666;
}

.fjdown a:hover {
	color: #51AAFD;
	;
}

.xqbot p {
	height: 30px;
	line-height: 30px;
	padding-bottom: 0;
}

.xqbot p span.f-left {
	width: 60px;
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', 微软雅黑;
	font-weight: 700;
	font-style: normal;
}

.xqbot p span.f-right {
	color: #b6b6b6;
	width: 90px;
}

.xqbot p a .yd {
	color: #dddddd;
	border-bottom: 1px solid #dddddd;
}

.xqbot p a .yd:hover {
	color: #51AAFD;
	border-bottom: 1px solid #51AAFD;
}

.xqbot p a .wd {
	color: #666666;
	border-bottom: 1px solid #transparent;
}

.xqbot p a .wd:hover {
	color: #51AAFD;
}
.list-info-imp .f-tof{
	font-size: 16px;
}
