/*头部*/
body {
    margin: 0;
}

.search {
    padding-bottom: 15px;
    clear: both;
    *zoom: 1;
}

.search:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0;
}

.search .search-b {
    float: right;
    padding-top: 20px;
}

.search .search-b input[type=text] {
    height: 35px;
    line-height: 30px;
    width: 150px;
    border: 1px solid #ccc;
    padding-left: 30px;
    box-sizing: content-box;
}

.search .search-b .input {
    width: 75px;
    height: 37px;
    position: relative;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 15px;
    margin: 0;
    top: 1px;
}

.search .search-b i {
    position: relative;
    left: 30px;
    font-size: 18px;
    top: 3px;
}

.search .search-b select {
    height: 37px;
    position: relative;
    top: 1px;
    border-top: 1px solid #ccc;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-left: none;
    width: 70px;
    color: #aaa;
    font-size: 15px;
    padding-left: 5px;
    margin-left: -3px;
    margin-right: -4px;
}


.sarch-con-center {
    width: 1200px;
    margin: 20px auto;
    min-height: 700px;
}



hr {
    margin: 0;
    height: 1px;
    background-color: #E3E9ED;
}


/*main*/

.index-gyxh {

    min-width: 1200px;
}
.main{
    padding: 50px 0 50px 0;
    background-color: #F5F5F5;
}
.module {
    width: 1200px;
    margin: 0 auto;
}

.a-union {
    width: 100%;
    min-height: 1000px;
    /*border: 1px solid #aaaaaa;*/
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.a-union .title {
    width: 22%;
    background-color: #E9F3FC;
    border-radius: 10px;
}
.a-union .content{
    border: none;
}
.about {
    margin-top: 50px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #01539D;
    border-left: 5px solid #01539D;
}

.title-list {
    font-size: 17px;
    margin-top: 30px;
}

.title-list >div {
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 65px;
    cursor: pointer;
}

.title-list >div:hover {
    color: #0259AA;
}

.title-list div > .active {
    background-color: #0259AA;
    color: #fff;
    font-weight: bold;
}
.title-list >div.active  {
    background-color: #0259AA;

    font-weight: bold;
}
.title-list >div.active a  {
    background-color: #0259AA;
    color: #fff;
    font-weight: bold;
}

.content {
    float: right;
    width: 76%;
    background-color: white;
    border-radius: 10px;
}

.title-box {
    margin: 50px 50px 0 50px;
    border-bottom: 1px solid #ccc;
}

.title-box h2 {
    font-weight: bold;
}

.title-box >p {
    margin: 3px 0 18px 3px;
    color: #999;
}

.content-box {
    margin: 30px 50px 0 50px;
    font-size: 16px;
    color: #5B5B5B;
    line-height: 35px;
}

.content-box p {
    margin-bottom: 45px;
}

.c-active {
    display: none;
}





/*底部*/
footer {
    width: 100%;
    min-width: 1200px;
    background-color: #333333;

}

.bot {
    width: 1200px;
    height: 175px;
    font-size: 13px;
    margin: 0 auto;
}

.bot > div {
    width: 70%;
    height: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    line-height: 40px;
}

.sina-area > p:first-child {
    border-bottom: 1px dashed #004499;
}

.sina-area > p {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

