@charset "utf-8";

/* 湖北省内部审计师协会 */

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
}

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #a81414;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
    background: Rgba(225,225,225,.2);
}

.inner,
.nav ul,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    /* background:Rgba(225,225,225,0.2); */
}

.header h1 {
    width: 530px;
    height: 125px;
    background: url(../images/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 125px;
}

.nav {
    height: 50px;
    background-color: #a81414;
    border-bottom: 3px solid #950909;
}

.nav li {
    position: relative;
    float: left;
    width: 12.5%;
}

.nav li a {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.nav li a:hover,
.nav li.current a {
    background-color: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4e000000, endcolorstr=#4e000000);
}

/* 搜索 */
.header .search {
    width: 380px;
    position: absolute;
    top:35%;
    right:0px;
}

.search input,
.search button {
    float: left;
    display: block;
}

.search input {
    box-sizing: border-box;
    width: 300px;
    height: 43px;
    line-height: 20px;
    font-size: 16px;
    padding: 20px 20px 20px 40px;
    color:#b8b8b8;
    border: 1px solid #d7d7d7;
    background: #fff url(../images/search.png) 10px 50% no-repeat;
    border-radius: 3px 0px 0px 3px;
    outline: none;
}

.search button {
    box-sizing: border-box;
    width: 80px;
    height: 43px;
    border: none;
    background: #ff920c;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 0px 3px 3px 0px;
}


@media (max-width: 1024px) {
    .search button .iconfont {
        margin-right: 0px;
        display: block;
    }
}


/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 85%;
    margin: 40px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #a81414;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu>ul>li:nth-child(6) {
    animation-delay: .6s;
}

.menu>ul>li:nth-child(7) {
    animation-delay: .7s;
}

.menu>ul>li:nth-child(8) {
    animation-delay: .8s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 0px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #a81414;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #048;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}

/* 移动端菜单结束 */

/* 底部 */
.footer {
    padding:10px 0 20px 0;
    line-height: 22px;
    /* background-color: Rgba(225,225,225,0.2); */
}
.link {
    position: relative;
    height: 60px;
    padding: 10px;
    background-color: #a11717;
}

.link .scroll {
    position: relative;
    margin: 0 auto;
}

.link li {
    width: 185px\9;
    line-height: 20px;
}

.link li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 185px\9;
    border:1px solid #fff;
    margin:0px 5px;
}

.link li span{
    display: block;
    padding: 10px 0px;
    line-height: 18px;
	font-size:14px;
} 

.link li a:hover{
    color: #f0daaa;
    border:1px solid #f0daaa;
}

.link-prev,
.link-next {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #b44545;
    cursor: pointer;
    z-index: 999;
    transition: all .3s;
}

.link-prev span,
.link-next span {
    display: block;
    width: 15px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.link-prev {
    left: 30px;
    background-image: none;
    transform: translate(-50px, 0);
}

.link-next {
    right: 30px;
    background-image: none;
    transform: translate(50px, 0);
}

@media (max-width: 1200px) {
    .link .scroll {
        margin: 0 -10px;
    }
    .link li a{
        margin:0px 40px;
    }

}

@media (max-width: 480px) {

    .link-prev {
        left: 40px;
    }

    .link-next {
        right: 40px;
    }

}

.copyright {
    line-height: 32px;
    display: table;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
}

@media (max-width: 1200px) {
    body {
        background-position: 50% 140px;
    }

    .header {
        height: 180px;
        background-position: 50% 10px;
    }

    .header h1 {
        height: 100px;
        background-position: 20px 50%;
        background-size: auto 55%;
    }

    .header h1 a {
        display: block;
        height: 100px;
    }

    .nav,
    .header .search p strong {
        display: none;
    }

    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .header .search {
        margin:0% 5% 0% 5%;
        width: 90%;
        position: absolute;
        top:auto;
        right: auto;
    }

    .header .search input {
        width: 100%;
        height: 50px;
        padding: 15px 65px 15px 55px;
        margin: 0;
    }

    .header .search button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        line-height: 0;
        font-size: 14px;
        color: #fff;
    }

    .header .search p,.navBar {
        display: none;
    }

    .grid {
        padding:20px 20px 0px 20px;
        margin-bottom: 0px;
    }
    
    .footer {
        font-size: 14px;
        padding: 20px;
        margin-top: 20px;
    }

}

@media (max-width: 768px) {

    .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

}

/* 公用 */

.content .row {
    margin-right: -10px;
    margin-left: -10px;
}

.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.tab-pane {
    position: relative;
    overflow: hidden;
}
 
.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    position: relative;
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 11px 25px;
    line-height: 18px;
    font-size: 20px;
    text-align: center;
    transition: all .3s;
    font-family: "SimSun";
    font-weight: bold;
}

