.news-list {
    margin: 0 -10px -30px;
}
.news-list:after{
    content: '';
    display: block;
    clear: both;    
}
.news-list .item {
    width: 33.33%;
    float: left;
    margin-bottom: 50px;
}
.news-list .item:nth-child(3n+1) {
    clear: both;
}
.news-list .item a{
    max-width: 280px;
    margin: 0 auto;
    position: relative;
}
.news-list .pic{
    max-width: 280px; 
    margin-bottom: 15px;
    position: relative;
}
.news-list li a:hover .pic:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/index/service_hover.png) center no-repeat,rgba(10,18,33,0.7);
    position: absolute;
    left: 0;
    top: 0;
}
.news-list .txt{
    margin-bottom: 15px;
}
.news-list .txt:after{
    content: '';
    display: block;
    clear: both;
}
.news-list .date {
    width: 54px;
    border-right: 1px solid #ACACAC;
    font-size: 14px;
    color: #E28314;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    padding-bottom: 5px;
    float: left;
}
.news-list .date b {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    display: block;
    margin-top: 5px;
}
.news-list .description{
    font-size: 14px;
    margin-bottom:30px;
}
.news-list .title{
    width: calc(100% - 65px);
    font-size: 18px;
    color: #111;
    font-weight: bold;
    float: right;
    line-height: 26px;
    height: unset;
    overflow: hidden;
}
.news-list{
    margin-bottom: 50px;
}
.news-list .more2{
    font-size: 13px;
    width: 89px;
    line-height: 10px;
    color: #FFF;
    display: block;
    background: #5568AA;
    padding: 6px 0;
    margin-top: 20px;
    float:left;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    bottom: -40px;
}
.news-list .more2:hover{
    background: #E28314;
    color: #FFF;
}

.news-header {

    padding-left: 14px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.news-header .date {
    display: block;
    color: #E08313;
    font-size: 14px;
    padding-bottom: 6px;
    border-left: 1px solid #E28314;
    padding-left: 5px;
}
.news-header .title {
    color: #111111;
    font-size: 24px;
    font-weight: bold;
    border-left: 1px solid #7C7C7C;
    padding-left: 5px;
}

.news-year{
    font-weight: bold;
    display: block;
    margin-bottom: -5px;
}

/*  最新消息  條列式顯示 開始*/
.news-list.news-style-2 .news-f{
    border-bottom: 1px solid #5568AA;
    width: 100%;
}
.news-list.news-style-2 .item {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 13px;
    padding-right: 13px;
}
.news-list.news-style-2 .item a {
    max-width: 100%;
    display: flex;
}
.news-list.news-style-2 .title {
    width: calc(100% );
}
.news-list.news-style-2 .pic {
    max-width: 280px;
    width: 280px;
    margin-right: 23px;
    min-width: 280px;
    margin-bottom: 0;
}
.news-list.news-style-2 .txt {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}
.news-list.news-style-2 .date {
    width: 100%;
    border-right: 0px solid #ACACAC;
    font-size: 18px;
    text-align: left;
    margin-right: 0px;
    display: block;
    float: unset;
    font-weight: bold;
}
.news-list.news-style-2 .date b {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    display: block;
    margin-top: 5px;
}
.news-list.news-style-2 .date b {
    font-size: 18px;
    display: inline-block;
    margin-left: 5px;
}
.news-list.news-style-2 .news-year{
    font-weight: bold;
    display: inline;
}
.news-list.news-style-2 .description {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}
.news-list.news-style-2 .more2 {
    margin-top: 0px;
    float: unset;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom: 0;
    right: 0;
}

.news-list.news-style-2 .item:nth-child(2n) {
    width: 100%;
    background: #f4faff;
    
}

@media(max-width:700px){
    .news-list.news-style-2 .pic {
        margin-right: 15px;
        max-width: 120px;
        width: 120px;
        margin-right: 15px;
        min-width: 120px;
        padding-top: 37px;
    }
    .news-list.news-style-2 .description {
        margin-bottom: 26px;
    }
}

/*  最新消息  條列式顯示 結束*/

/*  最新消息  更換樣式按鈕 開始*/
.change-style{
    display: flex;
    font-size: 16px;
    margin-bottom: 20px;
}
.change-style > div{
    width: 50px;
    font-weight: bold;
    transition: all .3s ease;
    padding-left: 32px;
    position: relative;
    cursor: pointer;
}
.change-style > div:before{
    content: "";
    background: url(../images/news/icon-1.png);
    width: 24px;
    height: 24px;
    position: absolute;
    transition: all .3s ease;
    left: 3px;
    top: 1px;
}
.change-style > div.to-style-2:before{
    background: url(../images/news/icon-2.png); 
}
.change-style > div.active,.change-style > div:hover{
    color:#DF8313;
}
.change-style > div.active.to-style-2:before,.change-style > div.to-style-2:hover:before{
    background: url(../images/news/icon-2-hover.png);
}
.change-style > div.active.to-style-1:before ,.change-style > div.to-style-1:hover:before{
    background: url(../images/news/icon-1-hover.png);
}
/*  最新消息  更換樣式按鈕 結束*/

@media screen and (max-width: 1300px) {
    .news-list .item {
        width: 50%;
    }
    .news-list .item:nth-child(3n+1) {
        clear: unset;
    }
    .news-list .item:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (max-width: 1160px) {
    .news-list .item {
        width: 33.33%;
    }
    .news-list .item:nth-child(2n+1) {
        clear: unset;
    }
    .news-list .item:nth-child(3n+1) {
        clear: both;
    }
}
@media screen and (max-width: 980px) {
    .news-list .item {
        width: 50%;
    }
    .news-list .item:nth-child(3n+1) {
        clear: unset;
    }
    .news-list .item:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (max-width: 680px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: both;
    }
}
@media screen and (max-width: 400px) {
    .news-list .item {
        width: auto;
        float: none;
        margin-bottom: 80px;
    }
    .news-list .pic {
        height: auto;
    }
}