/* 
热点资讯
*/
body {
    background: linear-gradient(180deg, #dce4ed, #f9f9f9);
}
.one {}
.one .one-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
}
.one .one-item .left {
    width:55%;
}
.one .one-item .left figure {
    position: relative;
    width: 100%;
    padding-top: 83%;
}
.one .one-item .left figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    transition: all 0.6s ease;
}
.one .one-item .right {
    width:43%;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}


.two {}
.two .two-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
}
.two .two-item .left {
    width:55%;
    padding: 10px;
    background: #fff;
}
.two .two-item .right {
    width:43%;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}
.address {}
.address address {
    margin: 20px 0;
}
.address address a {
    font-size: 16px;
    color: #333;
}
.address address a:hover {
    color: #c00000;
}

.new-content {
    margin:0 0 40px 0;
}
.new-content .content-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
}
.new-content .content-item .left {
    width: 68%;
    padding:40px;
}
.new-content .content-item .left .title {}
.new-content .content-item .left .title h1 {
    font-size: 24px;
    color: #000;
    color: #c00000;
}
.new-content .content-item .left .title p {
    margin:20px 0 0 0;
    font-size: 14px;
    color: #666;
}
.new-content .content-item .left .title p span {
    margin-right: 15px;
}
.new-content .content-item .left .content {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.new-content .content-item .left .content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}
.new-content .content-item .left .content img {
    max-width: 100%;
}
.new-content .content-item .left .pre-next {}
.new-content .content-item .left .pre-next h6 {
    font-size: 16px;
    padding: 10px 0;
}
.new-content .content-item .left .pre-next h6 a{
    padding: 5px 0px;
    font-size: 16px;
    color: #000;
}
.new-content .content-item .left .pre-next h6 a:hover {
    color: #c00000;
}

.new-content .content-item .right {
    width:30%;
    padding:20px 30px;
}
.new-content .content-item .right .item {}
.new-content .content-item .right .item h3 {
    margin:20px 0 30px 0;
    font-size: 16px;
    color: #000;
}



