/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, form, fieldset, input, p, span, th, td, blockquote, lengend, button, textarea {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none outside;
    font-size: 16px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a img, input {
    border: 0
}

img {
    vertical-align: middle;
}

/* 常用样式设置 start */

body {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #000;
    position: relative;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #ba0103;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}
 @media screen and (min-width: 769px) {
.banner img {
    width: 100%;
}
section{width: 1154px;margin: 0 auto;}
.list{padding-top: 44px;width: 100%;}
h4.common {
    position: relative;
    height: 50px;
    text-align: center;
    background: url(./lineimg.png) left top no-repeat;
}

h4.common a {
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}
h4.common span {
    position: absolute;
    right: 0;
    top: 10px;
    float: right;
}
h4.common span a {
    font-size: 18px;
    color: #b50707;
    font-weight: normal;
    line-height: inherit;
}
.zyxwbox{display: flex;margin: 26px 0;}
 .zyxwbox-l {
        margin-right: 20px;
        width: 450px;
        height: 310px;
    }

.zyxwbox-l img{width: 100%;height: 100%;}
.zyxwbox-r li {
    height: 45px;
    padding-left: 20px;
    line-height: 45px;
    background: url(./dot_mb1.png) 0 center no-repeat;

}
.zyxwbox-r{flex-grow: 1;}
.zyxwbox-r li{font-size: 18px;width: 100%;box-sizing: border-box;}
.zyxwbox-r span{
    float: right;
    color: #989898;
    font-size: 18px;
}
footer{
    margin-top: 50px;
}
.footer {
    padding: 40px 0 10px 0;
    text-align: center;
    background: #c82a29;
}

.footer p ,.footer div{
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}

.footer p span {
    margin: 0 10px
}

.footer p span a {
    padding-right: 15px;
    color: #fff
}


/* 细览 */
.dqwz {
    font-size: 16px;
    color: #606060;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d7d7d7;
}
.dqwz a{color: #606060;}

.contentbox {
    background-color: #fff;
    padding: 0 90px;
}

.title_con {
    padding-bottom: 20px;
    text-align: center;
    font-size: 28px;
    color: #000000;
    padding: 30px 100px;
}

.laiyuan {
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
}

.laiyuan p {
    color: #999;
    font-size: 16px;
    text-align: center;
}
.laiyuan p span{
    padding: 0 20px;
}


.conboxzw {
    width: 100%;
    text-align: justify;
    margin: 0 auto;
    line-height: 200%;
    font-size: 16px;
    max-height: 9999999px;
    padding: 20px 0;
}

.conboxzw p {
    margin-bottom: 10px;
}

.conboxzw img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
}
 }

  @media screen and (max-width: 768px){
    .zyxwbox-l{width: 100%;}
.zyxwbox-l img{width: 100%;height: 100%;}
 .banner img {
    width: 100%;
}
section{width: 100%;margin: 0 auto;}
.list{padding-top: 22px;width: 100%;position: relative;padding-bottom: 10px;}
h4.common {
    height: 30px;
    text-align: center;
    background: url(./lineimg_mob.png) left top no-repeat;
    background-size: 100% 100%;
}

h4.common a {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}
h4.common span {
    position: absolute;
    right: 15px;
    bottom: 0;
    float: right;
}
h4.common span a {
    font-size: 9px;
    color: #b50707;
    font-weight: normal;
    line-height: inherit;
}
.zyxwbox{margin:15px;}

.zyxwbox-l img{width: 100%;}
.zyxwbox-r {overflow: hidden;margin: 10px 0;}
.zyxwbox-r li {
    height:30px;
    padding-left: 10px;
    line-height: 30px;
    background: url(./dot_mob.png) 0 center no-repeat;
    background-size: 4px;
   box-sizing: border-box;

}
.zyxwbox-r li a{
 white-space: nowrap;
    overflow: hidden;      
  text-overflow: ellipsis; 
  width: 100%;
  display: block;
}
.list1 .zyxwbox-r li a{
 white-space: nowrap;
    overflow: hidden;      
  text-overflow: ellipsis; 
  width: 80%;
  display: block;        float: left;
}
.zyxwbox-r{flex-grow: 1;}
.zyxwbox-r li{font-size: 12px;width: 100%;}
.zyxwbox-r span{
    float: right;
    color: #989898;
    font-size: 9px;
}
footer{
    margin-top: 25px;
}
.footer {
    padding: 20px 0 10px 0;
    text-align: center;
    background: #c82a29;
}

.footer p,.footer span {
    font-size: 9px;
    color: #fff;
    padding-bottom: 5px;
}

.footer span {
 display: block;
 padding-bottom: 5px;
 line-height: normal;
}




/* 细览 */
.dqwz {
    font-size: 9px;
    color: #606060;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 15px;
            margin-top: 4px;
}
.dqwz a{color: #606060;}

.contentbox {
    background-color: #fff;
    padding: 0 15px;
}

.title_con {
    padding-top: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 2;
    color: #000000;
}
.conboxzw img{width: 100%;}
.laiyuan {
    padding: 5px 0;
    
    border-bottom: 1px solid #d7d7d7;
}

.laiyuan p {
    color: #999;
    font-size: 9px;
    text-align: center;
}
.laiyuan p span{
    padding: 0 10px;
}


.conboxzw {
    width: 100%;
    text-align: justify;
    margin: 0 auto;
    line-height: 200%;
    max-height: 9999999px;
    padding: 10px 0;
}

.conboxzw p {
    margin-bottom: 5px;
}

.conboxzw img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
}
  }