*{
    box-sizing: border-box;
}
html,body,ul,h1,h2,h3,h4,h5,p{
    margin: 0;
    padding: 0;
}
h4{
    margin: 10px 0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000000;
    font-weight: 200;
}
h4{
    font-weight: 300;
}
p{
    font-size: 14px;
}
body{
    font-size: 14px;
    color: #000000;
min-width:1400px;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
/*头部*/
header{
    width: 100%;
    min-height: 50px;
    background-color: #ffffff;
}
.header-top{
    height: 18px;
    background-image: linear-gradient(to right, #e70312 ,#ee6904,#e0af00,#89b520,#3a984b, #248c58);
}
.header-top>.container,.top-link{
    height: 100%;
}
.top-link{
    display: flex;
    justify-content: end;
    align-items: center;
}
.top-link>span{
    padding: 0 10px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 100;
}
.top-link>a{
    color: #ffffff;
    font-size: 12px;
}
.plate-head{
    height: 100px;
    display: flex;
    align-items: center;
    background-image: url(../img/plate-logo.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: auto 100px;
}
.plate-head img{
    height: 60px;
}
header>.header-nav{
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right,#e60113,#c83a40);
}
header>nav>div{
    width: 100%;
    height: 100%;
    background: url(../img/nav-right.png) left center no-repeat,url(../img/nav-left.png) right center no-repeat;
    background-size: auto 42px;
}
header>nav>div>ul{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
header>nav>div>ul>li{
    width: 10%;
    height: 100%;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
header>nav>div>ul>li>a{
    color: #ffffff;
font-weight: 600;
font-size: 16px;
}
/*下拉菜单*/
header>nav>div>ul>li>ul{
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 42px;
    transition: .6s all;
}
header>nav>div>ul>li>ul>li{
    width: 100%;
    height: 42px;
    background-color: #E62738;
    border: 1.5px solid #E62738;
}
header>nav>div>ul>li>ul>li>a{
    color: #ffffff;
    font-weight: 600;
}
header>nav>div>ul>li>ul>li:hover{
    background-color: #ffffff;
}
header>nav>div>ul>li>ul>li:hover>a{
    color: #E62738;
}
header>nav>div>ul>li:hover>ul{
    opacity: 1;
    z-index: 3;
    transition: .6s all;
}
/*center*/
body>.content{
    width: 1200px;
    min-height: 800px;
    padding-top: 36px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
body>.content>.list-left{
    width: 253px;
    padding-right: 37px;
    border-right: 1px solid #eaeaea;
}
body>.content>.list-left>.list-nav{
    width: 100%;
    height: auto;
}
body>.content>.list-left>.list-nav>div{
    height: 42px;
    padding: 10px 0 10px 25px;
    color: #333333;
    background-color: #ffffff;
    box-shadow: rgba(0,0,0,.16)  0 1px 2px 0 ;
    margin-bottom: 1px;
    font-weight: 500;
}
.list-nav-active{
    border-left: 1px solid #e41d2b;
}
body>.content>.list-left>.list-nav>.list-nav-first{
    color: #ffffff;
    background-color: #e20818;
}
body>.content>.list-left>.list-nav>.list-nav-first>a{
    color: #ffffff;
}
body>.content>.list-left>.list-nav>.list-nav-second>a{
    color: #333333;
}
body>.content>.list-left>.list-nav>.list-nav-second>span{
    cursor: pointer;
}
/*三级目录*/
body>.content>.list-left>.list-nav>.list-nav-second + ul{
    overflow: hidden;
    transition: .6s all;
}
body>.content>.list-left>.list-nav>ul{
    overflow: hidden;
    max-height: 0;
}
body>.content>.list-left>.list-nav>ul>li{
    width: 190px;
    height: 42px;
    line-height: 42px;
    float: right;
    padding-left: 14px;
    margin-bottom: 1px;
    box-shadow: rgba(0,0,0,.16)  0 1px 2px 0 ;
}
body>.content>.list-right{
    width: 912px;
}
body>.content>.list-right>nav{
    width: 100%;
    height: 42px;
    padding-left: 25px;
    padding-top: 13px;
    padding-bottom: 10px;
    background-color: #e20818;
    color: #ffffff;
}
body>.content>.list-right>nav>img{
    height: 100%;
    display: inline-block;
}
body>.content>.list-right>nav>table{
    display: inline-block;
    height: 100%;
    line-height: 19px;
    color: #ffffff;
}
body>.content>.list-right>.list-words{
    width: 100%;
    min-height: 93%;
    padding: 10px 49px;
}
body>.content>.list-right>.list-words>li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
    display:flex;
    justify-content:space-between;
}
body>.content>.list-right>.list-words>li>a{
   overflow:hidden;
   max-width:93%;
   max-height:100%;
 
}
body>.content>.list-right>.list-words>li>span:nth-child(2){
    float: right;
    color: #e20818;
}
/*底部*/
footer{
    color: #ffffff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
}
footer>div:nth-child(1){
    order: 2;
    padding: 6px 0;
    text-align: center;
    background-color: #b2272a;
}
footer>div:nth-child(2){
    padding: 6px 0;
    background-color: #c73c41;
    text-align: center;
}
footer>div:nth-child(2)>a{
    color: #ffffff;
    cursor: pointer;
}
footer>div>span:nth-child(2){
    padding: 0 10px;
}