﻿*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}

.content{
    max-width: 1200px;
    margin: 10px auto;
    overflow: hidden;
}
.contentLeft{
    width: 15.36%;
    float: left;
    margin-right: 10px;
}
.contentRight{
    width: 82.33%;
    float: right;
    margin-right: 10px;
}
.content-inner{
    width: 100%;
    overflow: hidden;
}
.leftContents{
    margin-top: 22px;
}
.rightContents{
    margin-top: 7px;
    width: 47%;
    float: left;
    margin-left: 28px;
}

.TalentRecruitment,.ShortcutAccess,.TwoLevelUnit{
    width: 100%;
}
.TalentRecruitment img,.ShortcutAccess img{
    width: 100%;
    margin-top: 0.3em;
    background-size: cover;
    background-repeat: no-repeat;
}
.TwoLevelUnit ul{
    list-style: none;
}
.TwoLevelUnit ul li{
    width: 85%;
    margin-top: 5px;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    color: rgb(68, 68, 68);
    background-color: rgb(230, 230, 230);
}
.TwoLevelUnit ul li:hover{
    background-color: #00427a;
}
.TwoLevelUnit ul li:hover a{
    color: #fff;
}
.textContainer{
    list-style: none;
    width: 100%;
}
.textContainer li{
    border-bottom: 1px dashed #ddd;
    padding: 10px;
    overflow: hidden;
}
.textContainer li .text{
    width: 66%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textContainer li .text a{
    color: #000;
    font-size: 14px;
}
.textContainer li .time{
    float: right;
    color: #000;
    font-size: 14px;
}
.Tabloid{
    width: 100%;
    height: 220px;
}






































.aboutUs,.pictureList{
    max-width: 1200px;
    margin: 30px auto 0;
}
.ListsHeader{
    width: 100%;
    border-radius: 5px;
    background-color: #00427a;
    overflow: hidden;
}
.ListsHeader .titleText{
    float: left;
    margin-left: 20px;
}
.ListsHeader .titleText span{
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}
.ListsHeader .rightMore{
    float: right;
    margin-right: 20px;
}
.ListsHeader a{
    color: #fff;
    line-height: 30px;
}
.ListHeader{
    width: 100%;
    position: relative;
}
.ListHeader .hengxian{
    width: 100%;
    background-color: #00427a;
    height: 3px;
    margin: 15px auto;
}
.ListHeader .titleText{
    width: 100px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50px);
}
.ListHeader .titleText span{
    background: #fff;
    padding: 5px;
    color: #00427a;
}
.aboutUs .aboutUsContainer{
    width: 100%;
    margin: 20px 0;
}
.pictureList .pictureListContainer{
    width: 100%;
    margin: 20px 0;
}