@charset "utf-8";
/*page style*/


.p-box {
    padding: 0 20px;
}

.hnew-box {
    position: relative;
    height: 611px;
}

.left-box {
    width: 826px;
    height: 611px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.news-imgbox {
    width: 826px;
    height: 611px;
    overflow: hidden;
}

.news-imgbox img {
    display: none;
    width: 100%;
    height: 100%;
}

.right-box {
    width: 344px;
    float: right;
    height: 611px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    padding-left: 12px;
}

.right-box li {
    border-bottom: 1px #b5b5b7 solid;
    padding: 16px 26px;
    height: 153px;
    /* transition: 0.3s; */
    background: rgba(0, 0, 0, .7);
    background: url(../images/op7.png);
}

.right-box li a h3 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    transition: all .3s;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: normal;
}

.right-box li a p {
    font-size: 16px;
    color: #c3c2c1;
    text-indent: 2em;
    line-height: 22px;
}

.right-box li.current {
    background: #b01c2e;
    margin-left: -12px;
    border-bottom: none;
}

.right-box li.current p {
    color: #fff;
}
/**---------------------------------------------------------*/
.picnews-box {
    position: relative;
    margin: 0 -20px;
    height: 478px;
    overflow: hidden;
}

.picnews-box li {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

.picnews-box li a {
    display: inline-block;
    width: 290px;
}

.picnews-box li img {
    width: 100%;
    /*height: 100%;*/
}

.picnews-box li h3 {
    width: 290px;
    height: 100%;
    position: absolute;
    background: rgba(68, 68, 68, 0.9);
    background: url(../images/op9.png);
    top: 0;
    left: 5px;
    text-align: center;
    padding: 30px;
    display: none;
    transition: 0.3s;
    padding-top: 162px;
}

.picnews-box li h3 img {
    width: 63px;
    height: 63px;
    margin-bottom: 10px;
}

.picnews-box li h3 span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.picnews-box li:hover h3 {
    display: block;
}

.p-arrow {
    display: none;
}

.picnews-box .btn-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 80px;
    background: #b01c2e;
    margin-top: -40px;
    padding: 26px 0 0 29px;
    cursor: pointer;
}

.picnews-box .btn-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 80px;
    height: 80px;
    background: #b01c2e;
    margin-top: -40px;
    padding: 26px 0 0 34px;
    cursor: pointer;
}
 /***==========================================================*/

/*------------------------------------------------------------------------->*/
.police-box {
    position: relative;
    height: 425px;
    overflow: hidden;
}

.police-box-tab {
    width: 323px;
    float: left;
}

.police-box-cont {
    float: right;
    width: 820px;
}

.police-box-tab li {
    width: 300px;
    height: 60px;
    margin-bottom: 13px;
    background:url("../images/police-button-bg.png") repeat;
    transition: 0.3s;
}

.police-box-tab li.current {
    width: 323px;
    background: #b01c2e;
}

.police-box-tab li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 58px;
    padding-left: 36px;
}

.police-box-tab li a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    vertical-align: middle;
    margin-right: 24px;
    margin-top: -4px;
}

.police-c1 .infor {
    width: 250px;
    height: 308px;
    background: #f1f1f1;
    position: absolute;
    top: 10px;
}

.police-c1 .infor a {
    display: block;
    width: 100%;
    height: 100%;
    color: #444444;
    padding: 174px 32px 32px;
}

.police-c1 .infor h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.police-c1 .infor p {
    font-size: 18px;
    margin-bottom: 20px;
}

.police-c1 .infor a:after {
    content: "";
    display: block;
    width: 84px;
    height: 8px;
    background: #b01c2e;
}

.police-c1 .right-img {
    float: right;
}

.police-c2 li {
    width: 33.33%;
    float: left;
    text-align: center;
}

.police-c2 dd {
    background: #ededed;
    margin-bottom: 13px;
    height: 206px;
    text-align: left;
}

.police-c2 dl {
    margin: 0 6px;
}

.police-c2 dd+dd {
    /* background: #ededed; */
}

.police-c2 dd h1 {
    /* text-align: right; */
    height: 56px;
    background: url(../images/01-1.png) right no-repeat;
    display: block;
}

.police-c2 dd+dd h1{
    height: 56px;
    background: url(../images/02.png) right no-repeat;
}

.police-c2 dd h3 {
    font-size: 24px;
    line-height: 40px;
}

