@charset "utf-8";

.banner img{
    display: block;
    width: 100%;
}
/* 鍒嗛〉 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .5rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 .12rem;
    height: .35rem;
    font-size: .14rem;
    line-height: .35rem;
    text-align: center;
    color: #666;
    margin: 0 .07rem;
}

.pagination a.active {
    background: #0E5199;
    color: #fff;
    border: 1px solid #0E5199;
}

.pagination a:hover {
    background: #0E5199;
    color: #fff;
    border: 1px solid #0E5199;
}

.pagination span {
    display: inline-block;
    font-size: .14rem;
}
/*鎵嬫満绔唴椤佃彍鍗?/

#m_n_nav {
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #0E5199;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #0E5199;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #0E5199;
}


.n_container{
    padding: 0 0.3rem 0.3rem;
}
.position {
    font-size: 0;
    padding: .2rem 0;
    border-bottom: 1px solid #eceae4;
    margin-bottom: .3rem;
}

.position h3 {
    font-size: .36rem;
    font-weight: 600;
    color: #0E5199;
    padding-bottom: .24rem;
    text-align: center;
}

.position span {
    color: #666666;
    font-size: .26rem;
    vertical-align: middle;
}

.position img {
    height: .26rem;
    vertical-align: middle;
    margin-right: .05rem;
}

.position a {
    font-size: .26rem;
    color: #666666;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #0E5199;
}

.text-list ul li {
    background: url('../images/i-list-dot.png') no-repeat left center;
    position: relative;
    font-size: .28rem;
    line-height: .7rem;
}

.text-list ul li a {
    display: block;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    padding-left: .2rem;
    padding-right: 1.55rem;
}

.text-list ul li:hover a {
    color: #0E5199;
    transform: translateX(5px);
}

.text-list ul li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    font-size: .24rem;
}

.art-main .art-tit {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: .3rem;
}

.art-main .art-tit h3 {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: .36rem;
    margin-bottom: .2rem;
    padding-top: .2rem;
}

.art-main .art-body p,span {
    color: #333;
    text-indent: 2em !important;
    font-size: .28rem !important;
    line-height: 2em !important;
    margin-bottom: .2rem;
    text-align: justify;
    font-family: '寰蒋闆呴粦' !important;
    background: #ffffff00 !important;
}

.art-main .art-body img {
    max-width: 80% !important;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-bottom: .2rem;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: .16rem;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: .5rem;
}

.art-main .cont-tit p span {
    /* display: inline-block; */
    /* vertical-align: middle; */
    font-size: .24rem !important;
    color: #666;
    margin: 0 .1rem;
}


/* 鍥剧墖鍒楄〃 */

.img-lists ul {
    overflow: hidden;
    margin-top: 10px;
}

.img-lists ul li {
    float: left;
    width: 48%;
    margin: 0.2rem 1% 0 1%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}
.img-lists ul li .pic{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
.img-lists ul li .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.img-lists ul li a>div.info {
    padding: 0.1rem;
    font-size: 0;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a>div.info img {
    height: .14rem;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: .24rem;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}

/*缁勭粐鏈烘瀯*/
.system .sy-item h4{
    font-size: .3rem;
    color: #333333;
    font-weight: 600;
    padding-left: 0.3rem;
    background: #eeeeee;
    line-height: .8rem;
    border-left: 3px solid #0E5199;
}

.system .sy-item ul>li{
    float: left;
    width: 48%;
    background: #eeeeee;
    margin: 0.15rem 0;
    margin-left: 2%;
    transition: all .3s;
}
.system .sy-item ul>li:nth-child(2n+1){
    margin-left: 0;
}
.system .sy-item ul>li a{
    display: block;
    font-size: .28rem;
    color: #333;
    text-align: center;
    line-height: .74rem;
    padding: 0 .15rem;
    transition: all .3s;
}
.system .sy-item ul>li:hover{
    background: #0E5199;
}
.system .sy-item ul>li:hover a{
    font-weight: 600;
    color: #fff;
}
.system .sy-item ul{
    margin-top: .25rem;
}
.system .sy-item {
    margin-top: .3rem;
}
.system .sy-item:first-child{
    margin-top: 0;
}


/*甯堣祫鍒楄〃寮€濮?/
.szdw-list ul>li{
    float: left;
    width: 48%;
    margin-left: 2%;
    padding: 0.05rem 0.05rem 0;
    margin-top: 0.35rem;
    border: 1px solid #ddd;
}
.szdw-list ul>li:nth-child(2n+1){
    margin-left: 0;
}
.szdw-list ul>li a{
    display: block;
    overflow: hidden;
}
.szdw-list ul>li a .pic{
    padding-top: 133.33%;
}
.szdw-list ul>li .list-info p{
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #333;
    text-align: center;
    padding-top: 0.12rem;
    transition: all .3s;
}
.szdw-list ul>li .list-info span{
    display: inline-block;
    font-size: 0.24rem;
    color: #333;
    margin-left: 0.15rem;
}
.szdw-list ul>li:hover .pic img{
    transform: scale(1.1);
}
.szdw-list ul>li:hover p,
.szdw-list ul>li:hover span{
    color: #fff;

}
.szdw-list ul>li:hover {
    background: #0E5199;
}

/*aside*/

.aside{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 33px;
    width: 138px;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
}
.aside li{
    position: relative;
    line-height: 38px;
    padding-left: 20px;
    transition: .5s;
}
.aside li>a{
    display: block;
    padding-left: 23px;
    font-size: 16px;
    color: #333;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.aside li:first-child>a{
    background-image: url("../images/aside-img01.png");
}
.aside li:nth-child(2)>a{
    background-image: url("../images/aside-img02.png");
}
.aside li:nth-child(3)>a{
    background-image: url("../images/aside-img03.png");
}
.aside li:first-child:hover>a{
    background-image: url("../images/aside-img04.png");
}
.aside li:nth-child(2):hover>a{
    background-image: url("../images/aside-img05.png");
}
.aside li:nth-child(3):hover>a{
    background-image: url("../images/aside-img06.png");
}
.aside li dl{
    position: absolute;
    width: 130px;
    top: 0;
    left: -130px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #3489df;
    z-index: 99;
    padding: 10px 0;
}
.aside li dd a{
    display: block;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    text-align: center;
}
.aside li:hover dl{
    opacity: 1;
    visibility: visible;
}
.aside li:hover{
    background: #3489df;
}
.aside li:hover>a{
    color: #fff;
}
.aside li:nth-child(3){
    background: url("../images/aside-img07.png") no-repeat right 15px center ;
}
.aside li:nth-child(3):hover{
    background-color: #3489df;
    background-image: url("../images/aside-img08.png");
}