img{
    width: 100%;
    height: 100%;
}
.head_img{
	width: 100%;
	height: 680px;
}

.location{
    margin: 48px 0;
}
.location>.icon{
    float: left;
    margin-right: 15px;
    width: 22px;
    height: 32px;
}
.location>.now,
.location>.now>a{
    display: inline-block;
    font-size: 24px;
    color: #017783;
}
.location>span{
    font-size: 24px;
    color: #909090;
}

.content{
    position: relative;
}
.info{
    float: left;
    box-sizing:border-box;
    padding: 88px 45px;
    margin-right: 4%;
    width: 70%;
    background-color: #fff;
}
.info .title{
    font-size: 36px;
    color: #444444;
    text-align: center;
}
.info .time{
    font-size: 26px;
    line-height: 98px;
    color: #909090;
    text-align: center;
}
.news_list{
    float: right;
    box-sizing:border-box;
    padding: 88px 24px 28px 24px;
    width: 25%;
    background-color: #fff;
}
.news_list .title{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 32px;
    color: #444444;
}
.news_list .title a{
    float: right;
    font-size: 18px;
    color: #017783;
    line-height: 65px;
}
.news_list ul>li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 28px;
    font-size: 20px;
    color: #909090;
    list-style: inside;
}
.news_list ul>li a{
    color: #909090;
}