.police-c2 dd p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 6px;
}

.police-c2 dd a {
    color: #fff;
    padding: 24px;
    display: block;
    width: 100%;
    height: 100%;
}

.police-c2 dd a {
    color: #797875;
}

.police-c2 dd:hover {
    background: #b01c2e;
}

.police-c2 dd:hover a {
    color: #fff;
}

.police-c2 dd:hover h1 {
    height: 56px;
    background: url(../images/01.png) right no-repeat;
}

.police-c2 dd+dd:hover h1 {
    height: 56px;
    background: url(../images/02-2.png) right no-repeat;
}

.police-c2 dd+dd a span {
    float: right;
}

.police-c3 li {
    width: 33.33%;
    float: left;
    text-align: center;
}
.police-c3 .li-int {
    display: inline-block;
    width: 262px;
    height: 425px;
    background:url("../images/police-pic-bg.png") repeat;
    position: absolute;
    top: 425px;
    left: 0;
    padding-top: 150px;
    transition: 0.3s;
}
 
.police-c3 li a {
    position: relative;
    display: inline-block;
    color: #797875;
}

.police-c3 .li-int h3 {
    font-size: 30px;
    line-height: 66px;
    margin-top: 6px;
}

.police-c3 .li-int p {
    font-size: 22px;
}

.police-c3 li a:hover .li-int {
    top: 0;
} 
/*------------------------------------------------------------------------->*/


.video-box ul {
    width: 1000%;
}

.video-box li {
    width: 400px;
    float: left;
    text-align: center;
    position: relative;
}

.video-box {
    position: relative;
    margin: 0 -20px;
    height: 258px;
    overflow: hidden;
}

.video-box li span {
    display: none;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.video-box li:hover span {
    display: block;
}

.video-box .btn-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 80px;
    background: #b01c2e;
    margin-top: -40px;
    padding: 26px 0 0 29px;
    cursor: pointer;
}

.video-box .btn-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 80px;
    height: 80px;
    background: #b01c2e;
    margin-top: -40px;
    padding: 26px 0 0 34px;
    cursor: pointer;
}

.hbott {
    margin: 40px 0;
    position: relative;
}

.hbott .hbg img {
    width: 100%;
}

.hbott h1 {
    position: absolute;
    right: 50px;
    bottom: 28px;
}

.hbott h1 a {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
}

.hbott h1 a img {
    width: 66px;
    height: 79px;
    vertical-align: middle;
    margin-right: 24px;
}

.hpage .m-box-title h3 a {
    font-size: 26px;
    color: #d33336;
    line-height: 48px;
    padding: 0 30px;
    position: relative;
    display: inline-block;
    font-weight: normal;
}

.hpage .m-box-title h3 {
    text-align: center;
    /* font-weight: normal; */
}

.hpage .m-box-title .more {
    position: absolute;
    right: 0;
    top: 14px;
}

.hpage .m-box-title {
    position: relative;
    margin-bottom: 30px;
}

.hpage .m-box-title .more a {
    font-size: 16px;
    color: #d33336;
}

.hpage .m-box-title .more a img {
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 6px;
}

.hpage .m-box-title h3 a:hover:before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 2px;
    background: #d33336;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -26px;
}

.tab-cont ul {
    width: 1000%;
}

.tab-cont li {
    width: 292px !important;
    height: 348px;
    margin-right: 2px;
    float: left;
    /* box-shadow: 3px 3px 7px #999; */
    background: url(../images/li-bg.png) center no-repeat;
    padding-right: 14px;
    background-size: contain;
}

.tab-cont {
    width: 1168px;
    overflow: hidden;
    position: relative;
    height: 420px;
    /* margin: 0 -8px; */
    /* padding: 0 8px; */
}

.tab-cont li a {
    display: block;
    font-size: 18px;
    color: #a2a2a2;
    padding: 15px;
    width: 100%;
    height: 100%;
}

.tab-cont li a h4 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.tab-cont li a p {
    line-height: 32px;
    transition: 0.3s;
}

.tab-cont .btn-prev {
    position: absolute;
    left: 0px;
    width: 38px;
    height: 84px;
    top: 50%;
    background: #cccbc9;
    padding: 27px 0 0 8px;
    margin-top: -88px;
    cursor: pointer;
}

