@charset "utf-8";

.main-top {
    height: 36px;
    min-width: 1200px;
    background: #015293;
}

.main-top .wrap {
    width: 1200px;
    height: 36px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: right;
}

.main-top .wrap a {
    color: #fff;
}

.main-top .wrap a:hover {
    text-decoration: underline;
}

.main-wrap {
    min-width: 1200px;
    background: url(../images/bg1.jpg) center top no-repeat #fff;
}

.main-wrap .wrap {
    width: 1200px;
    margin: 0 auto;
}

.main-wrap .wrap a:hover > img {
    opacity: .8;
}

.main-wrap .nav-wrap {
    height: 64px;
    padding: 0 50px;
    display: table;
    line-height: 64px;
}

.main-wrap .nav-wrap li {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

.main-wrap .nav-wrap li a {
    display: block;
    font-size: 20px;
    color: #015293;
    font-weight: bold;
    position: relative;
}

.main-wrap .nav-wrap li a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 8px 0;
}

.main-wrap .nav-wrap li a:before {
    content: '';
    width: 0;
    height: 4px;
    background: #015293;
    left: 50%;
    bottom: 5px;
    position: absolute;
    margin-left: 0;
    display: block;
    transition: 0.2s ease-in-out;
    border-radius: 2px;
}

.main-wrap .nav-wrap li a:hover:before {
    content: '';
    width: 100px;
    margin-left: -50px;
}

.main-wrap .logo-wrap {
    height: 150px;
    background: url(../images/logo.png) center no-repeat;
}

.main-wrap .sous-wrap {
    width: 450px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #1a5493;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto 38px;
}

.main-wrap .sous-wrap i {
    width: 46px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/ico02_04.jpg) center no-repeat;
    border-right: 1px solid #999;
    margin: 0 10px 4px 0;
}

.main-wrap .sous-wrap input {
    width: 290px;
    height: 34px;
    border: 0;
    vertical-align: top;
}

.main-wrap .sous-wrap .sou-butt {
    width: 95px;
    height: 34px;
    line-height: 34px;
    background: #1a5493;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: right;
    display: block;
    border-radius: 17px 0 0 17px;
}

.main-wrap .hot-title {
    padding-left: 95px;
    height: 70px;
    line-height: 70px;
    background: url(../images/ico03.png) left center no-repeat;
    text-align: left;
    overflow: hidden;
}

.main-wrap .hot-title a {
    display: block;
    width: 100%;
}

.main-wrap .hot-title a img {
    width: 100%;
    height: 70px;
}

.main-wrap .hot-tit01 {
    height: 50px;
    line-height: 34px;
    padding-left: 90px;
    position: relative;
}

.main-wrap .hot-tit01::before {
    content: "热点关注:";
    color: #1a5493;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.main-wrap .hot-tit01 a {
    width: 33.33%;
    height: 34px;
    display: block;
    float: left;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    font-size: 18px;
}

.main-wrap .hot-tit01 a::before {
    content: "";
    height: 18px;
    width: 1px;
    background: #d1cfcf;
    left: 0;
    top: 10px;
    position: absolute;
}

.main-wrap .hot-tit01 a:first-child {
    padding-left: 0;
}

.main-wrap .hot-tit01 a:first-child::before {
    display: none;
}

.main-wrap .hot-tit01 a:hover {
    color: #d4071e;
}

.main-hang1 {
    height: 433px;
    margin-bottom: 5px;
}

.main-hang1 .left {
    width: 780px;
    height: 433px;
    float: left;
}

.main-hang1 .right {
    width: 400px;
    height: 433px;
    float: right;
}

.main-hang1 .right .tab {
    height: 45px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d7d9;
    padding-left: 20px;
    font-size: 0;
}

.main-hang1 .right .tab a {
    display: inline-block;
    font-size: 18px;
    line-height: 38px;
    height: 45px;
    margin-bottom: -1px;
    margin-right: 45px;
}

.main-hang1 .right .tab a.cur {
    font-size: 22px;
    font-weight: bold;
    color: #015293;
    border-bottom: 3px solid #015293;
}

.main-hang1 .right .info {
}

.list-wrap1 {
    line-height: 47px;
}

