/*=== box2 ===*/
.box1 { padding-top: 60px;}
/*news*/
.news { width: 630px; position: relative;}
.news .bd ul li .pic { width: 630px; height:420px; overflow: hidden;}
.news .bd ul li .pic img { width: 100%; height: 100%; display: block; transition: all .3s;}
.news .bd ul li .date { background-color: #c8171e; height: 80px; width: 80px; color: #fff; text-align: center; margin-top: -80px; position: relative; z-index: 1;}
.news .bd ul li .date h5 {font-size: 24px; padding-top: 15px;margin:0;  color:#fff;}
.news .bd ul li .date h6 { font-size: 14px; padding:0; margin:0; color:#fff;}
.news .bd ul li .word h3 { font-size: 20px; margin: 30px 0 10px; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news .bd ul li .word h3:hover a { color: #c8171e; text-decoration: underline;}
.news .bd ul li .word p { color: #707070; line-height: 28px; height: 84px; overflow: hidden; margin-bottom: 15px;}
.news .bd ul li .word .more { color: #8f8f8f;}
.news .bd ul li .word .more:hover { color: #c8171e; text-decoration: underline;}
.news .hd { width: 150px; height: 40px; background-color: #f5f5f5; position: absolute; right: 0; top:380px; z-index: 1;}
.news .hd i { display:block; width:40px; height:40px; cursor:pointer; position: absolute; z-index: 1;}
.news .hd .prev { left:0; bottom:0; background:url(../images/arrow1.jpg) no-repeat center;}
.news .hd .next { right:0; bottom:0; background: url(../images/arrow2.jpg) no-repeat center;}
.news .hd .pageState { position: absolute; line-height: 40px; left: 43px; font-size: 18px; color: #999999; letter-spacing: 17px;}
.news .hd .pageState:after { content: "0"; position: absolute; top:2px; right: 12px;}
.news .hd .pageState span { font-size: 24px; color: #c8171e;letter-spacing: 0; padding-right: 5px;}
.news .hd .pageState span:before { content: "0";}


@media (max-width:640px) {

 .uk-slideshow{ height:140px; overflow:hidden;}
 .uk-slider-items img { height:250px;}

 .uk-text-meta {position: relative !important;margin-top:0 !important;}

 .uk-grid-item-match .uk-list{ display:none;}
 .uk-tile-muted {padding:10px;}
}