@charset "utf-8";
/* CSS Document */


/* news */
.news{
    background-color: #fff;
}
.news .center{
    padding: 40px 0 50px 0;
}
.news_1{
    width: 830px;
}
.news_1 .rows{
    margin-bottom: 50px;
   
    
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
}
.news_1 .rows .scaleImg{
    width: 350px; 
}
.news_1 .rows .scaleImg img{
    height: 250px; width:376px;
	-webkit-user-drag: none;
	vertical-align: middle;
	max-width: 100%;
    object-fit: cover;
}
.news_1 .rows .info{
    width: 455px; 
}
.news_1 .rows .info .times{
    font-size: 12px;
    color: #AAAAAA;
    line-height: 12px;
    margin-bottom: 18px;
}
.news_1 .rows .info .tit{
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 14px;
    transition: .5s;
    -webkit-transition: .5s;
}
.news_1 .rows .info .txt{
    line-height: 24px;
    color: #666666;
    height: 48px;
    margin-bottom: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_1 .rows .info .btn{
    height: 42px;
    line-height: 40px;
    width: 180px;
    border: 1px solid #CCCCCC;
    padding-right: 42px;
    text-align: center;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
}
.news_1 .rows .info .btn span{
    position: absolute;
    width: 42px;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/new_01.png) no-repeat center;
    background-color: #E6E6E6;
    transition: .5s;
    -webkit-transition: .5s;
}
.news_1 .rows:hover{
   
}
.news_1 .rows:hover .info .tit{
    color: #004727;
}
.news_1 .rows:hover .info .btn{

}
.news_1 .rows:hover .info .btn span{
   
    background-image: url(../img/new_02.png);
}
.news_2{
    width: 320px;
}
.news_2 .item{
    display: block;
    background-color: #F6F6F6;
    margin-bottom: 30px;
}
.news_2 .item>img{
    width: 100%;
    display: block;
}
.news_2 .item .info{
    padding: 20px 24px;
}
.news_2 .item .tit{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .5s;
    -webkit-transition: .5s;
}
.news_2 .item .times{
    font-size: 12px;
    color: #AAAAAA;
    line-height: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 12px;
}
.news_2 .item .times img{
    filter: grayscale(1);
}
.news_2 .item .txt{
    line-height: 24px;
    color: #AAAAAA;
}
.news_2 .item:hover .tit{
    color: #004727;
}
/* pages */
.pages{
    display: flex;
    justify-content: center;
}
.pages a{
    display: block;
    margin: 0 7px;
    line-height: 16px;
    transition: .5s;
    -webkit-transition: .5s;
}
.pages a.prev::before{
    content: "";
    border:transparent 6px solid;
    border-right-color: #cccccc;
    display: block;
    margin-top: 2px;
    transition: .5s;
    -webkit-transition: .5s;
}
.pages a.next::before{
    content: "";
    border:transparent 6px solid;
    border-left-color: #cccccc;
    display: block;
    margin-top: 2px;
    transition: .5s;
    -webkit-transition: .5s;
}
.pages a.on,
.pages a:hover{
    color: #004727;
}
.pages a.prev:hover::before{
    border-right-color: #004727;
}
.pages a.next:hover::before{
    border-left-color: #004727;
}
/* newsDetail */
.newsDetail{
    background-color: #fff;
}
.newsDetail .center{
    padding: 40px 0 30px 0;
}
.newsDetail_1{
    width: 830px;
}
.newsDetail_1 .title{
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}
.newsDetail_1 .title .tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
}
.newsDetail_1 .title .tits{
    line-height: 14px;
    color: #999999;
}
.newsDetail_1 .txt{
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}
.newsDetail_1 .txt p{
    line-height: 30px;
    margin-top: 30px;
}
.dPages{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.dPages a{
    margin-right: 8px;
    width: 100px;
    height: 34px;
    background: #F6F6F6;
    display: block;
    line-height: 34px;
    text-align: center;
    color: #AAAAAA;
}
.dPages a:nth-child(2){
    background-color: #fff;
    border: 1px solid #E6E6E6;
}
.dPages a:last-child{
    margin-right: 0;
    background-color: #004727;
    color: #fff;
}