.list-wrap1 li {
    height: 47px;
    padding-left: 17px;
    position: relative;
}

.list-wrap1 li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #d1cfcf;
    left: 0;
    top: 20px;
}

.list-wrap1 li a {
    width: 100%;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.list-wrap1 li a:hover {
    color: #d4071e;
}

.list-wrap1.yt {
    line-height: 47px;
}

.list-wrap1.yt li {
    height: 47px;
    padding-left: 17px;
    position: relative;
}

.list-wrap1.yt li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #d1cfcf;
    left: 0;
    top: 20px;
}

.list-wrap1.yt li a {
    width: 80%;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.list-wrap1.yt li a:hover {
    color: #d4071e;
}

.list-wrap1.yt li span {
    line-height: 47px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #999;
    display: block;
}

.main-hang2 {
    margin-bottom: 30px;
}

.main-hang2 > .tab {
    height: 83px;
    font-size: 0;
    background: #3e7ebb;
    margin-bottom: 10px;
}

.main-hang2 > .tab a {
    width: 25%;
    display: inline-block;
    height: 83px;
    line-height: 83px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.main-hang2 > .tab a.cur {
    font-size: 28px;
    font-weight: bold;
    background: url(../images/img_07.jpg) center bottom no-repeat #5090cc;
}

.main-hang2 .info {
}

.main-hot-wrap {
    height: 76px;
    margin-bottom: 20px;
}

.main-hot-wrap .right {
    float: right;
}

.main-hot-wrap .hot-wrap {
    float: left;
    padding-top: 23px;
    height: 63px;
    line-height: 40px;
    margin-right: 10px;
    font-size: 0;
}

.main-hot-wrap .hot-wrap i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 4px 0;
    line-height: 16px;
}

.main-hot-wrap .hot-wrap span {
    font-size: 18px;
    color: #d71511;
    margin: 0 0 4px 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.main-hot-wrap .hot-wrap a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
    font-size: 16px;
    color: #333;
}

.main-hot-wrap .hot-wrap a:hover {
    color: #d4071e;
}

.ad-wrap001 {
    margin-bottom: 6px;
}

.main-title {
    height: 56px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
}

.main-title > span {
    border-bottom: 3px solid #015293;
    margin-bottom: -1px;
    display: block;
    float: left;
    font-size: 24px;
    font-weight: bold;
    height: 56px;
    line-height: 53px;
    color: #015293;
}

.main-title .butt-wrap {
    float: right;
    font-size: 0;
    margin-top: 14px;
}

.main-title .butt-wrap .butt1, .main-title .butt-wrap .butt2, .main-title .butt-wrap .butt3 {
    height: 33px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin-left: 7px;
}

.main-title .butt-wrap .butt1 {
    width: 159px;
    background: url(../images/img_23.jpg);
}

.main-title .butt-wrap .butt2 {
    width: 173px;
    background: url(../images/img_25.jpg);
}

.main-title .butt-wrap .butt3 {
    width: 181px;
    background: url(../images/img_27.jpg);
}

.main-title .butt-wrap .butt1:hover, .main-title .butt-wrap .butt2:hover, .main-title .butt-wrap .butt3:hover {
    opacity: .8;
}

.main-hang3 {
    height: 110px;
    margin-bottom: 20px;
}

/*滚动*/
#marquee1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#marquee1 .content {
    width: 100%;
    position: relative;
    height: 110px;
    line-height: 20px;
}

#marquee1 ul {
    height: 110px;
    float: left;
}

#marquee1 li {
    text-align: center;
    float: left;
    font-size: 12px;
    width: 245px;
    box-sizing: border-box;
    padding: 0 15px 0 0;
}

#marquee1 li a:hover {
    position: relative;
}

#marquee1 li a img {
    display: block;
    width: 230px;
    height: 110px;
}

#marquee1 li a:hover img {
    opacity: 1;
    border: 1px solid #fff;
}

.main-foot-wrap {
    height: 320px;
    background: #015293;
    min-width: 1200px;
}

.main-foot-wrap .wrap {
    width: 1200px;
    padding-top: 30px;
    margin: 0 auto;
}

.main-foot-wrap .wrap .youqing {
    height: 46px;
    margin-bottom: 40px;
}

