.nybanner {
    width: 100%;
    height: 330px;
    background-size: cover!important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.nybanner span {
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.nybanner p {
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    margin-top: 80px;
}
.news_m{
    width: 1200px;
    margin: auto;
}
.nynav {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    font-size: 0;
}
.nynav a.on {
    border: solid 1px #A0A0A0;
    color: #333333;
}
.nynav a {
    display: inline-block;
    padding: 6px 20px;
    line-height: 24px;
    font-size: 18px;
    border-radius: 5px;
    color: #333333;
  	text-decoration: none;
  	margin-left: 20px;
}
.nynav a:first-child {
	margin-left: 0px;
}
.nynav a.on{
    border: solid 1px #A0A0A0;
    color: #333333;
}
.nynav a.on:hover{
    color: #333333;
}
.nynav a:hover{
    color:rgb(65, 86, 165);
}
/* a {
    text-decoration: none;
    color: #333;
    outline: 0;
} */
.news_b {
    width: 100%;
    background: #F5F5F5;
    padding: 50px 0;
}
.news_b_list {
    width: 100%;
    font-size: 0;
}
.news_b_list dd {
    width: 30%;
    display: inline-block;
    margin-right: 4%;
}
.news_b_list dd:last-child{
    margin-right: 0;
}
dl, dd, p {
    margin-bottom: 0;
}
.news_b_img {
    width: 100%;
    overflow: hidden;
}
.news_b_img img {
    width: 100%;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news_b_title{
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
}
.news_b_list dd:hover .news_b_img img{
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.news_b_list dd:hover a{
    color: rgb(65, 86, 165);
}
/* img {
    border: none;
    display: inline-block;
} */
.news_c {
    width: 100%;
    padding: 20px 0 150px;
}

.news_c_list {
    width: 100%;
}


ul, li {
    list-style: none;
    margin-bottom: 0;
}

ul {
    padding: 0;
}
.news_c_list ul li {
    width: 100%;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul, li {
    list-style: none;
    margin-bottom: 0;
}
.news_c_date {
    /* width: 160px;
    height: 160px; */
    padding: 40px 22px;
    background: #BFBFBF;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news_c_date span {
    display: block;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
}
.news_c_date i {
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: right;
    color: #ffffff;
    font-size: 18px;
}

i, em {
    font-style: normal;
}
.news_c_list ul li:hover .news_c_date{
    background: rgb(65, 86, 165);;
}
.news_c_list ul li:hover .news_c_r a{
    color: rgb(65, 86, 165);
}
.news_c_r {
    width: 85%;
    padding-top: 22px;
}
.news_c_r a {
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
  text-decoration: none;
  	
}
.news_c_r p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 24px;
}
dl, dd, p {
    margin-bottom: 0;
}
.page {
    width: 100%;
}
.page ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page ul li {
    font-size: 18px;
    margin: 0 25px;
}
.page ul li i {
    font-weight: bold;
}

.page ul li.on{
    color: rgb(65, 86, 165);
}
.page ul li:hover a{
    color: rgb(65, 86, 165);
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 手机端 */
@media screen and (max-width: 1199px){
    body{ min-width: 320px;}
    .news_m{
        width: 96%;
    }
    .news_b_title{
        font-size: 18px;
    }
    .news_c_r{
        width: 80%;
    }
}
@media screen and (max-width: 1190px) {

}
@media screen and (max-width: 1080px) {

}
@media screen and (max-width: 1024px) {
    .news_b_list dd{
        width: 31.3%;
        margin-right: 3%;
    }

}
@media screen and (max-width: 768px) {
    .news_b_list dd{
        width: 49%;
        margin-right: 1%;
        margin-bottom: 20px;
    }
    .news_c{
        padding: 50px 0 50px 0;
    }
    .news_c_r{
        width: 74%;
        padding-top: 0;
    }
    .news_c_r a{
        font-size: 20px;
    }
    .news_c_r p{
        font-size: 14px;
    }


}
@media screen and (max-width: 600px) {
    .nynav{
        padding: 30px 0;
    }
    .nynav a{
        margin: 5px;
        font-size: 16px;
    }
    .news_b_list dd{
        width: 100%;
    }
    .news_b_title{
        font-size: 16px;
    }
    .news_c_r{
        width: 100%;
        padding: 0 15px;
    }
    .news_c_list ul li{
        position: relative;
        border-bottom: solid 1px #efefef;
        padding-bottom: 20px;
    }
    .news_c_date{
        display: none;
    }
    .news_c_r a{
        font-size: 18px;
    }
    .page ul li{
        margin: 0 15px;
    }
}
