*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration:unset;
}
.con1 a:hover,
.con2 a:hover{
    text-decoration: underline;
}

li{
    list-style: none;
}
html body{
    background: #fff;
    font-family:   Microsoft Yahei ;
    background-color: #fbf4eb;
}
.clearfix::after{
    display: block;
    content:'';
    visibility: hidden;
    clear: both;
}
.container,.container1{
    width: 1200px;
    margin: 0 auto;

}
.head a img{
    margin: 10px;
}
.head{
    width: 100%;
    min-width: 1200px;
    height: 578px;
    background: url(../../images/ztzl/wrmfwzt/wrmfwzt_01.png) no-repeat top center;
}
.head .wzbox{
    width: 1140px;
    line-height: 42px;
    font-size: 18px;
    color: #000;
    text-indent: 2em;
    margin: 0 auto;
    margin-top: 165px;
    box-sizing: border-box;
    padding: 0 22px ;
    /* border-left: 4px solid #e13f32; */
    position: relative;
}
.wzbox::after{
    width: 4px;
    height: 90%;
    content: '';
    position: absolute;
    background: #e13f32;
    left: 0;
    top: 10px;
    border-radius: 4px;
}
.head  .wzbox p{
   
}
.comtit{
    position: relative;
}
.comtit a {
    position: absolute;
    right: 6px;
    top: 13px;
    font-size: 16px;
    color: #747474;
}
.con1{
    margin-top: 35px;
}
.con1 .nr{
    padding-top: 30px;
}
.con1 .nr{
    padding-bottom: 50px;
}
.nr ul.ul1 li{
    width: 584px;
    height: 154px;
    background: #fff;
    float: left;
    margin-bottom: 22px;
    padding: 10px 13px ;
    box-sizing: border-box;
}
.nr ul.ul1 li.active{
    background: #ea0c07;
}
.nr ul.ul1 li.active a.tita,
.nr ul.ul1 li.active .litit p{
    color: #fff;
}
.nr ul.ul1 li.active p a{
    color: #fee24a;
}
.nr ul.ul1 li.active .tita::after{
    background: #fee24a;
}
.nr ul.ul1 li:nth-child(2n){
    margin-left: 20px;
}
.nr ul.ul1 li .tita{
    display: block;
    font-size: 18px;
    line-height: 48px;
    color: #333;
    padding-left: 20px;
    position: relative;
    /* color: #fff; */
}
.nr ul.ul1 li .tita::after,
.con2 .nr li::after{
    width: 5px;
    height: 5px;
    background:#ea0c07;
    content: '';
    position: absolute;
    left: 0;
    top: 23px;
    border-radius: 50%;;
}
.litit p{
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
    color: #919191;
}
.litit p a{
    color:#ea0c07;
}
.con2 {
    margin-bottom: 50px;
}
.con2 .nr{
    padding:15px 40px;
    background: #fff;
    margin-top: 40px;
    min-height: 100px;
}
.con2 .nr li{
    font-size: 18px;
    line-height: 48px;
    float: left;
    width: 48%;
    color: #333;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.con2 .nr li:nth-child(2n){
    margin-left: 4%;
}
.con2 .nr li a{
    color: #333;;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con2 .nr li a:hover{
    color: #e13f32;
}