.main-foot-wrap .wrap .youqing li {
    width: 25%;
    float: left;
    padding-left: 15px;
    height: 46px;
}

.main-foot-wrap .wrap .youqing li:first-child {
    padding-left: 0;
}

.main-foot-wrap .wrap .youqing li > div {
    width: 100%;
    height: 46px;
    position: relative;
    padding: 0 35px 0 25px;
    cursor: pointer;
    color: #fff;
    line-height: 46px;
    background: #2367a8;
}

.main-foot-wrap .wrap .youqing li > div::before {
    content: "";
    width: 15px;
    height: 9px;
    background: url(../images/jiant.png);
    position: absolute;
    top: 19px;
    right: 19px;
}

.main-foot-wrap .wrap .youqing li > div .tit {
    color: #c2ddf7;
    font-size: 16px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-foot-wrap .wrap .youqing li > div .xiala {
    display: none;
}

.main-foot-wrap .wrap .youqing li > div:hover .xiala {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 46px;
    display: block;
    background: #2367a8;
    padding: 10px 0;
    border-bottom: 4px solid #015293;
    z-index: 10;
    max-height: 400px;
    overflow-y: auto;
}

.main-foot-wrap .wrap .youqing li > div .xiala a {
    display: block;
    padding: 5px 10px;
    line-height: 22px;
    font-size: 16px;
    color: #c2ddf7;
}

.main-foot-wrap .wrap .youqing li > div .xiala a:hover {
    color: #c2ddf7;
    background: #054a81;
}

.main-foot-wrap .wrap .foot {
    height: 160px;
}

.main-foot-wrap .wrap .foot .jiguan {
    float: left;
    margin-right: 15px;
}

.main-foot-wrap .wrap .foot .shu1, .main-foot-wrap .wrap .foot .shu2, .main-foot-wrap .wrap .foot .shu3, .main-foot-wrap .wrap .foot .shu4 {
    width: 90px;
    line-height: 30px;
    float: left;
    font-size: 16px;
    position: relative;
}

.main-foot-wrap .wrap .foot .shu1 {
    margin-right: 30px;
}

.main-foot-wrap .wrap .foot .shu {
    color: #c2ddf7;
}

.main-foot-wrap .wrap .foot .shu a {
    color: #c2ddf7;
}

.main-foot-wrap .wrap .foot .shu a:hover {
    text-decoration: underline;
}

.main-foot-wrap .wrap .foot .shu1::before {
    content: "";
    width: 1px;
    height: 60px;
    background: #8eb4d9;
    position: absolute;
    right: 0;
    top: 20px;
}

.main-foot-wrap .wrap .foot .shu2 {
    width: 290px;
}

.main-foot-wrap .wrap .foot .shu3 {
    width: 265px;
}

.main-foot-wrap .wrap .foot .shu4 {
    width: 220px;
}

.main-foot-wrap .wrap .foot .erwei {
    width: 210px;
    float: right;
    text-align: right;
    font-size: 0;
    position: relative;
    padding-top: 10px;
}

.main-foot-wrap .wrap .foot .erwei::before {
    content: "";
    width: 1px;
    height: 60px;
    background: #8eb4d9;
    position: absolute;
    left: 0;
    top: 20px;
}

.main-foot-wrap .wrap .foot .erwei img {
    margin-left: 20px;
    width: 79px;
    height: 79px;
    display: inline-block;
    vertical-align: top;
}


.main-info1 {
    height: 580px;
}

.main-info1 .lanm1 {
    width: 400px;
    float: left;
    padding-right: 20px;
}

.main-info1 .lanm2 {
    width: 400px;
    float: left;
}

.main-info2 {
    height: 590px;
}

.main-info2 .lanm1 {
    width: 420px;
    float: left;
    padding-right: 20px;
}

.main-info2 .lanm2 {
    width: 360px;
    float: left;
}

.main-info3 {
    height: 420px;
}

.main-info3 .lanm1 {
    width: 500px;
    float: left;
    padding-right: 20px;
}

.main-info3 .lanm2 {
    width: 700px;
    float: left;
    padding-top: 15px;
}

.main-info4 .lanm1 {
    width: 500px;
    float: left;
    padding-right: 20px;
}

.main-info4 .lanm2 {
    width: 700px;
    float: left;
}


.main-title01 {
    height: 56px;
    border-bottom: 1px solid #d3d3d3;
}

.main-title01 > a {
    margin: 0 25px -1px;
    height: 56px;
    color: #015293;
    line-height: 53px;
    font-size: 22px;
    display: block;
    float: left;
    position: relative;
}

.main-title01 > a:first-child {
    margin: 0 25px -1px 0;
}

.main-title01 > a.cur {
    border-bottom: 3px solid #015293;
    font-size: 24px;
    font-weight: bold;
    height: 56px;
}

.main-title01 > a:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    position: absolute;
    left: -25px;
    top: 18px;
}

