﻿@charset "utf-8";

.w790 {
    width: 790px;
}

.w380 {
    width: 380px;
}

.tab {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.tab a {
    position: relative;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    margin: 0 20px;
    font-weight: normal;
    font-size: 20px;
}

.tab a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    transform: scale3d(0, 1, 1);
    transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab .current {
    font-weight: bold;
    color: #06b;
}

.tab .current:after {
    background-color: #ffa656;
    box-shadow: 0 2px 6px rgba(0, 85, 136, .2);
    transform: scale3d(1, 1, 1);
}

.tab a+a:before {
    content: '';
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: -20px;
    border-left: 1px solid #ddd;
}

.t0,
.t4 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.t0 b,
.t4 b,
.t4 a {
    font-size: 20px;
    padding: 0px 20px;
}

.t0 b:before {
    content: '';
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 5px;
    width: 6px;
    height: 16px;
    background-color: #0066bb;
}

.more {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 50px;
    font-weight: normal;
}

.t4 b,
.t4 a {
    color: #1b5ebb;
    background: url(../images/bt.png) 0px 50% no-repeat;
}

/*警营文化*/
.rwzt .list-b {
    margin: 20px 0px;
}

.rwzt li {
    width: 250px;
    padding: 15px 0px;
    background-color: #f5f5f5;
}

.rwzt li+li {
    margin-left: 20px;
}

.rwzt li h4 {
    line-height: 28px;
    padding: 0px 15px;
    font-size: 20px;
    color: #1d4b8b;
}

.rwzt li h4:before {
    content: '';
    position: absolute;
    top: 35%;
    bottom: 17px;
    left: 0px;
    width: 4px;
    height: 10px;
    background-color: #1d4b8b;
}

.rwzt li p {
    color: #333;
    padding: 0px 15px;
    line-height: 24px;
}

.rwzt li a {
    display: block;
    margin: 10px 15px 0px 15px;
    width: 60px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    background-color: #659cc5;
}


#certify {
    position: relative;
    width: 1160px;
    padding-top: 80px;
    padding-left: 40px;
    margin: 0 auto;
    background: url(../images/jy_bg.jpg) 0px 0px no-repeat;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 460px;
    height: 290px;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: #e7edf5;
    width: 20px;
    height: 8px;
    opacity: 1;
    border-radius: 10px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #1b5ebb;
    width: 30px;
}

#certify .swiper-button-prev {
    left: 190px;
    width: 50px;
    height: 50px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -50px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: 190px;
    width: 50px;
    height: 50px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -100px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -150px;
    background-size: 100%
}

/*警营互动*/
.xjcx {
    height: 60px;
    border: 1px solid #ccc;
}

.xjcx h3 {
    width: 110px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #0066bb;
}

.xjcx_form label {
    font-size: 16px;
    line-height: 60px;
    padding: 0px 5px;
}

.xjcx_form select {
    width: 105px;
    height: 36px;
    color: #0066bb;
    padding: 5px;
    border: 1px solid #0066bb;
    background-color: #e9eff7;

}

.xjcx_form input {
    width: 105px;
    height: 24px;
    color: #0066bb;
    padding: 5px;
    border: 1px solid #0066bb;
    background-color: #e9eff7;
}

.xjcx_form .btn {
    display: inline-block;
    color: #fff;
    width: 55px;
    height: 34px;
    margin: 0px 10px;
    text-align: center;
    line-height: 34px;
    background-color: #ffa656;
}

.xjgs p {
    font-size: 16px;
    font-weight: normal;
}

.xjgs p span {
    color: #1b5ebb;
}

.xjgs p a {
    display: block;
    width: 85px;
    line-height: 30px;
    height: 30px;
    color: #1b5ebb;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    float: right;
    margin: 10px;
    background-color: #e9eff7;
}

#btn_orange {
    display: block;
    width: 85px;
    line-height: 30px;
    height: 30px;
    color: #ff871b;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin: 10px;
    padding: 0px;
    background: #f7efe9;
}

