

/* 新闻中心背景图 */
.contact_bg1 {
    width: 100%;
    position: relative;
}

.contact_bg1 img {
    width: 100%;
}

.banxin {
    position: absolute;
    top: 50%;
    left:21%;
    margin-top: -34px;
}


.aboutUsBtn {

    border: 1px solid #fff;
    width: 236px;
    height: 68px;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 68px;
}

.aboutUsBtn a {
    color: #fff;
}

.aboutUsBtn a:hover {
    cursor: pointer;
}


.mask {
    width: 236px;
    height: 68px;
    background-color:#fff;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
}


/* 内容 */

.contact_content {
    width: 100%;
    min-height: 511px;
}

.contact_cont {
     width: 1100px;
     height: 100%;
     margin: 0 auto;
}

.contact_content .contact_nav {
    height: 92px;
    width: 100%;
}

.contact_nav .contact_nav1 {
    padding-top: 18px;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    font-size: 14px;
}


.locale {
    color: #676767;
}

.about_us {
    color: #989898;
}

.nav_current {
    color: #053982;
}

.contact_aside {
    width: 280px;
    height: 100%;
}

.contact_aside ul li{
    display: inline-block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
}


.contact_current{
    background-color: #012173;
	color:#FFF;
}

.contact_current a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.aside_item {
    float: left;
}

.contact_aside ul li i.iconfont {
    float: right;
    font-size: 12px;
}

/* 右边内容 */
.content_us {
    width: 768px;
    height: 100%;
}

.content_us img {
    display: inline-block;
}


.content_us ul li {
    border-bottom: 1px dotted #f0f0f0;
    overflow: hidden;
    height: 183px;
    width: 100%;
}

.content_center {
    diplay:inline-block;
    height: 111px;
    margin-top: 37px;
    width: 100%;
}

.content_us .news_cont {
    width: 553px;
    height: 111px;
    margin-left: 35px;
    display: table-cell;
}

.news_p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: 14px;
}

.content_us  .news_cont i {
    display: none;
    font-size: 26px;
    color: #012173;
}

.title {
    padding: 18px 0 25px 0;
    box-sizing: border-box;
}

.title_title a{
    color: #333;
    font-size: 18px;
}


.date {
    color: #a1a1a1;
    font-size: 14px;
}


.page1 {
    margin:50px 0;
    text-align: right;
}



.page1 a{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;

}

.page1 .current_page {
    background-color: #001752; 
    border-radius: 7px;
    color: white;
}


.contact_aside ul span i{
    color: #fff;
}