.main-title01 > a:first-child:before {
    display: none;
}

.main-title01.mb20 {
    margin-bottom: 20px;
}

.main-title01 .more {
    float: right;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
}

.main-title01 .more a {
    color: #666;
}

.main-title01 .more a:hover {
    color: #d4071e;
}

.main-title01 .fankui {
    float: right;
    margin-top: 15px;
}

.main-title01 .fankui a {
    width: 94px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #3a7bda;
    color: #fff;
    display: block;
    border-radius: 3px;
}

.main-title01 .fankui a:hover {
    background: #1b66d4;
}


.main-list01 {
}

.main-list01 li {
    padding: 20px 0 20px 20px;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px dashed #dcdcdc;
}

.main-list01 li:after {
    content: '';
    display: block;
    clear: both;
}

.main-list01 li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #0b71b7;
    position: absolute;
    left: 0;
    top: 33px;
}

.main-list01 li a {
    width: 80%;
    display: block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
    font-size: 18px;
}

.main-list01 li a:hover {
    color: #d4071e;
}

.main-list01 li span {
    line-height: 30px;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 18px;
    color: #999;
    display: block;
}

.main-list02 {
}

.main-list02 li {
    padding: 0 0 0 20px;
    position: relative;
    overflow: hidden;
    line-height: 42px;
}

.main-list02 li:after {
    content: '';
    display: block;
    clear: both;
}

.main-list02 li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #0b71b7;
    position: absolute;
    left: 0;
    top: 18px;
}

.main-list02 li a {
    width: 80%;
    display: block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 42px;
}

.main-list02 li a:hover {
    color: #d4071e;
}

.main-list02 li span {
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #999;
    display: block;
}


.main-img {
}

.main-img .img, .main-img img {
    width: 400px;
    height: 200px;
}

.main-img .txt {
    height: 46px;
    line-height: 46px;
}

.main-img .txt a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.main-img .txt a:hover {
    color: #d4071e;
}

.main-hotad {
}

.main-hotad a {
    display: block;
}


.main-list03 {
}

.main-list03 li {
    padding: 20px 0 20px 20px;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px dashed #dcdcdc;
}

.main-list03 li:after {
    content: '';
    display: block;
    clear: both;
}

.main-list03 li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #0b71b7;
    position: absolute;
    left: 0;
    top: 33px;
}

.main-list03 li a {
    width: 80%;
    display: block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
    font-size: 18px;
}

.main-list03 li a:hover {
    color: #d4071e;
}

.main-list03 li span {
    line-height: 30px;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 18px;
    color: #999;
    display: block;
}


.main-list03 li:first-child {
    padding: 33px 0 33px 100px;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px dashed #dcdcdc;
}

.main-list03 li:first-child span {
    display: none;
}

.main-list03 li:first-child a {
    width: 100%;
}

.main-list03 li:first-child:before {
    content: '最新文件';
    width: 90px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 25px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    padding: 14px 20px 0 23px;
    display: block;
    box-sizing: border-box;
    background: url(../images/img1_06.jpg) no-repeat;
}

.listimg1 {
    width: 400px;
    height: 204px;
}

.ad-wrap01 {
    padding-top: 20px;
}

.ad-wrap01 li {
    width: 33.33%;
    height: 130px;
    float: left;
}

.ad-wrap01 li .img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    overflow: hidden;
    margin: 0 auto 10px;
    transition: 0.6s ease-in-out;
}

