﻿/*主体*/
/*轮播器*/

.mian-content .more {
    float: right;
    font-size: 14px;
    color: #888888;
    /*color: red;*/
    position: relative;
    top: 8px;
    right: 2px;
    padding-right: 20px;
}

.mian-content .more:link {
    color: #888888;
    background: url("../image/more-left.png") no-repeat right;
    /*background: url("../image/more-left.png") no-repeat right;*/
}
.mian-content .more:visited {
    /*color: #006fc1;*/
    /*background: url("../image/more-down.png") no-repeat right;*/
    /*background: url("../image/more-down.png") no-repeat right;*/
}
.mian-content .more:hover {
    /*color: #888888;*/
    color: #006fc1;
    background: url("../image/more-down.png") no-repeat right;
}

.djphb-bottom {
    padding: 7px 15px 0 15px;
    height: 53px;
    line-height: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.djphb-bottom:last-child {
    border: none;
}

.li-djphb {
    padding: 0 10px 0 10px;
    line-height: 22px;
    border-bottom: 1px solid #f2f2f2;
}

.li-djphb:last-child {
    border: none;
}

.notice-content li:hover {
    color: #006fc1;
    cursor: pointer;
}

.swiper-container {
    height: 345px;
}

.mian-pic {
    width: 100%;
    height: 345px;
    overflow: hidden;
    background: #123874 url(../image/banner-pic.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*.mian-pic img {*/
    /*width: 100%;*/
    /*height: 345px;*/
/*}*/

.swiper-container .swiper-slide {
    display: block;
}

.swiper-container .swiper-slide .noticepic {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    top: -190px;
    display: none;
}

.swiper-container .swiper-slide .noticepic .notic-text {
    width: 575px;
    background: url("../image/rgab0.3.png");
    height: 96px;
    padding: 7px 0 0 18px;
}

.swiper-container .swiper-slide .noticepic .notic-text .content {
    position: absolute;
    top: 0;
    padding: 10px 20px;
    width: 467px;
}

.swiper-container .swiper-slide .title {
    width: 544px;
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
}

.swiper-container .swiper-slide .text {
    /*margin-left: 16px;*/
    color: #fff;
    max-height: 40px;
    width: 544px;
    overflow: hidden;
}

/*轮播分页器*/
.pagination {
    position: absolute;
    z-index: 20;
    top: 300px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    margin: 0 5px;
    /*opacity: 0.8;*/
    /*border: 1px solid #fff;*/
    cursor: pointer;
    /*background: #fff;*/
    background: rgba(0,0,0,0);
    border: 1px solid white;
    /*border: none;*/
}

.swiper-active-switch {
    /*background: #118cab;*/
    background: white;
}


.title-pagination {
    position: absolute;
    z-index: 20;
    top: 276px;
    right: 0px;
    /*width: 109px;*/
    text-align: center;
}
.title-pagination .swiper-pagination-switch {
    height: 16px;
    width: 16px;
    margin: 0px 4px;
    color: #118cab;
    background-color: #fff;
    vertical-align: middle;
    line-height: 16px;
    text-align: center;
    cursor: pointer;

}

.title-pagination .swiper-active-switch {
    background: #daad12;
    color: #fff;
}

.mian-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 430px;
    z-index: 10;
    color: #333;
    background: #fff;
    overflow: hidden;
}

.mian-content a:hover {
    color: #118cab;
}

/*左侧*/
.left-content {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
    color: #fff;
    width: 180px;
    float: left;
    background: #006fc1;
}

.left-content div {
    padding: 12px;
}

.left-content ul li {
    background: #f9f9f9;
    color: #888;
}

.left-content ul li a {
    /*margin-left: 10px;*/
    padding: 17px 0 17px 0px;
    color:#888;
    background: #f9f9f9;
    display: inline-block;
    /*width: 130px;*/
    text-align: center;
    /*background: url(../img/gray-point.png) 30px 24px no-repeat;*/
}

.left-content ul li.active a, .left-content ul li:hover a {
    background: #f9f9f9;
    color: #006fc1;
    cursor: pointer;
    /*background: url(../img/green-point.png) 30px 24px no-repeat;*/
}
.join-activity{
    height: 124px;
    background: url(../image/icon-join.png);
    background-repeat:no-repeat;
    background-color: #fff;
}
.join-activity img{
    margin: 70px 0px 0px 46px ;
    cursor: pointer;
    float: left;
}
.join-activity img:hover{
    background:url("../image/icon-hover-enter.png") no-repeat center;
    cursor: pointer;
}
.right-content {
    margin: 0 auto;
    width: 1200px;
}

.right-content .content {
    /*border-top: 1px solid #eeeeee;*/
    /*margin-top: 3px;*/
    /*padding-top: 28px;*/
    /*padding: 15px 0;*/
    /*height: 580px;*/

}

.right-content .content-data {
    margin-top: 3px;
    padding: 20px 20px 60px 20px;
}

.right-content .content-data p {
    /*height: 30px;*/
    line-height: 30px;
}

.main-title .title {
    font-size: 18px;
    padding: 3px 15px;
    border-left: 4px solid #2564ba;
    color: #333;
    font-weight: bold;
}
.main-title span{
    line-height: 45px;
}
.main-title span>:last-child{
    color: #118cab;
}
/*.main-title .title {*/
/*font-size: 18px;*/
/*padding: 3px 15px;*/
/*border-left: 4px solid #26a891;*/
/*color: #144297;*/
/*font-weight: bold;*/
/*}*/

.submit-resume span {
    color:white;
    background-color: #006fc2;
    text-align: center;
    padding: 5px 10px;
    border-radius:5px 5px;
}

/*!*下载搜索*!*/
/*.download-search {*/
    /*padding-top: 28px;*/
/*}*/
/*.download-search span {*/
    /*padding-left: 10px;*/
    /*font-size: 16px;*/
    /*color: #333;*/
/*}*/

/*.download-search .inputdiv {*/
    /*background: #fff;*/
/*}*/

/*.download-search .inputdiv:before {*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*margin-left: -13px;*/
    /*width: 218px;*/
    /*height: 30px;*/
    /*border: 1px solid #d9d9d9;*/
    /*content: '';*/
/*}*/

/*.download-search .inputdiv input {*/
    /*background: #fff;*/
    /*border-left: none;*/
/*}*/

/*.download-search .inputdiv .btn-select {*/
    /*width: 65px;*/
    /*background: #e7e7e7;*/
    /*font-size: 14px;*/
    /*color: #888;*/
    /*line-height: 30px;*/
/*}*/


@media screen and (max-width: 1200px) {
    .mian-content .right-content {
        width: 814px;
    }

    .mian-content {
        margin-top: 30px;
    }

    .mian-content, .header-top, .header, .sidebar .navigation, .footer .links {
        width: 1024px;
    }
}