.tab a.current {
    color: #fff;
    background:url(../images/t01.png) 10px 1px no-repeat; 
}

@media(max-width:768px){
	.tab a.current {
    color: #fff;
    background:url(../images/t01.png) 75px 1px no-repeat; 
}
}
@media(max-width:480px){
	.tab a.current {
    color: #fff;
    background:url(../images/t01.png) 10px 1px no-repeat; 
}
}

@media(max-width:414px){
	.tab a.current {
    color: #fff;
    background:url(../images/t01.png) 5px 1px no-repeat; 
}
}

@media(max-width:375px){
	.tab a.current {
    color: #fff;
    background:url(../images/t01.png) -4px 1px no-repeat; 
}
}


 
.list-t li:before {
    display: none;
}

.list-t li{
     background:url(../images/dot.png) 5px 16px no-repeat; 
}

@media (max-width: 1200px) {
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }
 
    .tab a {
        width: 0%;
        line-height: 18px;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding:11px 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
}

/* 首页 开始*/

/* part1开始 */
.focus,
.focus .pic {
    position: relative;
    height: 405px;
    border-radius: 20px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 405px;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 140px 10px 10px;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .2);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
     position: absolute;
     bottom: 20px;
     left: auto;
     right: 10px;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}


.focus .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 20px;
    font-size: 0px;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
}

.focus .swiper-pagination-bullet-active {
    background-color: #d60406;
    border:none;
}
@media (max-width: 1200px) {

    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus .pic span{
        margin:0px;
        height: 40px;
        padding:10px;
        line-height: 20px;
    }

    .focus .navi{
        display:none;
    }

}

@media (max-width: 768px) {
    .focus {
        margin-bottom: 20px;
    }
}

.news .tab{
    padding: 0px 10px 0px 10px;
    background-color: #f5e4d0;
}

.news .tab a {
    padding: 11px 28px;
}

.news .list-t li{
    font-size: 18px;
    line-height: 44px;
}

@media (max-width: 1024px) {
    .news{
        height: 340px;
        overflow:hidden;
    }

    .news .tab{
        margin-left: -5px; 
        margin-right: -15px; 
    }

    .news .tab a{
        font-size: 18px;
        line-height: 18px;
        padding:11px 0px;
        margin:0px -10px;
    }

    .news .list-t li{
        line-height: 42px;
    }

}
@media (max-width: 480px) {    
    .news{
        height: auto;
        overflow:hidden;
    }
    .news .tab{
        margin-left: 0px; 
        margin-right: 0px; 
    }
    .news .tab a{
        font-size: 16px;
    }

}
/* part1结束 */

/* part2开始 */
.topic,
.topic .pic {
    position: relative;
    height: 170px;
}

.topic .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.topic .pic img {
    width: 100%;
    height: 170px;
}

.topic .navi {
     position: absolute;
     bottom: 10px;
     left: auto;
     right: 10px;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }

.topic .navi li {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100px;
    transition: all .3s;
}

.topic .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.topic .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.2);
}

.topic .swiper-pagination-bullet-active {
    background-color: #646364;
    border:none;
}

@media (max-width: 1200px) {

    .topic,
    .topic .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .topic .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 25% 0 0;
    }

    .topic .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

/* part2结束 */

/* part3开始 */
.a1{
    width: 100%;
}

.a1 li{
    float: left;
    width: 25%;
}

.a1 li a{
    font-size: 20px;
    color: #fff;
    text-align: left;
    line-height: 40px;
    padding: 25px 20px;
}

.a1 li.s1 a{
    background:#8f3c38 url(../images/list_bg01.png) right 0px no-repeat;
}

.a1 li.s2 a{
    background:#bf7533 url(../images/list_bg02.png) right 0px no-repeat;
}

.a1 li.s3 a{
    background:#b49471 url(../images/list_bg03.png) right 0px no-repeat;
}

.a1 li.s4 a{
    background:#c2383f url(../images/list_bg04.png) right 0px no-repeat;
}

.a1 li.s5 a{
    background:#9f9369 url(../images/list_bg05.png) right  0px no-repeat;
}

.a1 li :hover{
    box-shadow:2px 2px 10px #000;
	transform:scale(1.1,1.1);
font-size:18px;
}

.a1 li a:hover{
   
	
   
}


@media (max-width: 1200px) {
    .a1 li{
        float: both;
        width: 50%;
        margin-bottom: 20px;
    }
}

/* part3结束 */

