body {
    margin: 0;
    overflow: hidden;
    width: 100%;
}

ul,
li,
a,
input,
p,
img {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

.addredr>.nav>li>a.news {
    color: #FFF;
	background:url(../image/hengan.png) center no-repeat;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.abs {
    position: absolute;
}

.c {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner {
    position: relative;
    padding-top: 12.75%;
    background: url('../image/b_bg.jpg') no-repeat center center;
    background-size: cover;
}

.banner .pic {
    margin: 0 auto;
}

.banner .text-1 {
    width: 42.7604%;
    min-width: 310px;
}

.banner .text-1>img {
    margin-bottom: 3.8%;
}

.banner .text-2 {
    width: 34.47%;
    min-width: 300px;
}

.ie8 .pic-1 {
    margin-top: -5%;
    margin-left: -20%;
}

.ie8 .pic-2 {
    margin-top: -12%;
    margin-left: -10%;
}

.pic-2 {
    width: 23%;
}

.pic-3 {
    width: 21.6%;
    right: 4%;
    bottom: -36%;
}

.pic-4 {
    width: 21.6%;
    left: 8.8%;
    top: -15%;
}

.pic-5 {
    width: 5%;
    left: 70%;
    top: 46%;
}

.pic-6 {
    width: 2.6%;
    left: 11%;
    top: 42%;
}

.pic-7 {
    width: 5.9%;
    left: 16%;
    top: 20%;
}

a.page-btn {
    display: inline-block;
    border: 1px solid #e0e0e0;
    padding: 4px 10px;
    background: #fff;
    padding-left: 15px;
    margin-left: 5px;
    color: #444444;
    margin-top: 10px;
}


.news-box {
    max-width: 1200px;
    margin: 50px auto 0;
}

.title-box {
    overflow: hidden;
}

.time {
  color: #ccc;
    float: left;
    text-align: center;
    padding: 8px 10px 10px;
    line-height: 186%;
    padding-right: 26px;
    border-right: 1px solid #e8e8e8;
}
.d {font-size: 36px;
    font-weight: bold;
    color: #ccc;
    padding: 8px 0px 12px 0px;}
.title {
    color: #434343;
    font-size: 22px;
}
.title a{font-weight: 600;
    color: #666;}
.title a:hover{ color:#1b4b9c;}
.text p {
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 5px 0px 0px 0px;
    color: #666666;
	line-height:25px;
}

.text {
    margin-left: 22px;
    float: left;
    width: 86%;
}

.news-main ul li {
    padding-bottom: 30px;
    border-bottom: solid 1px #eee;
    margin-top: 30px;
}

.news-main ul li:last-child {
    border-bottom: none;
}

.news-main ul li a>img {
    margin-top: 30px;
    clear: both;
    width: 100%;
    position: relative;
    vertical-align: middle;
    font-size: 0;
}

.news-main ul li a>img:after {
    content: '';
    position: relative;
    display: block;
    margin-top: -20px;
    min-height: 200px;
    z-index: 2;
    background: #fff url('/static/images/img_error.png') no-repeat center center;
    background-size: 300px;
}

@media (max-width:900px) {
    .news-box {
        padding: 0 1em;
    }
}

@media (max-width:1200px) {
    .text {
        width: 80%;
    }
}

@media (max-width:640px) {
    .text {
        width: 64%;
		font-size:13px;
    }
	.title a{ font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
}

@media (max-width:400px) {
    .text {
        width: 50%;
    }
}




.pagination-large {
    width: 420px;
    height: 60px;
    margin: 36px 0;
}

.pagination-large>ul {
    width: 100%;
    height: 60px;
    margin-top: 3%;
    
}

.pagination-large>ul li>a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 40px;
    padding: 0px;
    margin: 0 8px;
    border-radius: 100%;
    color: #5e5e5e;
    border-color: #e9e9e7;
    font-size: 16px;
    z-index: 1 !important;
}

.pagination-large>ul li.active>a,
.pagination-large>ul li:hover>a {
    color: #fff;
    border-color: #3969e5;
    background-color: #3969e5;
}

.pagination-large>ul li:first-child>a,
.pagination-large>ul li:last-child>a {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-family: cursive;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
    margin: -6px 20px 0px;
}

@media(max-width:414px) {

    .pagination-large>ul li>a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .pagination-large>ul li:first-child>a,
    .pagination-large>ul li:last-child>a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}



.pagination-large>ul li.disabled>a {
    color: #fff;
    border-color: #c7c7c7;
    background-color: #c7c7c7;
}

.pagination-large>ul li.disabled>a:hover {
    color: #fff;
    border-color: #c7c7c7;
    background-color: #c7c7c7;
}

.new_log{
	width: 45px;
	height: 20px;
	background-color:#FF0000;
	float: left;
	margin:20px 0px 0px 5px;
	padding: 0 2px 0px 6px;
	border:1px solid #FF0000;
	border-radius:3px;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #fff !important;
}




@media (max-width: 766px) {
    .banner {
        padding-top: 30%;
		position: relative;
        background: url(../image/unner.jpg) center no-repeat;
        background-size: cover;
    }

    .img-box {
        display: none;
    }


a.page-btn {
    display: inline-block;
    border: 1px solid #e0e0e0;
    padding: 4px 10px;
    background: #fff;
    padding-left: 15px;
    margin-left: 5px;
    color: #444444;
	margin-top:10px;
}