.newsList {
    overflow: hidden;
    margin: 0 auto;
}

.newsList li {
    float: left;
    height: 100%;
    position: relative;
}

.newsList li:first-child {
    margin-left: 0;
}

.newsList li a {
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #959595;
}

.newsList li a .newsBorder {
    width: 100%;
    height: 100%;
    position: relative;
    border: solid 1px #fff;
}

.newsList li.active a {
    background-color: #f0eeee;
}

.newsList li a h3 {
    border-left: solid 2px #aaaaaa;
    color: #404040;

    /*overflow: hidden;*/
}

.newsList li a .time {
    color: #aaaaaa;
}

.newsImg {
    width: 100%;
    height: 0;
    padding-bottom: 66.6%;
    overflow: hidden;
    text-align: center;
}

.newsImg img {
    width: 100%;
}

.contentAbbreviations {
    overflow: hidden;
    color: #404040;
}

.newsList li a button {
    background-color: transparent;
    color: #282828;
    position: absolute;
    cursor: pointer;
}


/*详情*/
.newsList li:nth-child(1) .newsContent ,
.newsList li:nth-child(2) .newsContent  {
    opacity: 0;
    width: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsList li:nth-child(3) .newsContent ,
.newsList li:nth-child(4) .newsContent  {
    opacity: 0;
    width: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsList li.active .newsContent  {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #f0eeee;
}

.newsList .newsContent .ContentDetails {
    width: 100%;
    height: 100%;
    border:solid 1px #fff;
    color: #404040;
    position: relative;
    overflow: hidden;
}


.newsList .newsContent .ContentDetails .content{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.newsList .newsContent .ContentDetails .content img{
    width: 100% !important;
    margin: 10px auto;
    padding: 0;
}

.newsList {
    width: 1221px;
    height: 630px;
    margin-bottom: 40px;
}

.newsList li {
    width: 389px;
    margin-left: 27px;
}

.newsList li a {
    padding: 10px;
}

.newsList li a .newsBorder {
    padding: 40px 20px 30px;
}

.newsList li a h3 {
    padding-left: 1em;
    font-size: 20px;
    margin-bottom: 1em;

    line-height: 1.5;
    height: 4.5em;
    overflow: hidden;
}

.newsList li a .time {
    background-image: url(../images/news/newsTime.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0 2px;
    font-size: 16px;
    padding-left: 1.3em;
    margin-bottom: 2em;
}

.newsImg {
    margin-bottom: 30px;
}

.contentAbbreviations {
    font-size: 14px;
    line-height: 2em;
    max-height: 6em;
    overflow: hidden;
}

.newsList li a button {
    font-size: 14px;
    right: 30px;
    bottom: 30px;
}


/*详情*/
.newsList li:nth-child(1) .newsContent ,
.newsList li:nth-child(2) .newsContent  {
    left: 416px;
}

.newsList li:nth-child(3) .newsContent ,
.newsList li:nth-child(4) .newsContent  {
    right: 416px;
}

.newsList li.active .newsContent  {
    padding: 10px;
}

.newsList .newsContent .ContentDetails {
    padding: 40px;
    font-size: 14px;
}

.newsList .newsContent .ContentDetails h3{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: .5em;
}

.newsList .newsContent .ContentDetails p{
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
}

/*screen from 1280 to 1440....................................................................................................*/
@media screen and (min-width: 1275px) and (max-width: 1440px){
    .newsList {
        width: 815px;
        height: 418px;
        margin-bottom: 40px;
    }

    .newsList li {
        width: 260px;
        margin-left: 17px;
    }

    .newsList li a {
        padding: 5px;
    }

    .newsList li a .newsBorder {
        padding: 26px 15px 22px;
    }

    .newsList li a h3,
    .newsList .newsContent .ContentDetails h3{
        font-size: 16px;
    }

    .newsList li a .time {
        background-image: url(../images/news/newsTime.png);
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: 0 2px;
        font-size: 12px;
    }

    .newsImg {
        margin-bottom: 20px;
    }

    .contentAbbreviations {
        font-size: 12px;
    }

    .newsList li a button {
        font-size: 12px;
        right: 14px;
        bottom: 22px;
    }


    /*详情*/
    .newsList li:nth-child(1) .newsContent ,
    .newsList li:nth-child(2) .newsContent  {
        left: 277px;

        left: -webkit-calc(100% + 17px);
        left: -moz-calc(100% + 17px);
        left: -ms-calc(100% + 17px);
        left: calc(100% + 17px);
    }

    .newsList li:nth-child(3) .newsContent ,
    .newsList li:nth-child(4) .newsContent  {
        right: 277px;

        right: -webkit-calc(100% + 17px);
        right: -moz-calc(100% + 17px);
        right: -ms-calc(100% + 17px);
        right: calc(100% + 17px);
    }

    .newsList li.active .newsContent  {
        padding: 5px;
    }

    .newsList .newsContent .ContentDetails {
        padding: 30px;
        font-size: 12px;
    }

    .newsList .newsContent .ContentDetails p{
        font-size: 14px;
    }

}

/*screen from 1440 to 1680....................................................................................................*/
@media screen and (min-width: 1440px) and (max-width: 1680px){
    .newsList {
        width: 917px;
        height: 469px;
        margin-bottom: 40px;
    }

    .newsList li {
        width: 293px;
        margin-left: 19px;
    }

    .newsList li a {
        padding: 5px;
    }

    .newsList li a .newsBorder {
        padding: 29px 16px 24px;
    }

    .newsList li a h3,
    .newsList .newsContent .ContentDetails h3{
        font-size: 16px;
    }

    .newsList li a .time {
        background-image: url(../images/news/newsTime.png);
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: 0 2px;
        font-size: 12px;
    }

    .newsImg {
        margin-bottom: 22px;
    }

    .contentAbbreviations {
        font-size: 10px;
    }

    .newsList li a button {
        font-size: 12px;
        right: 15px;
        bottom: 22px;
    }


    /*详情*/
    .newsList li:nth-child(1) .newsContent ,
    .newsList li:nth-child(2) .newsContent  {
        left: 312px;
    }

    .newsList li:nth-child(3) .newsContent ,
    .newsList li:nth-child(4) .newsContent  {
        right: 312px;
    }

    .newsList li.active .newsContent{
        padding: 5px;
    }

    .newsList .newsContent .ContentDetails {
        padding: 30px;
        font-size: 12px;
    }

    .newsList .newsContent .ContentDetails p{
        font-size: 14px;
    }

}


/*footer*/
.copyright{
	height: 60px;
}
.copyright ul{
	width: 1200px;
}
.copyright ul li{
	font-size: 16px;
	line-height: 60px;
}
.copyright ul li a{
	font-size: 16px;
	line-height: 60px;
}
.copyright ul li:not(:last-child){
	margin-right: 70px;
}

/*copyright*/
.copyright{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f8f6f6;
}
.copyright ul{
	margin: 0 auto;
}
.copyright ul li{
	float: left;
	color: #959595;
}
.copyright ul li a{
	color: #959595;
}

.copyright{
	height: 40px;
}
.copyright ul{
	width: 900px;
}
.copyright ul li{
	font-size: 12px;
	line-height: 40px;
}
.copyright ul li a{
	font-size: 12px;
	line-height: 40px;
}
.copyright ul li:not(:last-child){
	margin-right: 50px;
}
