@charset "UTF-8";
/*资讯中心列表页面的--dl*/
.news_con { margin-bottom: 20px; padding: 5px; border-bottom: #CCC 1px dotted; }

.news_con:hover { background-color: #f5f5f5; -webkit-box-shadow: 5px 5px 10px #CCCCCC; box-shadow: 5px 5px 10px #CCCCCC; }

.cpt { float: left; background: url("/assets/easy/image/news.jpg") no-repeat; }

.cpt img{width:211px; height:126px;}

dl.news_dl { font-size: 14px; color: #666; line-height: 22px; width: 750px; float: right; }

dl.news_dl dt { margin-bottom: 3px; margin-top: 5px; line-height: 24px; height: 24px; width: 720px; overflow: hidden; }

dl.news_dl .dt_1 { height: 20px; padding-left: 10px; font-size: 16px; color: #0065b5; font-weight: bold; float: left; width: 600px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

dl.news_dl .dt_2 { font-size: 12px; float: right; padding: 0 10px 0 8px; }

dl.news_dl dd { width: 720px; font-size: 14px; padding-left: 10px; height: 65px; overflow: hidden; margin-bottom: 10px; line-height: 30px; }

.Pages { width: 100%; float: left; padding: 30px 10px; }

.Page { width: 100%; text-align: center; }

.Page a { display: inline-block; width: 65px; background: #ffffff; height: 48px; vertical-align: middle; line-height: 48px; font-size: 14px; border: 1px solid #e5e5e5; margin-left: -1px; float: left; text-decoration: none; color: #333; outline: none; }

.Page a:hover { background: #0065b5; color: #FFF; background-repeat: no-repeat; }

.Page span { display: inline-block; min-width: 45px; padding: 0 10px; background: #ffffff; height: 48px; vertical-align: middle; line-height: 48px; font-size: 14px; border: 1px solid #e5e5e5; margin-left: -1px; float: left; }

.Page span.current { background: #0065b5; color: #FFF; }

@media (max-width: 760px){
  dl.news_dl{width: 100%;}
  .cpt{float: none;text-align: center;}
  dl.news_dl dt{width: 100%;}
  dl.news_dl .dt_1{width: 66%;}
  dl.news_dl dd{width: 100%;height: auto;}
}