.header{
height: 80px;
}

body {
    background: url(../images/nybg-t.png) no-repeat center top, url(../images/nybg-b.png) no-repeat center bottom;
    background-color: #f2f4f5;
    background-size: 100%;
}
div .headerbox{
    height: 60px;
    padding: 10px 0;
}
.header-l {
    width: 55%;
    line-height: 60px;
}

.header-l img {
    vertical-align: middle;
    border: none;
    width: 70%;
    height: 70%;
}
.header-r {
    padding: 10px 0;
}

.header-r-t
{
    padding-top:15px;
    padding-bottom:5px;
}

.nav{

   background-image:linear-gradient(90deg,rgb(192,25,32),rgb(247,49,40));
   
}

.nytit {
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 0px;
    solid #d9d9d9;
    margin-bottom: 30px;
}

.coltit{
    background-image: linear-gradient(90deg,rgba(192,25,32,0.9),rgba(247,49,40,0.9));
    padding-top:20px;
}


.coltit h1 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    position: relative;
    padding-left: 0px;
    width:100%;
    text-align:center;
}

.ny-content
{
   background-image:linear-gradient(90deg,rgba(192,25,32,0.9),rgba(247,49,40,0.9));

    padding-top: 20px;

}


.banner-ny
{
   background-image:linear-gradient(90deg,rgba(192,25,32,0.9),rgba(247,49,40,0.9));
}

.banner-ny .swiperny
{
    width:89.7vw;
    height:22vw;
    max-width: 1320px;
}

.navul>li>a {
    font-size: 16px;
    color: #fff;
}
.content {
    width: 90%;
    max-width: 1320px;
    margin: auto;
}

.ny-rightbox {
    padding: 0px 0px;
    margin-bottom: 1px;

}



.tit {
    background-color: rgba(212,125,125,0.66);
    border-bottom: 0px solid #ebebeb;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top:0px;
}
.ny-right {
    background: rgba(255,255,255,0.77);
    width: 100%;
    position: relative;
    padding:0px;
    padding-bottom:15px;
}
.ny-right::before {
    height:0px;
}

titl .titbox, .tit a {
    line-height: 20px;
    padding: 15px;
}

.tit i,.tit p{
    color:white;
}
a.titbox i
{
    font-weight: bolder;
}
.titl .titbox::before, .titl a::before {
    width:0px;
    height:0px;
}

.ny-mid {
    background: rgba(255,255,255,0.87);
    width: 100%;
    position: relative;
    padding:0px;
    padding-bottom:15px;
}

.news-bot{
    padding-left:10px;
    padding-right:10px;
}

.news-left {
    width: 43%;
    /*width:28vw;*/
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.news-font {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .47);
}

.swiper2 .swiper-pagination2 {
    position: absolute;
    bottom: 10px !important;
    left: 80% !important;
    width: 20%;
}


.midcont-left {
    width: 50%;
    /*width:28vw;*/
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.news-right {
    margin-left: 10px;
    width: 55%;
    
}

.midcont-right {
    margin-left: 0px;
    width: 50%;

}
.mixinfobox{
    padding-left:10px;
    padding-right:10px;
}
.partybd{
    width: 100%;
    border-right: solid 1px #efefef;
}
.news-img
{
    /*height:333px;*/
    height:17.3vw;
}

.news-rtop .news-time{
    width:15%;
}
.news-rtopr{
    width:83%;
    margin-top:8px;
}


/*两行溢出*/
.four-txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -o-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
}

.news-font h3{
    width: 80%;
}


.news-lb ul li{
    line-height:16px;
}

.ny-wzlb ul li{
    padding:5px 0;
}





@media screen and (max-width:801px)
{
.ny-content
{
    background-image:none;
    background-color:rgba(255, 255, 255, 0.81);
    padding:5px 0 5px;
}
.news-left
{
    width:100%;
}
.midcont-left
{
    width:100%;
}

.ny-right {
    background: rgba(255, 255, 255, 0.81);
}

.ny-mid {
    background: rgba(255, 255, 255, 0.81);
}

.news-right
{

    width:100%;
    'background-color: rgba(255,255,255,0);
    margin-top:10px;
}

.midcont-right
{
    width:100%;
    margin-top:10px;
}
.news-img
{
    width:100%;
    height:260px;
}


.ny-rightbox
{
    padding:5px 0 5px;
}

.banner-ny .swiperny
{
    width:99vw;
    height:30vw;
}

.content {
    width: 100%;
    padding-left:5px;
    padding-right:5px;
    margin: auto;
    background-color:rgba(255, 255, 255, 0.81);
}

}


@media screen and (max-width:425px)
{
   .news-img{  width:100%;
    height:200px;
   }
}