﻿


/* 新闻列表 */
.news-list{

}
    .news-list ul{
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 3%;
    }
    .news-list ul li{
        /*padding: 2% 2% 2% 2%;*/
        display: inline-block;
        width: 31%;
        margin: 0 1%;
        margin-bottom: 3%; position: relative; transition: 0.2s;
    }
    .news-list ul li:nth-child(3n){
        margin-right: 0;
    }
    .news-list ul li .list-img{
        display: inline-block;
        width: 100%;
        padding-bottom: 66.6%;
        position: relative;
    }
    .news-list ul li .list-img a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .news-list ul li .list-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
       }
    .news-list ul li>h1 a{
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        font-size: 16px; letter-spacing: 2px;
        color: #000;
        margin: 16px 0 0 0;
        font-weight: normal;
    }
    .news-list ul li>p{
        font-size: 14px;
        line-height: 26px;
        color: #666;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;font-weight: lighter; display:none;
    }
    .news-list ul li>span{
        display: block;margin-top: 10px;
        
    }
    .news-list ul li>span a{
        display: block;
        font-size: 14px;
        color: #999;
        font-weight:lighter;
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }
   
    .news-list ul li:hover .list-img a img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .news-list ul li:hover>h1 a{
        color: #931322;
    }
    .news-list ul li:hover>span{
        
    }
    .news-list ul li:hover>span a{
        color: #931322;
        }



.newsd-container{
    width: 100%;
}
    .newsd-main{
        max-width: 1280px;
        margin: 0 auto;
    }
        .newsd-main>h1{
            font-size: 22px;
            text-align: center;
            color: #333;
            font-weight: 400;
            margin-bottom: 10px;
        }
        .newsd-main>p{
            font-size: 12px;
            color: #666;
            text-align: center;
            padding-bottom: 20px;
            border-bottom: 1px dashed #ddd;
            margin-bottom: 20px;
        }
    .newsd-text{
        padding-bottom: 4%;
        margin-bottom: 20px;
        border-bottom: 1px dashed #ddd;
    }
    .newsd-text p{font-size:16px; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;}
    .newsd-text span{font-size:16px; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;}



.newsd-share{
    margin-bottom: 25px;
}
.newsd-other{
    position: relative;
    margin-bottom: 5%;
}
    .newsd-other ul{
        display: inline-block;
    }
        .newsd-other ul li{
            display: block;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
        }
        .newsd-other ul li a{ 
            font-size: 16px;
            color: #333;
            line-height: 30px;
        }
        .newsd-other ul li a:hover{ 
           color: #931322;
        }
        .newsd-other>a{
            position: absolute;
            right: 0%;
            font-size: 14px;
            padding: 0.5% 2%;
            border: 1px solid #931322;
            color: #931322;
        }
        .newsd-other>a:hover{
            background: #931322;
            color: white;
        }



    @media(max-width:1400px){
        .news-list ul{padding: 0 8%;}
    }

@media(max-width:1280px){
    .newsd-container{
        padding: 0 2%;
        width: 96%;
    }
    .newsd-container p img{ max-width: 100%; height: auto !important;}

}

    @media(max-width:1100px){
        .news-list ul{padding: 0 5%;}
	}


    @media(max-width:960px){
        .news-list ul li{
           width: 43%;
           margin-bottom: 6%;
        }
        .news-list ul li>span{top:8px;}
        .news-list ul li:nth-child(3n){
            
        }
        .news-list ul li:nth-child(odd){
            
        }
        .news-list ul li:nth-child(even){
            
        }
	}


@media(max-width:760px){
.news-list ul{padding: 0px 14%;}


.news-list ul li{ margin:0 0 7% 0; width: 94%;}

.newsd-container{padding: 0 10%; width: 80%;}
.newsd-main .newsd-text p{ font-size: 14px; letter-spacing: 2px; text-align: justify;}
.newsd-main .newsd-text p span{ font-size: 14px;}
}


    @media(max-width:470px){
        .news-list ul li{
          
           margin-right: 0 !important;
           margin-bottom: 7%;
         }
         .news-list ul li>h1 a{
             margin: 12px 0 6px 0;
         }
         
       
    }



 


