@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #0072e5;
}

img {
    vertical-align: middle;
}


body {
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}


.banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.banner img {
    width: 100%;
    margin: 0 auto;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
/*通用新闻列表*/
 ul.list li {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 18px;
}

 ul.list li span {
    width: 8px;
    vertical-align: 3px;
    height: 8px;
    background: #b80306;
    margin-right: 10px;
    display: inline-block;
}
ul.list li a:hover{
    color: #b80306;
}
 .main .title .more {
    position: absolute;
    right: 0;
    top: 39px;
    font-size: 18px;
    color: #b80306;

}
.main .con {
    width: 1200px;
    margin: 35px auto;
}

.main  .fy {
    width: 520px;
}

.main .fy .title {
    background: url("../images/tit_fy1.png") no-repeat center left;
    width: 520px;
    height: 66px;
    position: relative;
    margin-bottom: 34px;
}

.main  .whg {
    width: 520px;
}

.main .whg .title {
    background: url("../images/tit_whg1.png") no-repeat center left;
    width: 520px;
    height: 65px;
    margin-bottom: 34px;
    position: relative;
}
.main  .bwg {
    width: 520px;
}

.main .bwg .title {
    background: url("../images/tit_bwg1.png") no-repeat center left;
    width: 520px;
    height: 65px;
    position: relative;
    margin-bottom: 34px;
}

.main  .tsg {
    width: 520px;
}

.main .tsg .title {
    background: url("../images/tit_tsg1.png") no-repeat center left;
    width: 520px;
    height: 65px;
    margin-bottom: 34px;
    position: relative;
}
.main  .jq {
    width: 520px;
}

.main .jq .title {
    background: url("../images/tit_jq1.png") no-repeat center left;
    width: 520px;
    height:65px;
    position: relative;
    margin-bottom: 34px;
}

.main  .zjy {
    width: 520px;
}

.main .zjy .title {
    background: url("../images/tit_yc1.png") no-repeat center left;
    width: 520px;
    height: 65px;
    margin-bottom: 34px;
    position: relative;
}
