@media (max-width: 1200px) {
.index_main {
    max-height: 1080px;
}
}
.footerM {
    height: inherit;
}
.bg-light {
    background-color: #000
}
.newsList {
    background: #f9f9f9
}
.newsList .content {
	width: 80%;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	min-width: 1200px;
}
.newsList .content .list .items {
    background: #fff;
    border-radius: 0px;
    margin-bottom: 30px;
    overflow: hidden
}
.newsList .content .list .items.first a {
    display: flex;
    justify-content: space-between
}
.newsList .content .list .items.first a .img {
    border-radius: 5px;
    overflow: hidden;
    padding: 0
}
.newsList .content .list .items.first a .img img {
    width: 100%
}
.newsList .content .list .items.first .ctx {
    box-sizing: border-box;
    padding: 3rem
}
.newsList .content .list .items.first .ctx .time {
    color: #6e7175;
    display: block;
    font-size: 1.25rem;
    margin-bottom: 2.7rem
}
.newsList .content .list .items.first .ctx h3 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #00a1e9;
    display: -webkit-box;
    font-size: 1.75rem;
    margin-bottom: 2.7rem;
    overflow: hidden;
    text-overflow: ellipsis
}
.newsList .content .list .items.first .ctx p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #959ea4;
    display: -webkit-box;
    font-size: 1rem;
    margin-bottom: 3rem;
    overflow: hidden;
    text-overflow: ellipsis
}
.newsList .content .list .items.first .ctx .more {
    align-items: center;
    border: 2px solid #a3d2ea;
    border-radius: 25px;
    display: flex;
    height: 3rem;
    justify-content: space-between;
    padding: 0 1.5rem;
    width: 10rem
}
.newsList .content .list .items.first .ctx .more span {
    color: #003363;
    font-size: 1rem
}
.newsList .content .list .items.first .ctx .more i {
    background: url(/_nuxt/img/rightIconBlue.2ae7f35.png) no-repeat 50%;
    background-size: 100%;
    height: .9375rem;
    width: .5625rem
}
.newsList .content .list .items.first:hover img {
    opacity: .8
}
.newsList .content .list .items.first:hover .more {
    background: #00a1e9
}
.newsList .content .list .items.first:hover .more span {
    color: #fff
}
.newsList .content .list .box .items {
    background: none
}
.newsList .content .list .box .items a {
    background: #fff;
    border-radius: 0px;
    display: block;
	border: 1px solid #fff;
}
.newsList .content .list .box .items a .img {
    border-radius: 0px;
    overflow: hidden;
    width: 100%
}
.newsList .content .list .box .items a .img img {
    width: 100%
}
.newsList .content .list .box .items a .ctx {
    padding: 1.3rem 1.5rem;
    position: relative;
    min-height: 100px;
}
.newsList .content .list .box .items a .ctx h3 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #111519;
    display: -webkit-box;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: calc(100% - 30px);
}
.newsList .content .list .box .items a .ctx .flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem
}
.newsList .content .list .box .items a .ctx .time {
    color: #6e7175;
    font-size: 1rem
}
.newsList .content .list .box .items a .ctx .more {
    opacity: 1;
    position: relative;
    float: right;
}
.newsList .content .list .box .items a .ctx .more i {    
    font-size: 24px;
    display: block;
    text-align: center;
	color: #000;
}
.newsList .content .list .box .items a:hover img {
    opacity: .8
}
.newsList .content .list .box .items a:hover h3 {
    color: #0f3192
}
.newsList .content .list .box .items a:hover .more {
    color: #06c;
}
.newsList .content .list .box .items a:hover .ctx .more i{
    color: #0f3192;
}


@media only screen and (max-width:991px) {
.newsList .content .list .box .items a .ctx h3 {
    font-size: 1.6rem;
    font-weight: 700
}
.newsList .content .list .box .items a .ctx .time {
    font-size: 1.4rem
}
}