.jx-news {
    padding: 60px 0;
}

.page-title {
    position: relative;
    padding-bottom: 10px;
}

.page-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: rgba(2, 136, 209, 1);;
}

.page-title h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}

.page-title p {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
}

.news-title {
    position: relative;
}

.news-title .l {
    float: left;
}

.news-title .r {
    float: right;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.news-title .r a {
    display: block;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);


    padding-right: 30px;
    background: url("../images/icon_14.png") no-repeat right center;
}

.jx-news .news-title {
    margin-bottom: 30px;
}

.jx-news .recommend {
    background: rgba(244, 244, 244, 1);
}

.jx-news .recommend .l {
    float: left;
    width: 42%;
}

.jx-news .recommend .r {
    float: right;
    width: 58%;
    padding: 50px 70px 50px 30px;
}

.jx-news .recommend .r h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: rgba(2, 136, 209, 1);
    margin-bottom: 10px;
}

.jx-news .recommend .r p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 20px;
    border-top: 1px dashed rgba(204, 204, 204, 1);
    margin-top: 20px;
    padding-top: 20px;
}

.jx-news .recommend .r .more {
    display: block;
    width: 90px;
    height: 30px;
    border: 1px solid rgba(2, 136, 209, 1);
    font-size: 14px;
    line-height: 30px;
    color: rgba(2, 136, 209, 1);
    text-align: center;
}

.jx-news .recommend .r span {
    font-size: 14px;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
    display: inline-block;
    padding-left: 20px;
}

.jx-news .recommend .r .time {
    background: url("../images/icon_18.png") no-repeat left center;
}

.jx-news .recommend .r .click {
    background: url("../images/icon_17.png") no-repeat left center;
    margin-left: 30px;
}

.jx-news .list {
    margin: 0 -15px;
}


.jx-news .list li {
    float: left;
    max-width: 570px;
    margin: 0 15px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.jx-news .list li .l {
    float: left;
    max-width: 170px;
	overflow: hidden
}
.jx-news .list li img{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.jx-news .list li:hover img{
	transform: scale(1.2)
}
.jx-news .list li .r {
    float: right;
    max-width: 380px;
    margin-left: 20px;
}

.jx-news .list li .r h3 {
    font-size: 16px;
    line-height: 24px;
    color: rgba(2, 136, 209, 1);
    margin-top: 10px;
    margin-bottom: 20px;
}

.jx-news .list li .r p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 10px;
}

.jx-news .list li .r span {
    font-size: 12px;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
}

.jx-news .list li .r .more {
    font-size: 12px;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
    float: right;
}

.jx-news .list li .r .time {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/icon_18.png") no-repeat left center;
}

.media-news {
    padding: 60px 0;
    background: url("../images/pic_26.png") no-repeat center;
    background-size: cover;
}

.media-news-title {
    margin-bottom: 30px;
}

.media-news .list {
    background-color: #fff;
}

.media-news .list > .l {
    float: left;
    max-width: 470px;
}

.media-news .list > .r {
    float: right;
    max-width: 700px;
    padding: 10px 30px 0;
}

.media-news .list li {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(238, 238, 238, 1);
}

.media-news .list li:first-child {
    border-top: none;
}

.media-news .list li .l {
    float: left;
    max-width: 70px;
    background: rgba(238, 238, 238, 1);
    border-radius: 5px;
    overflow: hidden;
}

.media-news .list li .l p {
    width: 70px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: rgba(2, 136, 209, 1);
}

.media-news .list li .l span {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 35px;
    font-weight: bold;
    color: rgba(2, 136, 209, 1);
    text-align: center;
}

.media-news .list li .r {
    float: right;
    max-width: 540px;
    margin-left: 30px;
}


.media-news .list li .r h3 {
    font-size: 16px;
    line-height: 24px;
    color: rgba(2, 136, 209, 1);
}

.media-news .list li .r p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
}

.press-release{
    padding: 60px 0 90px;
}

.press-release .col-md-4{
    margin-top: 30px;
}

.press-release .list .wrap{
    background:rgba(244,244,244,1);
		-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.press-release .list .wrap:hover{
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.6);
}

.press-release .list .wrap div{
    padding: 20px 20px 10px;
}

.press-release .list .wrap h3{
    font-size:18px;
    font-weight:bold;
    line-height:24px;
    color:rgba(2,136,209,1);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.press-release .list .wrap p{
    font-size:16px;
    line-height:26px;
    color:rgba(153,153,153,1);
    border-bottom:1px solid rgba(221,221,221,1);
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}


.press-release .list .wrap .time{
    font-size:16px;
    line-height:24px;
    color:rgba(102,102,102,1);
    padding-left: 20px;
    background: url("../images/icon_18.png") no-repeat left center;
}

.press-release .list .wrap .more{
    float: right;
    font-size:14px;
    line-height:14px;
    color:rgba(102,102,102,1);
}


@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 768px) {
    .jx-news .recommend .l{
        width: 100%;
    }
    .jx-news .recommend .r{
        width: 100%;
        padding: 15px;
    }
    .media-news .list > .r{
        padding: 10px;
    }
    .media-news .list li .l{
        max-width: 20%;
    }
    .media-news .list li .r{
        max-width: 76%;
        margin-left: 4%;
    }
}