/* part4开始 */
.t1,
.t3{
    position: relative;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    transition: all .3s;
    font-family: "SimSun";
    font-weight: bold;
    color: #fff;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.t1 a,.t3 a{
	color:#fff;
}
.t1{
    background: url(../images/t01.png) -7px -4px no-repeat;
}

.t3{
    border:none;
    background: url(../images/t02.png) -4px -3px no-repeat;
}

.p4 h2{
    position: relative;
    height: 32px;
    background:url(../images/n.png)0px 0px no-repeat;
}

.p4 .nr,
.p5 .nr{
    display: inline-block;
    margin: 10px 0px 0px 48px;
    line-height: 24px;
    padding: 0px 10px;
    color: #fff;
    background-color: #a11717;
}

.more{
    font-weight:bold;
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 14px;
}

.p4 .list-t li:first-child{ 
    padding: 20px;
    border-bottom: none;
    background:#fdf6e7 url(../images/dot.png) 5px 25px no-repeat;
}
.p5 .list-t li:first-child{ 
    padding: 20px;
    border-bottom: none;
    background:#fdf6e7 url(../images/dot.png) 5px 30px no-repeat;
}
.p4 .list-t li:first-child h4,
.p5 .list-t li:first-child h4{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}
.p4 .list-t li:first-child:hover,
.p5 .list-t li:first-child:hover{
	    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.p4  .list-t li:first-child p,
.p5  .list-t li:first-child p{
    font-size: 14px;
    line-height: 28px;
    color: #606060;
}

.p5 .list-t li h4 a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    white-space: normal;
}

.dsj{
    height: 303px;
    padding:40px 0px 15px 120px;
    background:url(../images/deeds_bg.png) center no-repeat;
}

@media (max-width:1024px){
	.dsj{
		padding:15px 0 15px 65px;
	}
}

@media (max-width:768px){
	.dsj{
		padding:50px 0 15px 280px;
	}

}

@media (max-width:480px){
	.dsj{
		padding:40px 0 15px 65px;
	}
}

@media (max-width:320px){
	.dsj{
		padding:50px 0 15px 40px;
	}
}

.dsj li{
    line-height:70px;
    font-size: 20px;
    margin:5px 0px;
} 

.dsj li a{
    display: block;
    font-family: SimSun;
    font-style: italic;
}
 
 .dsj li a:hover{
	color:#a81414 !important;
 }
 
.dsj li.s1 a,.dsj li.s2 a,.dsj li.s4 a,
.dsj li.s3 a{
    color: #bf7533 ;
}

.dsj li.s1{
    padding-left: 70px;
    background:url(../images/deeds_bg01.png)0px 0px no-repeat;
} 
.dsj li.s2{
    padding-left: 40px;
    background:url(../images/deeds_bg02.png)0px 0px no-repeat;
} 
.dsj li.s3{
    padding-left: 70px;
    background:url(../images/deeds_bg03.png)0px 0px no-repeat;
} 
.dsj li.s4{
    padding-left: 40px;
    background:url(../images/deeds_bg04.png)0px 0px no-repeat;
} 

/* part4结束 */

/* part5开始 */
.p5 h2{
    position: relative;
    height: 46px;
    background:url(../images/x.png)0px 0px no-repeat;
}

.kspx h2{
    position: relative;
    height: 45px;
    background:url(../images/k.png)0px 0px no-repeat;
}

.ks{
    line-height: 90px;
    padding-left: 95px;
    font-size: 22px;
    color: #a11717;
    background:url(../images/cia.png)0px 0px no-repeat;
}

.hyfw h2{
    position: relative;
    height: 47px;
    background:url(../images/h.png)0px 0px no-repeat;
}

.hyfw li {
    width: 33.33%;
}

.hyfw li a{
    display: block;
    color: #a11717;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding:30px 20px 30px 20px;
    background:url(../images/h_bg.png)50% 0 no-repeat;
}

.hyfw li a:hover{
    color: #333;
    padding:30px 20px 30px 20px;
    background:url(../images/h_bg02.png)50% 0 no-repeat;
}

@media (max-width: 1200px) {
    .dsj{
        margin-top: 20px;
    }

    .hyfw li a,
    .hyfw li a:hover{
        padding:30px 20px 30px 20px;
    }

}

/* part5结束 */
/* 首页结束 */


/* 列表页 开始 */
.where{
margin:15px 0;
	background-color:#fff0;
	padding:0;
}

.where a{
	margin:0 0 0 10px;
}

.side-menu{
    padding-bottom: 300px;
    border:1px solid #dcbb94;
    border-radius: 8px;
    background:#f9f3e7 url(../images/menu_bg.png) bottom center no-repeat;
    background-size: 100%; 
    font-family: "SourceHanSansCN-Regular";
}

