@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 25px;
    margin: auto;
    background-color: #fff
}

p {
    margin: 0;
    padding: 0
}

ul,
ol,
dt,
dl,
dd,
form {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 35px;
    font-size: 12px
}

a {
    text-decoration: none;
    color: #333
}

a:active {
    outline: none
}

a:hover {
    color: black;
    text-decoration: none
}

:focus {
    -moz-outline-style: none
}

.clear {
    clear: both
}

a img {
    border: 0
}

.row {
    margin: 0
}

html {
    line-height: 1
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

html {
    overflow-x: hidden
}

body {
    font-family: 'Microsoft YaHei', 'Microsoft YaHei UI', 'PingFang SC', 'Arial', 'sans-serif'
}

*::selection {
    color: #FFF;
    background-color: #005BBC;
    text-shadow: none
}

*::-moz-selection {
    color: #FFF;
    background-color: #005BBC;
    text-shadow: none
}

a {
    text-decoration: none;
    color: #333;
    outline: 0
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #222
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.w {
    width: 1200px
}

.uwrap {
    width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.uwrap:after {
    content: " ";
    display: block;
    clear: both
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both
}


.wrap {
    width: 1320px;
    margin: 0 auto;
}


/*新闻列表*/
.ROsru03n {
    margin: auto;
    padding: 60px 0px 50px 0px;
    background-color: #fff;
    overflow: hidden；
}

.ROsru03nwap1 {
    display: none
}

.ROsru03n em,
.ROsru03n i {
    font-style: normal
}

.ROsru03n .classfy .news_content {
    margin: 20px auto;
    position: relative;
    overflow: hidden
}


.ROsru03n .classfy .news_content ul {
    padding: 0 1.25rem;
    font-size: 0;
    line-height: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    text-align: center
}

.ROsru03n .classfy .news_content ul .cur>a {
    transition: .5s;
    background-color: #cf2440;
    color: #fff
}

.ROsru03n .classfy .news_content ul li {
    display: inline-block;
    position: relative;
    margin: 0 0.5rem 1rem;
    margin: 0 10px 20px;
}


.ROsru03n .classfy .news_content ul li>a:hover {
    transition: .5s;
    background-color: #cf2440;
    color: #fff;
    border-color: #cf2440
}

.ROsru03n .classfy .news_content ul li>a {
    font-size: 16px;
    border-radius: 5px;
    color: #333;
    padding: 0 30px;
    height: 44px;
    line-height: 44px;
    background-color: #f5f5f5;
    transition: .5s;
    display: block;
}


.ROsru03n .news_box {
    margin: 0 auto;
}

.ROsru03n .news_box .news_content {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative
}


.ROsru03n .news_box .news_content .list {
    padding-top: 1rem
}

.ROsru03n .news_box .news_content .list ul {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem
}


.ROsru03n .news_box .news_content .list ul li {
    float: left;
    width: 410px;
    min-height: 200px;
    vertical-align: top;
    margin-bottom: 30px;
    border: 1px solid #d4d4d4;
    margin-right: 30px;
}

.ROsru03n .news_box .news_content .list ul li>a:hover {
    transition: .5s
}

.ROsru03n .news_box .news_content .list ul li>a:hover .news_image>img {
    transform: scale(1.1);
    transition: .5s
}

.ROsru03n .news_box .news_content .list ul li>a .news_image {
    width: 100%;
    height: 220px;
    overflow: hidden
}

.ROsru03n .news_box .news_content .list ul li>a .news_image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.ROsru03n .news_box .news_content .list ul li .news_txt {
    padding: 5%;
}

.ROsru03n .news_box .news_content .list ul li .news_txt h3 {
    color: #595959;
    font-size: 16px;
    display: -webkit-box;
    height: 48px;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5s
}

.ROsru03n .news_box .news_content .list ul li:hover .news_txt h3 {
    color: #cf2440;
}

.ROsru03n .news_box .news_content .list ul li .news_txt .news_time {
    margin-top: 20px;
}

.ROsru03n .news_box .news_content .list ul li .news_txt .news_time .news_date {
    color: #8c8c8c;
    font-size: 14px;
    float: left;
}

.ROsru03n .news_box .news_content .list ul li .news_txt .news_time .news_arrow {
    width: 29px;
    height: 9px;
    background: url(../img/ny_arrow_off.png) no-repeat center;
    margin-top: 8px;
    float: right;
    transition: .5s
}


.ROsru03n .news_box .news_content .list ul li:hover .news_txt .news_time .news_arrow {
    background: url(../img/ny_arrow_on.png) no-repeat center;
}

@media screen and (max-width: 1920px) {
    .wrap {
        width: 1320px;
    }
}

@media screen and (max-width: 1600px) {
    .wrap {
        width: 1200px;
    }

    .ROsru03n .news_box .news_content .list ul li {
        width: 32.5%;
        margin-right: 1.2%;
    }

    .ROsru03n .news_box .news_content .list ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ROsru03n .news_box .news_content .list ul li {
        width: 49%;
        margin-right: 0;
    }

    .ROsru03n .news_box .news_content .list ul li:nth-child(even) {
        margin-left: 2%;
    }
}

@media screen and (max-width: 758px) {
    .wrap {
        padding-left: 10px;
        padding-right: 10px;
    }


    .ROsru03n .news_box .news_content .list ul li {
        width: 49%;
        margin-right: 0;
    }

    .ROsru03n .news_box .news_content .list ul li:nth-child(even) {
        margin-left: 2%;
    }
}


@media screen and (max-width: 470px) {
    .ROsru03n {
        padding: 40px 0 30px;
    }

    .ROsru03n .news_box .news_content .list ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .ROsru03n .news_box .news_content .list ul li:nth-child(even) {
        margin-left: 0;
    }
}