.tab-cont .btn-next {
    position: absolute;
    right: 0px;
    width: 38px;
    height: 84px;
    top: 50%;
    background: #cccbc9;
    padding: 27px 0 0 11px;
    margin-top: -88px;
    cursor: pointer;
}

.tab-cont .more {
    width: 181px;
    height: 44px;
    background: url(../images/more-bg-red.png) center no-repeat;
    margin: 28px auto;
}

.tab-cont .more a {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    color: #d33336;
}

.w-class {
    margin-top: 40px;
}

.w-class li {
    float: right;
}

.w-class li:first-child {
    float: left;
}

.reform-box li {
    border-bottom: 2px solid #dcd9d9;
    position: relative;
}

.reform-box li h3 {
    font-size: 20px;
    font-weight: normal;
    color: #3e3d3d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.reform-box li p {
    font-size: 16px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 28px;
    padding-right: 30px;
}

.reform-box ul {
    padding-left: 120px;
}

.reform-box li .num {
    position: absolute;
    left: -120px;
    top: 50%;
    margin-top: -29px;
    width: 69px;
    height: 69px;
    background: url(../images/num-bg.png) center no-repeat;
    text-align: center;
    line-height: 68px;
}

.reform-box li a {
    padding: 16px 0;
    display: block;
}

.reform-box li .num span {
    font-size: 36px;
    color: #d33336;
}

.reform-box .more {
    width: 181px;
    height: 44px;
    background: url(../images/more-bg-red.png) center no-repeat;
    margin: 54px auto;
}

.reform-box .more a {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    color: #d33336;
}

.reform-box {
    width: 1024px;
    margin: 0 auto;
}

.reform-box li:hover h3 {
    color: #d33336;
}

.reform-box li:hover p {
    color: #333;
}

.exe-box-tab {
    width: 390px;
    float: left;
}

.exe-box-tab li {
    width: 390px;
    height: 74px;
    background: url(../images/tab-bg.png) center no-repeat;
    line-height: 74px;
    cursor: pointer;
    margin: 10px 0;
    transition: 0.3s;
}

.exe-box-tab li a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/bg-r.png) 310px 7px no-repeat;
    color: #091928;
    font-size: 26px;
    padding-left: 36px;
}

.exe-box-tab li span {
    font-size: 33px;
    color: #091928;
    vertical-align: bottom;
    margin-right: 36px;
}

.exe-box-cont {
    float: right;
}

.exe-box-tab li.current {
    height: 90px;
    background: url(../images/tab-sel.png) center no-repeat;
    line-height: 86px;
}

.exe-box-tab li.current a {
    background-position: 310px 14px;
    color: #d1353b;
}

.exe-box-tab li.current a span {
    color: #d1353b;
}

.exe-box-tab li:hover {
    height: 90px;
    background: url(../images/tab-sel.png) center no-repeat;
    line-height: 86px;
}

.exe-box-tab li:hover a {
    background-position: 310px 14px;
    color: #d1353b;
}

.exe-box-tab li:hover a span {
    color: #d1353b;
}

.cont1 {
    width: 752px;
    height: 435px;
    background: url(../images/cont-bg.png) center no-repeat;
    padding-left: 48px;
    padding-top: 190px;
}

.cont1 li {
    height: 68px;
    line-height: 68px;
}

.cont1 li a {
    color: #fff;
    font-size: 34px;
}

.cont1 li a img {
    vertical-align: middle;
    margin-right: 24px;
    margin-top: -4px;
}

.cont1 li a:hover {
    text-decoration: underline;
}

.cont2 {
    width: 752px;
    height: 435px;
    background: #fff;
    padding: 34px 44px;
}

.cont2 li h3 {
    font-size: 24px;
    color: #d33336;
    font-weight: normal;
    border: 2px solid #d33336;
    height: 72px;
    width: 586px;
    line-height: 68px;
    padding: 0 20px;
}

.cont2 li p {
    color: #999999;
    font-size: 20px;
    line-height: 36px;
    margin: 18px 0;
    padding-left: 20px;
}

.cont2 li {
    margin-bottom: 34px;
}

.cont3 {
    width: 752px;
    height: 435px;
    background: #fff;
    padding: 17px;
}

.cont3 .cont-img {
    width: 718px;
    height: 264px;
}

.cont3 .cont-img img {
    width: 100%;
    height: 100%;
}

.cont3 ul {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
}

.cont3 ul li {
    display: inline-block;
}

.cont3-cbox {
    padding-left: 156px;
}

