.zcfg_banner{
    width: 100%;
    height: 300px;
    margin: 0 auto 30px;
    background: url(../images/zcfg_banner.jpg) center top no-repeat;
    background-size: 100%;
}
.news-list {
    margin: 15px auto;
    overflow: hidden;
}
.news-list .hd {
    text-align: center;
    width: 20%;
    float: left;
}
.news-list .hd ul{
	overflow: hidden;
}

.news-list .hd ul li{
    width: 90px;
    padding: 0 10px;
    box-sizing: border-box;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #c72226;
    background: #f7f7f7;
    border-radius: 10px;
    cursor: pointer;
    margin:0 10px 10px 0;
}

.news-list .hd ul li.on {
    color: #c51e20;
    font-weight: bold;
    background-color: #c72226;
    color: #fff;
}
.news-list .bd{
    width: 80%;
    float: left;
}
.news-list .bd li {
    padding: 20px 0 20px 0;
    border-bottom: solid 1px #dddddd;
    font-size: 16px;
    overflow: hidden;
}
.panel_img {
    width: 300px;
    height: 200px;
    float: left;
}
.news-list .bd li .title {
    font-size: 18px;
    color: #000;
    float: left;
    margin-top: 20px;
    padding-left: 20px;
    height: 100px;
    height: 58px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list .bd li .doc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 720px;
    float: left;
}  
.news-list .bd li .info {
    color: #888;
    height: 25px;
    line-height: 25px;
    width: 550px;
    float: right;
    margin-top: 30px;
}
.news-list .bd li .info .date {
    float: right;
}
.news-list .bd .more {
    display: block;
    margin: 30px 0;
    background-color: #c51b1e;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 45px;
    line-height: 45px;
}
/*新闻中心文章页*/
.leftframe{
    width: 1200px;
    margin:0 auto;
}
.newscontent .title h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #c32425;
    padding:30px 0 0 10px;
}
.newscontent .title .info {
    text-align: center;
    font-size: 14px;
    color: #acacac;
    padding: 10px 0;
}
.newscontent .zhengwen {
    padding: 0 0 40px 0;
    min-height: 500px;
    height: auto;
}
.newscontent p {
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
}
.zhengwen img {
    max-width: 640px;
}
.tjTitle {
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
}
.author {
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-bottom: 10px;
    color: #acacac;
}
.newscontent h3 {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
}
/*搜索页*/
.Newsl {
    width: 1200px;
    margin: 0 auto;
}
.Searchbox {
    background-color: #f5f5f5;
    height: 130px;
    padding: 40px;
}
.Searchbox select {
    width: 200px;
    height: 50px;
    line-height: 41px;
    padding: 0 10px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    color: #777777;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    float: left;
}
.Searchbox input {
    width: 506px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background: url(../images/zoom_icon2.png) no-repeat 10px center #ffffff;
    padding-left: 35px;
    color: #777777;
    font-size: 16px;
    float: left;
    margin-left: 10px;
}
.Searchbox button {
    width: 80px;
    height: 50px;
    border-radius: 10px;
    background-color: #c72226;
    float: left;
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
    border: none;
}
.option:hover{
    background: #c72226;
}
.news-list .bd li{
    overflow: hidden;
}
.news-list .bd li.doc{
    float: left;
}
.information .time{
    margin-right: 20px;
}
.information{
    float: right;
}
.download{
    font-weight: bold;
}


/** 申请互助保障 **/

.box{
    width: 630px;
    margin: 20px auto;
}
.box_line{
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.box_title{
    width: 120px;
    text-align: right;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.box_title em{
    color: #ad0700;
    margin-right: 5px;
    font-size: 18px;
    font-style: normal;
}
.box_ipt{
    width: 500px;
    line-height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 16px;
    outline: 0;
}
.box_line input,.box_line select{
    width: 480px;
}
.box_line textarea{
    width: 500px;
    height: 146px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-size: 16px;
    outline: 0;
}
.box_line .parentFileBox{
    width: 500px !important;
}
.box_line .submit{
    width: 300px;
    height: 40px;
    background: #c51b1e;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.box_line .phone{
    width: 350px !important;
}
.box_line .phone input{
    width: 330px !important;
}
.box_line .btn{
    width: 130px;
    border: 1px solid #c51b1e;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #c51b1e;
    cursor: pointer;
}

.general_situation{
    width:100%;
    position:relative;
    margin:20px auto;
    padding-bottom:10px;
}
.general_situation h2{
    height:35px;
    line-height:35px;
    font-size:18px;
    margin-left:10px;
    margin-top:20px;
    color:#000;
}
.general_situation h3{
    width:100%;
    height:35px;
    line-height:33px;
    border-bottom:solid 1px #cccbc6;
}
.general_situation h3 span {
    font-size: 20px;
    font-weight: bold;
    color: #c72226;
    display: inline-block;
    padding:0 10px;
    text-align: left;
    border-bottom: 3px solid #c72226;
}
.general_situation .detail{
    padding:20px 0;
    line-height:26px;
    font-size:16px;
    overflow:hidden;
}
.general_situation .detail p{
    color:#333;
    font-size: 16px;
    line-height: 2;
}
.general_situation .detail2{
    padding:20px 0;
    line-height:26px;
    font-size:16px;
    height:auto;
}
.general_situation .button_xq{
    color:#e42d30;
    position:relative;
    bottom:-20px;
    left: 800px;
}

.report_list{
    width: 720px;
    height: 500px;
    overflow: scroll;
    background: #ddd;
    margin: 0 auto;
}
.report_list ul{
    background: rgba(255,255,255,0.5);
    padding: 10px;
    margin: 10px;
}
.report_list ul li{
    text-align: left;
    height: 30px;
    margin: 0 auto;
}
.report_list ul li em{
    text-align: right;
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    width: 112px;
    display: inline-block;
    vertical-align: baseline;
}
.report_list ul li .text{
    width: 60%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}
.tips{
    width: 300px;
    margin: 30px auto;
    text-align: center;
}