﻿@charset "UTF-8";
html,
body,
dl,
dd,
dt,
p,
h1,
h3,
h4,
h5,
h6,
form,
fieldset {
    padding: 0;
    margin: 0;
}
fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "PingFang SC";
}
select,
input {
    vertical-align: middle;
}
select,
input,
textarea {
    font-size: 0.16rem;
    margin: 0;
}
body {
    margin:0px;
    padding:0px;
}
a {
    text-decoration:none;
    color:#333;
    font-size:16px;
}
a:hover {
    color: #c81623;
}
h1,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s,
i,
em {
    font-style: normal;
    /*去掉倾斜*/
    text-decoration: none;
    /*去掉删除线*/
}
/*防止多行文本框拖动*/
textarea {
    resize: none;
}
/*去掉图片低测默认的3像素空白缝隙*/
img {
    border: 0;
}
table {
    border-collapse: collapse;
    /*合并外边线*/
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    /* IE/ 7 / 6 */
}
.container {
    width:1350px;
    margin:0px auto;
    padding:20px 40px;
    background:#fff;
    /*box-shadow:0px 0px 15px #f2f2f2;*/
    margin-bottom:-40px;
    /*border-left:solid 1px #f2f2f2;
    border-right:solid 1px #f2f2f2;*/
}

/*nav*/
.menu-nav {
    line-height:35px;
    margin:0 0 20px 0px;
}
.menu-nav a, .menu-nav {
    font-size:16px;
    color:#333;
}
.menu-nav a.cur {
    color:#f00;
}
.menu-nav span {
    padding:0px 3px;
}

/*left-menu*/
.m-left {
    width:280px;
    float:left;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.m-left .root-menu {
    line-height:50px;
    background:#3bb3c3;
    text-align:center;
    color:#fff;
    font-size:24px;
    font-weight:600;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border:solid 1px #3bb3c3;
}
.m-left .list-menu {
    box-shadow: 0px 0px 9px #dedede;
    padding-top:10px;
    padding-bottom:50px;
}
.m-left ul {
    width:240px;
    padding:0px;
    margin:0px;
    margin:10px auto;
    

}
.m-left li {
    width:100%;
    text-align:left;
    list-style-type:none;
    /*border:solid 1px #eee;*/
    box-shadow:0px 0px 10px #eee;
    margin-bottom:10px;
    border-radius:2px;
    overflow:hidden;
}
.m-left li a {
    line-height:20px;
    padding:10px 15px;
    color:#333;
    font-size:16px;
    display:block;
    text-decoration:none;
    transition:all ease-in-out 0.2s;
    border-radius:2px;
    box-sizing:border-box;
}
.m-left li a:hover {
    background:#3bb3c3;
    color:#fff;
    /*transform:translateX(-5px);*/
    /*transform:rotate(360deg);*/
    /*padding-left:20px;*/
}
.m-left li a.cur {
    background:#3bb3c3;
    color:#fff;
}
.m-right {
    width:1030px;
    float:right;
	box-shadow: 0 2px 8px 0 #00000014;
    padding: 0 30px 20px;
    box-sizing: border-box;
	border-radius:5px;
	min-height:950px;
}

.cur-menu {
    height:40px;
    line-height:40px;
    border-bottom:solid 1px #3bb3c3;
    clear:both;
    position:relative;
}
.cur-menu .menu-dot {
    width:3px;
    height:15px;
    background:#3bb3c3;

    position:absolute;
    top:0;
    bottom:0;
    left:5px;
    margin:auto;
}
.cur-menu .menu-title {
    font-size:18px;
    color:#333;
    padding-left:20px;
}

#divPage{
    margin:0px;
    padding:0px;
    text-align:right;
    line-height:50px;
    height:50px;
    padding-top:5px;
}
#divPage a  
{  
    padding: 6px 16px;  
    margin-right: 5px;  
    border: 1px solid #02d2c4;  
    text-decoration: none;
    color:#000;
    border-radius:2px;
    font-family: "Microsoft Yahei";
    border-radius:3px;
} 
#divPage a:hover  
{  
    color:#fff;
    background:#d50414;
    border-radius:2px;
}   
#divPage .current  
{  
    padding: 7px 16px;  
    margin-right: 5px;  
    font-weight: bold;
    background:#d50414;
    color:#fff;
    border-radius:2px;
    font-family: "Microsoft Yahei";
    border-radius:3px;
    border: 1px solid #d50414;
}
#divPage .turn-to{
    width:45px;
    border:solid 1px #d50414;
    background-color:#d50414;
    text-align:center;
    color:#fff;
    border-radius:2px;
    font-family: "Microsoft Yahei";
    border-radius:3px;
}
#divPage .txt{
    width:30px;
    height:30px;
    line-height:30px;
    border:solid 1px #d2d0d1;
    border-radius:2px;
}
#divPage span{
    font-size:14px;
    padding-left:5px;
    padding-right:5px;
    color:#333;
    border-radius:2px;
    font-family: "Microsoft Yahei";
}

.notempty {
    line-height:20px;
    padding:10px 0px;
}