@media(max-width:540px){
    .newsd-text{
        padding-bottom: 10%;
    }
    .newsd-other ul{
        display: block;
    }
    .newsd-other>a{
        position: static;
        display: inline-block;
        padding: 0;
        margin-top: 25px;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
}





/* 修改2020.12.31新闻列表 */
.news-list{

}
    .news-list ul{
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 3%;
    }
    .news-list ul li{
        width: 100% !important;
	margin-right:0 !important;
        margin-bottom: 4%;
        display: flex;
        align-items: inherit;
        justify-content: space-between;
        position: relative;
    }
    .news-list ul li:after{
        content: "";
        position: absolute;
        bottom: 0;
    }
    .news-list ul li .list-img{
        display: inline-block;
        width: 21%;
        padding-bottom: 14.29%;
        position: relative;
    }
    .news-list ul li .list-img a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .news-list ul li .list-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
       }
       .news-list ul li .list-txt{
           display: inline-block;
           width: 75%; position: relative;
       }
    .news-list ul li .list-txt h1{line-height: 30px;margin-top: 6px;}
    .news-list ul li .list-txt h1 a{
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        /*white-space: nowrap;*/
        font-size: 20px;
        color: #333;
        margin: 0px 0 20px;
        font-weight: bold;
    }
    .news-list ul li .list-txt p{
        font-size: 16px;
        line-height: 26px;
        color: #666;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .news-list ul li .list-txt span{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        bottom: 0;
        height: 40px;
        border-bottom: 1px solid #ccc;
	font-weight: bold;
color: #333;
    }
    .news-list ul li .list-txt span a{
        display: block;
	font-weight: bold;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }
    .news-list ul li:hover .list-img a img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .news-list ul li:hover .list-txt h1 a{
        color: #931322;
    }
    .news-list ul li:hover .list-txt span a{
        color: #931322;
    }

    @media(max-width:1460px){
        .news-list ul li .list-txt h1 a {
            font-size: 17px;
        }
        .news-list ul li .list-txt p {
            font-size: 13px;
            line-height: 24px;
        }
    }

    @media(max-width:1200px){
        .news-list ul li .list-img{
            width: 28%;
            padding-bottom: 18.706%;
        }
        .news-list ul li .list-txt{
            width: 68%;
        }
        .news-list ul li .list-txt h1 a {
            font-size: 16px;
            margin-bottom: 15px;
        }
        .news-list ul li .list-txt p {
            font-size: 12px;
            line-height: 22px;
            margin-bottom: 10px;
        }
        .news-list ul li .list-txt span a {
            display: block;
            font-size: 12px;
        }
    }

    @media(max-width:760px){
        .news-list ul li{
            margin-bottom: 30px;
        }
        .news-list ul li .list-img {
            width: 140px;
            height: 100px;
            padding-bottom: 0;
        }
        .news-list ul li .list-txt{
            width: calc(96% - 140px);
        }
        .news-list ul li .list-txt p{
            margin-bottom: 8px;
        }
        .news-list ul li .list-txt h1 a {
            font-size: 14px;
            margin-bottom: 10px;
        }
    }



.newsd-text img{
		display: inline-block;
		/*width: auto !important;
		height: auto !important;*/
		max-width: 100%;
	}

@media (max-width: 760px){
	.news-list ul{    padding: 0 10%;}
	.news-list ul li .list-txt h1{height: 60px; overflow: hidden;margin-bottom: 6px;margin-top: 0px;}
	.news-list ul li .list-txt h1 a{white-space: break-spaces;white-space: break-spaces; line-height: 20px;}
	.news-list ul li .list-txt p{display: none;}
.newsd-main .newsd-text p span,.newsd-main .newsd-text span {
    font-size: 13px !important;
line-height: 2em !important;

	}
.newsd-other ul li a,.newsd-other ul li {
    font-size: 12px !important;
}
.newsd-main>h1 {
    font-size: 18px;
}

}


