* {
    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 {
    color: #3791dd;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

body {
    background-color: #fff;
    min-width: 1200px;
}

li {
    list-style: none
}

.hide {
    display: none;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    background: url("../images/banner.jpg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    height: 420px;
}

.main .headline {
    width: 1200px;
    margin: 34px auto;
    background: url(../images/headline.png) no-repeat top center;
    box-sizing: border-box;
    padding: 40px 40px 30px 120px;
    /* height: 298px; */
}

.main .headline h4 {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    text-align: justify;
}

.main .headline p {
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 14px;
}

.main .headline .more {
    background: #586da8;
    width: 110px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: block;
    font-size: 18px;
    border-radius: 20px;
    color: #ffffff;
}

.main .title {
    width: 1200px;
    height: 46px;
    margin: 40px auto;
}

.main .zyxw {
    background: url("../images/zyxw_bg.jpg") no-repeat center bottom;
    width: 100%;
    min-width: 1200px;
    padding: 2px 0 16px;
}

.main .zyxw .title {
    background: url("../images/title_zyxw.png") no-repeat center center;
}

.main .zyxw .con {
    width: 1200px;
    margin: 20px auto;
}

/*新闻大图*/
.main .zyxw .con .newsPic {
    width: 566px;
    height: 320px;
    position: relative;
}

.main .zyxw .con .newsPic .pic {
    width: 566px;
    height: 320px;
    position: relative;
}

.main .zyxw .con .pic img {
    width: 566px;
    height: 320px;
}

.main .zyxw .con .pic p {
    width: 566px;
    height: 44px;
    line-height: 44px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-indent: 10px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    font-size: 18px;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .zyxw .con .describe {
    width: 570px;
}

.main .zyxw .con .describe h5 {
    margin: 10px 10px 20px 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main .zyxw .con .describe p {
    margin: 10px 10px 10px 0;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.main .zyxw .con .describe .line {
    height: 1px;
    margin: 44px auto 0;
    border-bottom: 1px dashed #a1cbff;
}

.main .zyxw .con .describe a.more {
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: -18px;
    background: #586da8;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 18px;
}

.main a.more:hover {
    background: #3791dd;
    color: #ffffff;
}

.main .zyxw .con .describe a.more:hover {
    background: #3791dd;
    color: #ffffff;
}

.main .zyxw .list {
    width: 1200px;
    margin: 26px auto 0;
}

.main .list li {
    line-height: 40px;
}

.main .list li a {
    display: inline-block;
    max-width: 1000px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .list li span.point {
    display: inline-block;
    width: 2px;
    height: 20px;
    margin-right: 12px;
    background: #3791dd;
    vertical-align: -5px;
}

.main .zyxw .list li span.time {
    color: #999999;
    float: right;
}

.main .gdxd {
    width: 1200px;
    margin: 60px auto;
}

.main .gdxd .title {
    background: url("../images/title_gdxd.png") no-repeat center center;
}

.main .gdxd .con {
    background: url("../images/gdxd_bg.jpg") center center;
    padding: 30px 20px 24px 30px;
}

.main .gdxd .con .pic {
    width: 566px;
    position: relative;
}

.main .gdxd .con .pic img {
    width: 566px;
    height: 320px;
}

.main .gdxd .con .pic p {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px;
    text-overflow: ellipsis;
}

.main .gdxd .con .newsList {
    width: 554px;
}

.main .gdxd .con .newsList .line {
    height: 1px;
    margin: 44px auto 0;
    border-bottom: 1px dashed #a1cbff;
}

.main .gdxd .con .newsList a.more {
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: -18px;
    background: #586da8;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 18px;
}

.main .gdxd .con .newsList a.more:hover {
    background: #3791dd;
    color: #ffffff;
}
.main .gdxd .list li a {
    max-width: 100%;
}

.main .tljd {
    width: 1200px;
    margin: 60px auto;
}

.main .tljd .title {
    background: url("../images/title_tljd.png") no-repeat center center;
}

.main .tljd .con .section {
    background: url("../images/tljd_bg.png");
    width: 280px;
    height: 529px;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 26px;
}

.main .tljd .con .section:last-child {
    margin-right: 0;
}

.main .tljd .con .section a {
    display: block;
}

.main .tljd .con .section img {
    display: block;
    width: 260px;
    height: 419px;
    margin: 12px auto;
}

.main .tljd .con .section p {
    text-align: center;
    font-size: 18px;
}

.main .tljd .line {
    height: 1px;
    margin: 50px auto 0;
    border-bottom: 1px dashed #a1cbff;
}

.main .tljd a.more {
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: -18px;
    background: #586da8;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 18px;
}

.main .tljd a.more:hover {
    background: #3791dd;
    color: #ffffff;
}