@media(max-width:480px){
	.side-menu{
		background:none;
	}
}

.side-menu h2{
       margin: 10px 0 15px;
    color: #a81414;
	font-family:"SimSun";
    font-size: 32px;
}

.side-menu li a{
    font-size: 22px;
    line-height: 56px;
	font-family:"SimSun";
	font-weight:bold;
}

.side-menu li .cur{
    color: #fff;
    background: url(../images/t03.png) 68px 6px no-repeat;
}

.side-menu li a:hover {
    color: #fff;
    background: url(../images/t03.png) 68px 6px no-repeat;
    /*background-image: linear-gradient(to right, #eee, rgba(0, 0, 0, 0));*/
}

.side-menu li a:before {
    display: none;
}

@media (max-width: 480px) {

    .side-menu li .cur{
		background: url(../images/t02.png) center no-repeat;
	}
	
	.side-menu li a:hover {
    color: #fff;
    background: url(../images/t02.png) center no-repeat;
    /*background-image: linear-gradient(to right, #eee, rgba(0, 0, 0, 0));*/
}

}

.list-b li{
    padding:20px;
    border-bottom: 2px dotted #ddd;
}

.list-b li h4{
    font-size: 18px;
    padding-left: 20px;
    font-weight: normal;
    background: url(../images/dot.png) 0 50% no-repeat;
}

@media(max-width:480px){
	.list-b li h4{
		padding-left:0px;
		background:none;
	}
}

.list-b li h4 span{
    margin:0 10px 0 0;
    padding:0 10px;
    float: left;
    display: block;
    background: #ff960a;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}

.list-b li p{
    color: #8e8e8e;
    font-size: 16px;
}

.list-b li p span{
	padding:0 15px ;
}

@media(max-width:480px){
	.list-b li p span{
		display:block;
		padding:0;
		
	}
}

.list-b li p i{
    display: inline-block;
    color: #ff920c;
    font-size: 16px;
    padding: 0px 10px;
}

@media(max-width:480px){
	.list-b li p i{
		padding:0 10px 0 0;
	}
}

/* 分页 */
.pages .current{
    background-color: #a81414;
    border:1px solid #a81414;
}

.pages a:hover{
    background-color: #d83d2c;
}

.pages a, .pages span {
    background-color: #f9f3e7;
    border:1px solid #dcbb94;
}

/* 正文页 */
.article{
    padding: 20px 0;
    background: url(../images/article_bg.png) center top no-repeat !important;
}
@media (max-width:768px){
.article{
background:none!important;
}
}
.article h2{
    font-size: 28px;
    display: block;
	padding:15px 40px 0;
}

.article .info span{
    color: #555;
}

.article .info span i{
    display: inline-block;
    color: #ff920c;
    font-size: 18px;
    padding: 0 3px 0 35px;
    margin:0px;
}

@media(max-width:480px){
	.article .info span i{
		padding:0 3px 0 3px;
	}
}

.article .option{
    border-bottom: none;
    border-top: none;
    margin:0px;
    padding: 10px 20px;
}

.article-box{
     padding-top: 60px; 
}

.article .option .share {
    float: none;
    display: inline-flex;
    padding: 0px 20px;
}

.article .option .share a{
    padding: 0px;
    border:none;
}

.jfontsize {
    float: none;
    color: #747474;
    display: inline-flex;
}

.article .option .share a+a {
    margin-left: 10px;
}

.article .option .share span {
    color: #747474;
    display: block;
    line-height: 30px;
    float: left;
    margin-top: 6px;
    font-size: 16px;
}
.article .option .bds_weixin {
    width: 30px;
    height: 30px;
    background: url(../images/share_i.png) 0px 0px no-repeat !important;
}
.article .option .bds_tsina {
    width: 30px;
    height: 30px;
    background: url(../images/share_i.png) -30px 0px no-repeat !important;
}
.article .option .bds_sqq {
    width: 30px;
    height: 30px;
    background: url(../images/share_i.png) -60px 0px no-repeat !important;
}
.article .option .bds_qzone {
    width: 30px;
    height: 30px;
    background: url(../images/share_i.png) -90px 0px no-repeat !important;
}
/* 列表页 结束 */

.jfontsize a{
	/* border:none; */
	background:none;
}


/* bannner */
.top{
	height:200px;
	background:url(/images/banner02.gif) 50% 0 no-repeat;
}

.top img{
	margin:0 0 0 -5%;
	width:102%;
}

@media(max-width:780px){
	.top{
		display:none;
		/* background:url(/images/banner002.jpg) 50% 0 no-repeat; */
		
	}
	.top img{
		display:none;
	}
}