.ad-wrap01 li .txt {
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.ad-wrap01 li a:hover .img {
    transform: rotateY(180deg);
}

.ad-wrap01 li a:hover .txt {
    color: #d4071e;
}

.ad-wrap01 li .img.bg1 {
    background: #5cbd90;
}

.ad-wrap01 li .img.bg2 {
    background: #7299d8;
}

.ad-wrap01 li .img.bg3 {
    background: #dd6157;
}

.ad-wrap01 li .img.bg4 {
    background: #ddc258;
}

.ad-wrap01 li .img.bg5 {
    background: #44a4bc;
}

.ad-wrap01 li .img.bg6 {
    background: #dd8d57;
}

.main-gongbao {
}

.main-gongbao .img {
    border: 6px solid #f2f0f1;
    border-radius: 4px;
    float: left;
}

.main-gongbao .img img {
    width: 139px;
    height: 182px;
}

.main-gongbao .txt {
    width: 190px;
    float: right;
}

.main-gongbao .txt .tit {
    height: 41px;
    border-bottom: 1px dashed #dedbdb;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}

.main-gongbao .txt .tt {
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
}

.main-gongbao .txt .tx {
    height: 57px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    line-height: 19px;
}

.main-gongbao .txt .time {
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 14px;
    margin-bottom: 5px;
}

.main-gongbao .txt .more {
    height: 26px;
    line-height: 26px;
    text-align: right;
}

.main-gongbao .txt .more a {
    width: 100px;
    height: 26px;
    display: inline-block;
    border-radius: 13px;
    background: #015293;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.main-gongbao .txt .more a:hover {
    background: #1066ab;
}

.main-banshi {
}

.main-banshi li {
    width: 25%;
    height: 115px;
    float: left;
    padding: 10px 10px 0;
}

.main-banshi li a {
}

.main-banshi li a .img {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #e9e7e7;
    margin: 0 auto 10px;
    text-align: center;
    padding-top: 11px;
    transition: 0.6s ease-in-out;
}

.main-banshi li a .txt {
    color: #333;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.main-banshi li a:hover .txt {
    color: #d4071e;
}

.main-banshi li a:hover .img {
    transform: rotateY(180deg);
}

.main-banshi0 {
    border: 1px solid #d8d7d7;
    border-left: 7px solid #015293;
    margin-bottom: 20px;
    padding: 5px 0 0 30px;
    height: 134px;
}

.main-banshi0.bg1 {
    background: url(../images/img2_03.jpg) right top no-repeat #fff;
}

.main-banshi0.bg2 {
    background: url(../images/img2_06.jpg) right top no-repeat #fff;
}

.main-banshi0 .title {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
}

.main-banshi0 .info {
    line-height: 30px;
    font-size: 18px;
}

.main-banshi0 .info a {
    color: #333;
}

.main-banshi0 .info a:hover {
    color: #d4071e;
}

.main-banshi0 .info a.more {
    color: #1e5fc0;
}

.main-banshi0 .info a.more:hover {
    color: #d4071e;
}

.main-banshiad {
    height: 94px;
}

.main-banshiad > a {
    width: 220px;
    height: 94px;
    border: 1px solid #e8e7e7;
    margin-left: 20px;
    padding: 7px;
    display: block;
    float: left;
}

.main-banshiad > a:first-child {
    margin-left: 0;
}

.ad-wrap02 {
    padding-top: 20px;
    height: 124px;
    background: #f4fbff;
}

.ad-wrap02 li {
    width: 25%;
    float: left;
}

.ad-wrap02 li .img {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    transition: 0.6s ease-in-out;
}

.ad-wrap02 li .txt {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.ad-wrap02 li a:hover .img {
    transform: rotateY(180deg);
}

.ad-wrap02 li a:hover .txt {
    color: #d4071e;
}

.ad-wrap02 li .img.bg1 {
    background: #58b9dd;
}

.ad-wrap02 li .img.bg2 {
    background: #5cbd90;
}

.ad-wrap02 li .img.bg3 {
    background: #ddc258;
}

.ad-wrap02 li .img.bg4 {
    background: #ed747d;
}


.main-fangtan {
}

.main-fangtan .img {
    width: 317px;
    height: 220px;
    float: left;
}

.main-fangtan .txt {
    width: 360px;
    float: right;
    line-height: 38px;
}

.main-fangtan .txt > div {
    overflow: hidden;
    font-size: 16px;
}

.main-fangtan .txt > div > .tt {
    width: 100px;
    float: left;
}

.main-fangtan .txt > div > .tx {
    width: 260px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-fangtan .txt > div > .tx.er {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 76px;
    white-space: initial;
}

.main-fangtan .txt > div > a.tx:hover {
    color: #d4071e;
}


.main-wrap .wrap.top50 {
    padding-top: 50px;
}

.main-wrap .nav-wrap1 {
    height: 60px;
    padding: 0;
    display: table;
    line-height: 60px;
    background: #015293;
    border-radius: 5px;
    margin-bottom: 20px;
}

.main-wrap .nav-wrap1 li {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

.main-wrap .nav-wrap1 li a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.main-wrap .nav-wrap1 li a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 8px 0;
}

/*工资查询*/
.main-gongzi {
    border-radius: 3px;
    box-shadow: 0 0 10px #ccc;
    padding: 20px 30px 30px;
    background: #fff;
    margin-bottom: 30px;
}

.main-weizhi {
    height: 60px;
    border-bottom: 1px dashed #e6e7ea;
    line-height: 59px;
    font-size: 16px;
}

.main-weizhi a {
    color: #333;
}

.main-weizhi a:hover {
    color: #1a5493;
}

.main-weizhi span {
    color: #1a5493;
}

.main-gongzi .gongzi {
    height: 760px;
    background: url(../images/gongzi/gongzi_03.jpg) center no-repeat;
    position: relative;
}

.main-gongzi .gongzi .wra {
    width: 390px;
    height: 410px;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    position: absolute;
    top: 220px;
    left: 130px;
}

.main-gongzi .gongzi .wra .tit {
    height: 75px;
    border-bottom: 1px dashed #e6e7ea;
    line-height: 74px;
    padding-left: 50px;
    font-size: 28px;
    color: #1a5493;
    margin-bottom: 25px;
}

.main-gongzi .gongzi .wra .inp {
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    background: #f7f7f7;
    padding: 0 30px;
    margin-bottom: 15px;
}

.main-gongzi .gongzi .wra .inp input {
    height: 40px;
    border: 0;
    line-height: 40px;
    background: none;
    font-size: 14px;
}

.main-gongzi .gongzi .wra .inp select {
    height: 40px;
    border: 0;
    line-height: 40px;
    background: none;
    font-size: 14px;
    width: 100%;
}

.main-gongzi .gongzi .wra .anniu {
    width: 100%;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1a5493;
    display: block;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.main-gongzi .chaxun {
    height: 60px;
    border-radius: 5px;
    background: #1a5493;
    padding: 0 10px 0 20px;
    margin-bottom: 20px;
}

.main-gongzi .chaxun .tit {
    font-size: 18px;
    color: #fff;
    float: left;
    line-height: 60px;
}

.main-gongzi .chaxun .sousuo {
    float: right;
    padding-top: 15px;
    font-size: 0;
}

.main-gongzi .chaxun .sousuo select {
    height: 32px;
    border: 0;
    line-height: 32px;
    border-radius: 16px;
    background: #fff;
    font-size: 14px;
    width: 200px;
    padding-left: 20px;
    margin-right: 10px;
}

.main-gongzi .chaxun .sousuo .anniu1, .main-gongzi .chaxun .sousuo .anniu2 {
    height: 32px;
    border: 0;
    line-height: 32px;
    border-radius: 16px;
    background: #fc8715;
    font-size: 16px;
    width: 80px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
}

.main-gongzi .chaxun .sousuo .anniu2 {
    width: 110px;
    background: #41a3dc;
}

.main-gongzi .dayin {
    height: 45px;
    text-align: right;
    font-size: 0;
}

.main-gongzi .dayin a {
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #1d6bbf;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}

.main-gongzi .table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.main-gongzi .table td, .main-gongzi .table th {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    padding: 0 10px;
    border: 1px solid #efecec;
    font-size: 14px;
}

.main-gongzi .table th {
    height: 60px;
    line-height: 59px;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    background: #f4f6f8;
}

.main-gongzi .table td {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
}








