body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, b, blockquote, th, td, em, span, img, figure {
    padding: 0;
    margin: 0;
    outline: none;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
    vertical-align: middle;
}
@font-face {
    font-family: "hwxk";
    src: url('/Public/font/hwxk.ttf') format('truetype');
}
.news-wrap {
    padding: 40px 0;
}
.wp90 {
    width: 87.5%;
    min-width: 1280px;
    max-width: 1728px;
}
.part-index-bt-title {
    padding: 40px 0 15px 0;
    text-align: center;
    background: url(/static/images/title_bg.png) center bottom no-repeat;
}
.part-index-bt-title h2, .part-index-bt-title h3 {
    color: #333;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 2px;
}
.color999999 {
    color: #999999;
}
.mgt10 {
    margin-top: 10px;
}
.relative {
    position: relative;
}
a {
    color: #243041;
    text-decoration: none;
}
.news-wrap a.more {
    position: absolute;
    right: 2.25%;
    color: #999;
    font-size: 16px;
}
.right {
    float: right;
}
.news-wrap .newslist {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newslist .item {
    width: 50%;
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.newslist .item .content {
    height: 120px;
    width:66%;
    flex-grow: 1;
    padding: 0 4% 0 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.newslist .item h3 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
.font18 {
    font-size: 18px;
}
.newslist .item .content .text {
    height: 60px;
    width:100%;
    overflow: hidden;
    color: #626262;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}
.newslist .item .img {
    width: 200px;
    height: 118px;
    box-sizing: border-box;
    border: 2px solid #eee;
    border-radius: 8px;
}
img {
    border: 0;
    vertical-align: middle;
    width:100%;
}
header {
    display: block;
}
.news-wrap a.more i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -6px;
    background: url(/static/images/news_more.png) 90% / 90% no-repeat;
}
.news-wrap .news-tab {
    margin-top: 30px;
    border-bottom: 3px solid #DEF1FF;
}
.news-wrap .news-tab ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-wrap .news-tab li.cur {
    color: #399eff;
    font-size: 18px;
}
.news-wrap .news-tab li {
    padding: 10px;
    margin: 0 16px;
    font-size: 16px;
    color: #999;
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.news-wrap .newslist {
    margin-top: 24px;
    display: none;
    /* animation: fz360 .75s ease-out; */
}
.news-wrap .newslist.show {
    display: block;
    display: flex;
}
.clear:after {
    display: block;
    content: ".";
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.newslist .item {
    width: 50%;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
/*新增*/
.tx-type .item {
    padding-top: 40px;
}
#div5 .item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tx-time {
    width: 180px;
    padding: 6px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.email-prompt{
    padding:20px;
    font-size:12px;
}
.tx-type label {
    width: 200px;
    float: left;
    text-align: right;
    padding-right: 15px;
    font-weight: 600;
    white-space: nowrap;
}
.tx-type .controls {
    float: left;
    width: 75%;
    position: relative;
}
.tx-type .sub-btn {
    margin-top: 18px;
    height: 35px;
    font-size: 14px;
}
.sub-btn {
    height: 45px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #399eff;
    background: linear-gradient(0deg, rgba(51, 154, 251, 1) 0, rgba(53, 174, 253, 1) 100%);
    -webkit-background: linear-gradient(0deg, rgba(51, 154, 251, 1) 0, rgba(53, 174, 253, 1) 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}