body, html {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
}


.banner-img {
    height: 240px;
    background: url("../../uploads/news/news-list1.jpg") no-repeat center center; 
}

.banner-img > img {
  position: absolute;
    z-index: 1;
    width: 100%;
    height: 240px;
}

.make-cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 240px;
}

.maker-title {
    position: relative;
    top: 50%;
    width: 1200px;
    margin: -30px auto 0;
}

.marker-bg {
    padding-left: 80px;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 60px;
    background: url("../../uploads/news/news-list2.png") no-repeat left center;
    background-size: 60px 60px;
}


.news-wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 24px 0 0 0;
}

.news-wrap-left {
    width: 66%;
    margin-right: 8%;
}

.news-wrap-right {
    width: 26%;
}

.news-wrap-ul > li {
    padding: 38px 0;
    border-bottom: solid 1px #dcdcdc;
}

.news-left-img {
    width: 34.4%;
}

.news-left-img > img {
    width: 220px;
    height: 150px;
    padding-right: 30px;
}

.news-left-text {
    width: 65.6%;
}

.text-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 25px;
}
.text-title>a {
    color: #333;
}

.text-details {
    margin-top: 28px;
    height: 63px;
    font-size: 14px;
    line-height: 21px;
    color: #666;
    overflow: hidden;
}

.text-more {
    margin-top: 10px;
    font-size: 15px;
}

.text-more a {
    color: #333;
}
.text-more a:hover{
    color: #4A90E2;
}

.hottitle:hover{
    color: #4A90E2;
}

.hot-news {
    color: #333;
    padding: 48px 0 28px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #dcdcdc;
}

.news-right-ul > li{
    padding: 12px 0;
    font-size: 15px;
    line-height: 21px;
    color: #333;
    border-bottom: solid 1px #dcdcdc;
}
.news-right-ul > li>a{
    color: #333;
}


.news-right-ul > li>a{
    color: #333;
}

/* 分页 */

.pagination{
    text-align:center;
    margin-top:20px;
    margin-bottom: 20px;
    width: 100%;
    line-height: 25px;
}  
.pagination li{
    margin:0px 10px;
    border:1px solid #e6e6e6;
    display: inline-block;
}
.pagination li a {
    padding: 3px 8px;
    color: #465268;
}
.pagination li span {
    padding: 4px 8px;
}
.pagination .active{
    background-color:#00A0E9;
    color: #fff;
}  
.pagination .disabled{
    color:#aaa;
}
.pagination ul li a:hover
{
    color:#00A0E9;
}

.page-wrap {
    margin: 50px auto;
    color: #0d1d3a;
    font-size: 14px;
}

.ui-paging-container {
    color: #666;
    font-size: 12px;
}

.ui-paging-container li {
    display: inline-block;
    padding: 8px 11px;
    margin: 0 5px;
    color: #0d1d3a;
    cursor: pointer;
    font-size: 14px;
}

.ui-paging-container li.focus,
.ui-paging-container li.ui-pager:hover {
    background-color: #288df0;
    color: #FFF;
}

.ui-paging-container li.ui-pager-disabled,
.ui-paging-container li.ui-pager-disabled:hover {
    background:none;
    cursor: default;
    color: #ddd
}

.ui-paging-container .page-total{
    color: #666;
    float: right;
}