.list-a28 {
    margin-left: -20px;
}

.list-a28 li {
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
    font-size: 20px;
    background-color: #f1f8fe;
}

.list-a28 li a {
    display: block;
    text-align: left;
    color: #fff;
    transition: all .3s;
}

.list-a28 li.s1 a {
    background-color: #7899e6;
}

.list-a28 li.s2 a {
    background-color: #72b7d7;
}

.list-a28 li a:hover {
    background-color: #1b5ebb;
}

.list-a28 li a i {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin: 3px 5px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}

.list-a28 li.s1 a i {
    background-position: -300px -300px;
}

.list-a28 li.s2 a i {
    background-position: -350px -300px;
}

.ft {
    width: 100%;
    display: inline-block;
}

.ft_pic {
    width: 180px;
    height: 115px;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.ft_pic img {
    width: 180px;
    height: 115px;
    transition: all .3s;
}

.ft_pic img:hover {
    transform: scale(1.1, 1.1);
}

.ft h4 {
    font-size: 16px;
    line-height: 24px;
}

.ft p {
    line-height: 34px;
    float: left;
    width: 48%;
    color: #7f7f7f;
    line-height: 24px;
    position: relative;
}

.ftyg {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}

.ftyg h3 b {
    width: 80px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #fff;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    background-color: #0066bb;
}

.ftyg p {
    padding-left: 10px;
    width: 72%;
    line-height: 30px;
}

.list-a17 {
    margin-left: -10px;
}

.list-a17 li {
    width: 113px;
    margin-left: 10px;
    margin-top: 20px;
}

.list-a17 li a {
    display: block;
    text-align: center;
    color: #1b5ebb;
    height: 66px;
    line-height: 66px;
    font-weight: bold;
    background-color: #f1f8fe;
    border-radius: 8px;
    transition: all .3s;
}

.list-a17 li a:hover {
    color: #fff;
    background-color: #1b5ebb;
}

.list-a17 li.s1 a,
.list-a17 li.s2 a {
    line-height: 24px;
    padding-top: 10px;
    height: 56px;
}

.wb {
    padding: 20px 35px;
    border-top: 3px solid #0066bb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


.content {
    margin: 20px auto;
    min-height: 600px;
}


/* 侧栏菜单 */
.left-menu {
    width: 280px;
}

.left-menu h3 {
    height: 50px;
    background-color: #1b5ebb;
    color: #fff;
    font: bold 24px/50px microsoft yahei;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.left-menu h3:after {
    content: '';
    position: absolute;
    top: 45%;
    left: 0px;
    width: 4px;
    height: 10px;
    background-color: #fff;
}

.left-menu .list {
    padding: 0
}

.left-menu .list>li {
    background-color: #f9f9f9;
    vertical-align: middle;
}

.left-menu .list li+li {
    margin-top: 8px;
}

.left-menu .list>li>a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
    color: #0a2357;
    text-align: left;
    text-indent: 70px;
    background-color: #f1f8fe;
}

.left-menu .list>li.current>a,
.left-menu .list>li>a:hover {
    background-color: #f1f8fe;
    color: #1b5ebb;
    position: relative;
    height: 52px;
    border-bottom: 4px solid #1d4b8b;
    background: url(../images/list_03.png) 40px 20px no-repeat;
}

.left-menu .list-t {
    padding: 20px 0px;
}

.left-menu .list-t>li {
    height: auto;
}

.left-menu .list-t>li>a {
    display: block;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-menu .list-t li:before {
    top: 20px;
}

/*列表页右侧主体*/
.main_con {
    margin-left: 310px;
    padding: 0px;
    background-color: #fff;
}


.main_con .list-t li.line {
    height: 1px;
    margin: 15px 0px;
    border-top: 1px solid #d2d2d2;
}

.main_con .list-t li.line:before {
    display: none;
}



.main_con table {
    border-collapse: collapse;
}

.main_con table td {
    border: 1px solid #f5f5f5;
    height: 60px;
}

/*  写信号 */
.main_con .letter {
    display: block;
    text-align: center;
    color: #3e8bcb;
    font-weight: bold;
    width: 180px;
    height: 60px;
    line-height: 60px;
    background-color: #eff1f6;
    font-size: 18px;
}

.main_con table input[type='text'],
.main_con table select,
.main_con table textarea {
    width: 280px;
    line-height: 20px;
    padding: 10px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    border-radius: 3px 0px 0px 3px;
}

.main_con table select {
    width: 100px;
}

.main_con table textarea {
    height: 100%;
    width: 570px;
}

.main_con .btn-sub {

    width: 160px;
    height: 40px;
    border: none;
    background: #73b5d8;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 0px 3px 3px 0px;
}

/*征集*/
.myzj_mav {
    width: 100%;
    overflow: hidden;
}

.myzj_up {
    height: 38px;
    background: #DCEDFD;
}

.myzj_up span {
    font-size: 16px;
    line-height: 38px;
    color: #0068B7;
    font-weight: bold;
    display: block;
    float: left;
    text-align: center;
}

.myzj_tit {
    width: 520px;
}

.myzj_time {
    width: 160px;
}

.myzj_dw ul {
    padding: 0;
}

.myzj_dw li {
    height: 40px;
    margin: 10px 0;
    overflow: hidden;
}

.myzj_dw li.aa {
    height: 40px;
    background: #FAFAFA;
}

.myzj_dw li a {
    display: block;
    width: 460px;
    line-height: 40px;
    font-size: 15px;
    color: #333;
    float: left;
    padding: 0 50px 0 10px;
}

.myzj_dw li span {
    display: block;
    width: 160px;
    line-height: 40px;
    font-size: 15px;
    color: #333;
    text-align: center;
    float: left;
}

.myzj_dw li span.green {
    color: #339966;
}

.myzj_dw li span.red {
    color: #CC0000;
}



/*信件公示*/
.letter_up {
    height: 38px;
    background: #DCEDFD;
}

.letter_up span {
    font-size: 16px;
    line-height: 38px;
    color: #0068B7;
    font-weight: bold;
    display: block;
    float: left;
    text-align: center;
}

.letter_tit {
    width: 530px;
}

.letter_time {
    width: 120px;
}

.letter_dw ul {
    padding: 0;
}

.letter_dw li {
    height: 40px;
    margin: 10px 0;
    overflow: hidden;
}

.letter_dw li.aa {
    height: 40px;
    background: #FAFAFA;
}

.letter_dw li a {
    display: block;
    width: 520px;
    line-height: 40px;
    font-size: 15px;
    color: #333;
    float: left;
    padding: 0 0px 0 10px;
}

.letter_dw li span {
    display: block;
    width: 120px;
    line-height: 40px;
    font-size: 15px;
    color: #333;
    text-align: center;
    float: left;
}

.letter_tit_wit {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



/*互动页面*/
.items {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.items table {
    width: 100%;
}

.items th,
.items td {
    border: 1px solid #bde;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

.items thead th {
    border: none;
    position: relative;
    /*border-bottom: 2px solid #1b80d2;
    background: linear-gradient(to bottom, #fff 50%, #e9e9e9 100%);*/
    background-color: #e9eff7;
    color: #3e7fdd;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    white-space: nowrap;
    word-break: keep-all;
}

.items tbody td {
    line-height: 18px;
}

/*.items thead th:not(:first-child):before,
.items li span:not(:first-child):before
 {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #bde;
}*/

.items li {
    height: 42px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    line-height: 42px;
    vertical-align: middle;
}


.items li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ccc;
}

.items li:hover:before {
    background-color: #1b80d2;
}

.items tbody td p,
.items li p {
    text-align: left;
}

.items tbody tr.bg td,
.items li.bg {
    background-color: #ecfaff;
}

.items tbody tr:hover td,
.items li:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.items li span {
    position: relative;
    float: left;
    display: block;
    height: 39px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.items span.s1 {
    width: 40%;
}

.items span.s2 {
    width: 30%;
}

.items span.s3 {
    width: 15%;
}

.items span.s4 {
    width: 15%;
}


.items .scroll {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.items li:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.items li {
    *zoom: 1;
}

.items li i,
.items td i {
    color: #ccc;
    vertical-align: middle;
    font-size: 18px;
}

/*来信公示详情*/
.public-tit {
    height: 20px;
    position: relative;
    margin: 32px 0 30px;
    border-bottom: 1px solid #E8E8E8;
    background: #fff;
    z-index: 1;
}

.public-tit h4 {
    font-size: 18px;
    color: #3084C3;
    padding: 0 10px;
    background: #fff;
    border-left: 8px solid #0068B7;
    line-height: 24px;
    position: absolute;
    top: 8px;
    font-weight: normal;
    z-index: 4;
}


.mail_cont {
    border: 1px solid #dedede;
    zoom: 1;
    overflow: hidden;
    padding: 0px 30px 30px 30px;
    margin-top: 20px;
}

.letter-info {
    background-color: #fff;
}

.letters-public {
    border-collapse: collapse;
    border: 1px solid #E8E8E8;
    width: 100%;
}

.letters-public td {
    border-collapse: collapse;
    border: 1px solid #E8E8E8;
    padding: 18px 0;
    line-height: 34px;
    font-size: 16px;
    vertical-align: top;
}

.letters-public .tit {
    background: #F7F7F7;
    width: 166px;
    text-align: center;
}

.letters-public .info {
    background-color: #FFF;
    width: 820px;
    padding-left: 56px;
    padding-right: 54px;
}


/*=========*/
.public-ul-body { padding: 18px 0 20px 30px;-moz-box-shadow: 0px 0px 15px #EDEDED;-webkit-box-shadow: 0px 0px 15px #EDEDED;box-shadow: 0px 0px 15px #EDEDED;}
.public-ul-body { margin-bottom: 20px;padding-right: 30px; margin-right:10px;}
.public-txt,.public-ul-body .public-txt i {line-height: 34px;font-size: 16px; color: #666;}
.public-h4 {color: #0068B7; font-size: 18px; font-weight: normal; line-height: 40px;}
.public-tit {height: 20px;position: relative;margin: 32px 0 30px; border-bottom: 1px solid #E8E8E8;
background: #fff;z-index: 1;}
.public-tit h4 {font-size: 18px; color: #3084C3;padding: 0 10px;background: #fff; border-left: 8px solid #0068B7;line-height: 24px; position: absolute; top: 8px; font-weight: normal;z-index: 4;}


/*=====领导=====*/
.ld-head { overflow:hidden;}
.ld-img img {width: 204px;height: 246px;}
.ld-txt { padding-left: 30px;width: 596px;}
.ld-txt h1 {line-height: 45px;font-size: 30px; font-weight: normal; border-bottom: 1px solid #E8E8E8;}
 .ld-txt h1 i { padding-left: 16px;font-size: 16px; color:#EC3B00;}
.ld-fg {padding: 20px 0;font-size: 16px;}
 .ld-fg h4 {font-size: 18px; margin-bottom: 16px;}
 .ld-xx { display: block; width: 104px; font-size: 16px; height: 55px; line-height: 55px; color: #fff;padding-left: 72px; background: url("../images/ld-xx.png") 26px 16px no-repeat #3084C3;}
.resume { font-size: 16px; color: #666;text-indent: 2em;line-height: 40px; border-bottom: 1px solid #dedede; padding-bottom:25px;}
.post-experience { margin: 26px 0 20px;}
.post-experience p {line-height: 40px; overflow-y: auto;font-size: 16px;color: #666;}
