html,
body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

.dyState {
    width: 1200px;
    margin: 0 auto;
}

.dyState_title {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
	margin: 0 auto;
}
.dyState_title span{
	font-weight:700;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.mainnav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #cccccc;
	height:50px;
	line-height:50px;
}
.main_tou {
    width: 98%;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    font-size: 14px;
    margin: 0;
}
.main_tou div{
    margin: 0 20px;
}
.num {
    color: #E8302E
}
.title{
	width: 80%;
	height: 16px;
	line-height: 16px;
	border-left: 3px solid #E8302E;
	text-indent: 15px;
	font-size: 14px;
	color:#222222;
    margin: 0;
    padding: 0;
}
.list_li{
	display: flex;
	align-items: center;
}
.list_li li{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#999999;
	font-size: 14px;
	margin-left: 5px;
	background: #FFFFFF;
}

.list_li2{
	width: 100%;
	
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
}
.li_box2{
	width: 170px;
	height: 240px;
	text-align: center;
	margin-right: 10px;
	box-sizing: border-box;
}
.li_box2:hover{
    cursor: pointer;
    border: 1px solid #999999;
    box-sizing: border-box;
}

.li_box span ,.li_box2 span{
    display: inline-block;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #E8302E;
    padding: 2px;
    border-radius: 8px 0 8px 0;
}
.list_li2>.li_box2 {
	margin-top: 15px;
	}
.list_li2 img {
    width: 150px;
    height: 200px;
}

.list_li2 div {
    color: #666666;
    font-size: 14px;
	padding: 5px 0;
}

.activeLi,.activeLi a{
	font-weight:700;
	color:white !important;
	background: #E8302E !important;
}
.table{
	width: 100%;
	background: white;
	margin:15px 0;
}
.table_l{
    width: 240px;
	min-height:650px;
	background: white;
	margin: 15px 0;
	float: left;
}
.table_r{
    width: 940px;
	min-height:650px;
	background: white;
	margin: 15px 0;
	float: right;
}

.table_l ul {
    width: 75%;
    margin: 20px auto;
}
.table_l ul>li {
	height: 45px;
    line-height: 45px;
    padding-left: 15px;
    background: url(../images/dot.png) left center no-repeat;
    font-size: 15px;
    color: #999999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.table_l ul>li:hover {
    color: #FF3737;
    cursor: pointer;
}
.table_lTitle {
	height: 16px;
	line-height: 16px;
    width: 100%;
    margin: 17px auto;
    border-left: 3px solid #FF3737;
    text-indent: 15px;
    color: #222222;
    font-size: 16px;
	font-weight:700;
}
.listactive a{
    color: #FF3737 !important;
	font-weight:700;
}
.table ul,.table_r ul{
	width: 98%;
	height: 50px;
	line-height: 50px;
	display: flex;
	margin: 0 auto;
}
.table ul:nth-child(odd),.table_r ul:nth-child(odd){
	background: #F5F5F5;
}
.table ul>li:nth-child(1),.table_r ul>li:nth-child(1){
	width: 90%;
	color:#666666;
	font-size: 14px;
	text-indent: 20px;
}
.table ul>li:nth-child(1) a:hover,.table_r ul>li:nth-child(1) a:hover{
	font-weight:700;
}
.table ul>li:nth-child(2),.table_r ul>li:nth-child(2){
	color:#999999;
	font-size: 12px;
	margin-right: 20px;
	width: 10%;
	text-align: right;
}
.pageBox {
	width: 98%;
	height: 90px;
	position: relative;
	margin: 0 auto;
}

.tableNumBox {
	height: 90px;
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
}

.tableNumBox span{
	color:#999999;
}

.AllNum,
.PageNum {
	color: #999999;
	font-size: 14px;
	margin-right: 30px;
}

.NumBox {
	display: flex;
	align-items: center;
}

.NumBox span {
	width: 50px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	border: 1px solid #EEEEEE;
	font-size: 16px;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
}

.UpNum,
.nextNum {
	width: 56px;
	height: 28px;
	line-height: 28px;
	color: #666666;
	border: 1px solid #EEEEEE;
	font-size: 14px;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
}
.list2{
	display: flex;
	align-items: center;
	color:#999999;
	font-size: 12px;
}
.list2 li{
	margin-left: 10px;
}
.details{
	width: 1200px ;
	margin: 0 auto;
}
.text{
	width: 96%;
	line-height: 20px;
	color:#666666;
	font-size: 14px;
	margin: 0 auto;
}
.helpText {
	width: 100%;
	color: #666666;
	font-size: 16px;
	margin: 5px auto;
	line-height: 45px;
}

.helpText img,.helpText img a{
	border:0; margin:0; padding:0; max-width:1000px; width:expression(this.width>1000?"1000px":true);
}
