﻿.container {
    max-width: 1270px;
}

.text-sgreen {
    color: #009c73;
}



/*网站公共样式*/
.info-content h4 {
    font-size: 18px;
}

.info-content2 {
    border-bottom: 1px solid #fff;
}

.bjh-p {
    font-size: 15px;
}

a {
    color: #000;
    text-decoration: none;
}

a.btn-more {
    display: inline-block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    border: 1px #CCC solid;
    color: #999;
    transition: all 0.5s ease;
    font-size: 14px;
    transition: all 0.5s ease;
    text-align: center;
    margin: 0px auto;
    margin-top: 30px
}

a.btn-more:hover {
    background: #40312f;
    border-color: #40312f;
    color: white;
}

.banner {
    height: 500px\9 !important;
    overflow: hidden\9 !important;
    overflow: hidden;
}

@media (min-width:1000px) {
    .info-content {
        font-size: 16px;
        line-height: 2.5;
        clear: both;
        border: 1px solid #dedede;
        background: #fafafa;
        padding: 20px;
    }

    .info-content p {
        padding-top-: 30px;
    }
}

@media (max-width:1000px) {
    .info-content {
        font-size: 16px;
        line-height: 1.5;
        clear: both;
        border: 1px solid #dedede;
        background: #fafafa;
        padding: 20px;
    }

    .info-content p {
        line-height: 2;
    }
}


/*兼容ie低版*/
.font-size {}

/*遮罩层*/
.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}

.search-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

/*BOTTOM*/
.common-services {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.common-services .fa {
    padding-right: 16px;
}

.wecahat li span {
    display: block;
    font-size: 30px;
}

.wecahat li span .fa {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 5px 8px;
    background-color: #fff;
    color: #2863b3;
}

.wecahat li a,
.wecahat li {
    color: #fff;
    text-align: center;
}

.wecahat li img {
    max-height: 75px
}

.copyright {
    color: #fff;
    text-align: center;
    border: 1px solid #5681b9;
    margin-top: 20px;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    text-decoration: underline;
}

.copyright span {
    padding: 20px 0;
    display: block;
}

.copyright .container {
    position: relative;
}

@media(min-width:1000px) {
    .copyright img {
        position: absolute;
        right: 0;
        top: 4px;
        max-height: 60px;
    }

    footer {
        text-align: left;
        width: 100%;
        min-height: 95px;
        line-height: 2.5;
        background-color: #f1f1f1;
    }

}

@media (max-width:1000px) {
    footer {
        padding-bottom: 66px;
    }

    footer {
        text-align: left;
        width: 100%;
        min-height: 95px;
        margin-top: 20px;
        line-height: 2.5;
        background-color: #f1f1f1;
    }

}


/*TOP*/
.header {
    position: relative;
    z-index: 5;
}

.top-bg {
    background-position-y: 1px;
}

.sst-box {
    float: right;
    background: white;
    overflow: hidden;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #f6e5b2;
}

.sst-box .text {
    background: none;
    text-indent: 10px;
    color: #666;
    border: transparent 1px solid;
    line-height: 26px;
    width: 160px;
    font-size: 13px;
    height: 26px;
    border-radius: 2px;
}

.btn {
    background: url(../images/searchox.png)no-repeat center;
}

.sitelast span a {
    color: #fff;
}

.sitelast span a:hover {
    text-decoration: underline;
}

.sitelast-box {
    display: none;
    position: absolute;
    background: #fff;
    text-align: left;
    color: #333;
    max-height: 560px;
    overflow: auto;
    padding: 10px;
    font-size: 12px;
    right: 0;
    top: 28px;
    width: 810px;
    border: 3px solid #5394e2;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
}

.office-system li {
    display: inline-block;
    padding-left: 20px;
}

.office-system li a {
    color: #fff;
}

.office-system li a .fa {
    padding-right: 10px;
}

.determine {
    position: relative;
}

.office-system {
    position: absolute;
    right: 0;
    top: 70px;
}

/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,
.sub-nav .animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navSlide {
    -webkit-animation-name: navSlide;
    animation-name: navSlide;
}

@keyframes navSlide {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0)
    }
}

/*移动端固定栏目按钮*/
.float-nav-toggle {
    z-index: 10;
    display: block;
    text-align: center;
    position: fixed;
    left: 6px;
    bottom: 65px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(13, 13, 13, 0.6);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .display-xs-block {
        display: block !important;
    }
}

/*移动端固定导航栏*/
.footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 6px 0px 2px;
    color: #fff;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 0.2rem solid #000;
    background: #fff;
}

.footer-fixed ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.footer-fixed ul li a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.footer-fixed ul li p {
    font-size: 1.3rem;
}

.footer-fixed.active {
    transform: translateX(2.8rem);
    z-index: 9;
}

.footer-fixed2 {
    font-size: 2.8rem;
    padding-top: 0.6rem;
}

.footer-fixed i {
    display: block;
}

.footer-fixed .fa {
    font-size: 22px;
}

@media (min-width:1000px) {
    .footer-fixed {
        display: none !important;
    }
}

@media (max-width:1000px) {
    footer {
        padding-bottom: 66px;
    }
}

/*主菜单*/
@media (min-width:1000px)
/*pc端*/
    {

    /*Top*/
    .header {
        height: 188px;
        background: url(../images/2104081055257398591.jpg)no-repeat top;
    }

    .logo-bt {}

    .nav-bg {
        position: relative;
        bottom: 5px;
    }

    .header .nav-toggle {
        display: none
    }

    .header .logo img {
        margin: 20px 0;
        float: left;
    }

    .nav>ul>li {
        float: left;
        text-align: center;
		margin:1px;
    }

    .nav>ul>li>ul {
        height: 0;
        position: absolute;
        left: 0;
        z-index: 200;
        width: 100%;
        background-color: #fff;
        top: 35px;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    .nav>ul>li>a {
        font-size: 18px;
        color: #fff;
        padding: 10px 40px;
    }

    .nav>ul>li:hover>ul {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #000;
        font-size: 16px;
        line-height: 42px;
        height: 42px;
    }

    .nav ul li ul li a:hover {
        text-decoration: none;
        color: #fff;
        background: url(../images/2104081053536178073.jpg)repeat-x;
    }

    .nav ul li {
        position: relative
    }

    .nav ul li:hover>a {
        color: #5a342b;
        background-color: #ffffff;
    }

	.nav>ul>li>a.xuan{
        color: #5a342b;
        background-color: #ffffff;
    }


    .nav ul li .arrow {
        display: none
    }

    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none
    }

    .display-dies {
        display: none;
    }

    .nav>ul>li:first-child>ul {
        display: none;
    }

    .sousuo {
        font-size: 26px;
        padding: 30px 0 20px;
        text-align: center;
    }

    .du {
        padding: 20px;
    }

    /*新闻中心*/
    .news-list li.item .title {
        padding-left: 20px;
    }

    /*首页-媒体学校*/
    .index-padding li:first-child {
        max-height: 104px;
    }
}

@media (max-width:1000px)
/*手机端*/
    {

    /*Top*/
    .header {
        position: relative;
        z-index: 5;
        background: url(../images/2104081055257398591.jpg) center top no-repeat;
    }

    .pclogo {
        padding: 2px 0;
    }

    .determine {
        background-color: #000;
    }

    .pclogo span a {
        line-height: 50px;
        font-weight: bold;
        font-size: 20px;
        color: #fff;
    }

    .header .nav-toggle {
        position: absolute;
        right: 0px;
        top: 40px;
        font-size: 35px;
        color: #999;
        min-width: 65px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }

    .header .nav-toggle.active {
        color: #ccc;
    }

    .nav {
        position: fixed;
        z-index: 100;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto
    }

    .nav.active {
        opacity: 1;
        width: 300px;
        max-width: 60%
    }

    .nav ul li {
        line-height: 45px;
        text-align: left
    }

    .nav ul li ul {
        display: none;
    }

    .du {
        padding-top: 20px;
    }

    /*二级ul样式*/
    .nav ul li a {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc
    }

    .nav ul li ul li a {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eeeeee
    }

    .nav ul li ul li ul li a {
        padding-left: 90px;
    }

    .nav ul li ul li ul li li a {
        padding-left: 120px;
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s
    }

    .nav ul li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }

    .nav ul li.current>a {
        color: #5a342b;
    }

    .nav ul li.active>ul {
        display: block
    }

    .nav ul li.active>.arrow {
        transform: rotate(90deg)
    }

    .cha {
        display: none;
    }

    .display-die {
        display: none;
    }

    .images-list .item img {
        width: 100% !important;
    }

    .sousuo {
        padding: 30px 0 20px;
        font-size: 25px;
        text-align: center;
    }

    /*Top*/
    .header {
        position: relative;
    }

}

@media (min-width:415px) and (max-width:769px) {
    .wechat {
        padding-left: 40px;
    }

    .roll img {
        height: 84px;
    }
}

@media (max-width:415px) {
    .wechat {
        margin-left: 70px;
        padding-bottom: 20px;
    }

    .roll img {
        height: 78px;
    }
}


/*手机端置顶*/
.curpointer {
    cursor: pointer;
}

.bg-bottgray {
    background-color: #000;
    width: 100%;
    height: auto;
}

.backphone {
    background: url(../images/phone.png) center center no-repeat;
}

.bott-fixed {
    left: 0;
    bottom: 0;
    z-index: 4;
}

.backtop {
    background: url(../images/top.png) center center no-repeat;
}

.backhome {
    background: url(../images/home.png) center center no-repeat;
}

.backwei {
    background: url(../images/wei.png) center center no-repeat;
}

.backsame li a .fa {
    font-size: 18px;
    padding-top: 5px;
    color: #fff;
}

.backsame li a span {
    padding-bottom: 2px;
    display: block;
    color: #fff;
    font-size: 12px;
}

@media(min-width: 1000px) {
    .phoblack {
        display: none;
    }
}

/*子栏目样式*/
.sub-nav-box {
    background: #fafafa;
    padding-bottom: 10px;
}

.sub-nav-box .sub-nav-title {
    line-height: 71px;
    text-align: center;
    background: url(../images/lmbg.png)#fafafa no-repeat center;
    font-size: 24px;
    color: white;
}

.sub-nav-box .sub-nav {
    clear: both;
    text-align: left;
    width: 100%;
    overflow: visible;
}

.sub-nav-box .sub-nav li {
    background: #fff url(../images/lm_bg_06.jpg)no-repeat left;
    display: block;
    width: 228px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-left: 25px;
    margin-bottom: 20px;
}

.sub-nav-box .sub-nav li a {
    display: block;
    text-align: left;
    padding-left: 55px;
}

.sub-nav-box .sub-nav li ul li a:hover {
    padding-left: 128px;
}

.sub-nav-box .sub-nav li ul {
    display: none
}

.sub-nav-box .sub-nav li ul li a {
    padding-left: 120px;
    text-align: left;
}

.sub-nav-box .sub-nav li ul li ul li a {
    padding-left: 85px;
    text-align: left;
}

/*.sub-nav-box .sub-nav li .arrow{position:absolute;right:0px;top:0px;width:54px;height:54px;line-height:54px;text-align:center;transition-duration:0.1s;cursor:pointer}
*/
/*.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}*/
.sub-nav-box .sub-nav li.current {
    background: #fff url(../images/lm_bg_03.jpg) no-repeat left;
}

.sub-nav-box .sub-nav li:hover {
    background: #fff url(../images/lm_bg_03.jpg) no-repeat left;
    color: #9c020d;
}

.sub-nav-box .sub-nav li.current>a {
    display: block;
    text-align: left;
    padding-left: 55px;
    color: #9c020d;
}

.sub-nav-box .sub-nav li.active>.arrow {
    transform: rotate(90deg)
}

/*文在超出范围*/
.card1 {
    display: block;
    /*内联对象需加*/
    word-break: keep-all;
    /* 不换行*/
    white-space: nowrap;
    /* 不换行*/
    overflow: hidden;
    /* 内容超出宽度时隐藏超出部分的内容*/
    text-overflow: ellipsis;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 42px;
}

.card3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 60px;
}

/*页码*/
.pagination>li>a,
.pagination>li>span {
    font-size: 13px;
    color: #000;
    border: none;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #a41f24;
    border-color: #a41f24;
}

.pagination>li>a {
    margin-right: 5px;
}

.pagination>li>a:hover {
    background-color: #a41f24;
    border-color: #a41f24;
    color: #fff;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-box .option-add {
    width: 46px;
    margin-top: 5px;
}

.pagination-box .pages {
    margin: 0 10px 0 20px;
}

.pagination-box .pages,
.pagination-box .rowcount {
    display: inline-block;
    position: relative;
    top: 4px;
}

.pagination-box .pages a,
.pagination-box .rowcount a {
    margin: 0 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #ccc;
}

.pagination-box .pages a:hover,
.pagination-box .rowcount a:hover {
    background-color: #a41f24;
    border-color: #a41f24;
    color: #fff;
}

/*面包屑*/
.breadcrumb {
    padding-left: 20px;
	font-size:16px;
}

.breadcrumb>li+li::before {
    content: ">";
    color: #666;
}

.breadcrumb li a,
.breadcrumb li a span {
    color: #666;
}

.line-border {
    width: 100%;
    display: block;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden;
    margin-bottom: 30px;
}

/*搜索*/
.ss-box {
    position: relative;
    border: 1px solid #dba4a8;
    color: #fff;
    width: 100%;
    height: 36px;
}

.ss-box .s-input {
    width: 100%;
    outline: none;
    border: none;
    line-height: 36px;
    height: 36px;
    padding-left: 20px;
    background: none;
    color: #f1f1f1;
}

.ss-box .s-btn {
    position: absolute;
    right: 0;
    top: 0px;
    height: 34px;
    cursor: pointer;
    font-weight: normal;
    line-height: 34px;
    outline: none;
    border: none;
    background: #ee000c;
    width: 45px;
    text-align: center;
}

.search {
    border-bottom: 1px solid #ddd;
}

.search .ss-box {
    margin: 0px auto;
}

.sitelast {
    padding: 47px 0;
}

.lsi {
    position: absolute;
    right: 0;
    top: 55px;
    color: #f1f1f1;
}

@media(min-width:1000px) {
    .ss-box {}

    .box-block {
        display: block;
        margin-top: 20px;
        border: 1px solid #eaa910;
        width: 260px;
        float: right;
    }

    .ss-box .s-input {
        width: 250px;
    }
}

@media(max-width:1000px) {
    .ss-box {
        position: relative;
        margin: 20px auto;
    }

    .box-block {
        display: none;
    }
}

/*新闻中心*/
.administration {
    margin-top: 40px;
}

.administration span {
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #205bac;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.administration span:after {
    width: 0;
    content: "";
    border-color: transparent;
    border-top-color: transparent;
    border-style: dashed;
    border-top-style: dashed;
    border-width: 6px;
    border-top-color: #205bac;
    border-top-style: solid;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -6px;
}

.administration-words {
    padding: 0 15px;
}

.administration-words ul {
    padding: 0;
    line-height: 2;
    margin-top: 12px;
}

.administration-words ul li {
    border-bottom: 1px #ddd dashed;
    padding: 10px 0;
}

.window {
    display: inline-block;
}

.substance {
    border-top: 1px solid #dedede;
    margin: 20px 0;
    color: #666;
    text-align: center;
}

.substance img {
    padding-top: 30px;
}

.bdshare-button-style1-24 a,
.bdshare-button-style1-24 .bds_more {
    margin: 0px 2px -5px 2px !important;
}

.bdshare-button-style1-24 {
    padding-left: 15px;
}

.news-list {
    clear: both;
    overflow: hidden;
}

.news-list li.item {
    overflow: hidden;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li.item:hover {}

.news-list li.item .title {
    overflow: hidden;
    display: inline-block;
}

.news-list li.item .title a {
    overflow: hidden;
    font-size: 16px;
}

.news-list li.item .title .title2 {
    font-size: 16px;
}

.news-list li.item .title .title2:hover {
    color: #2f7bc3;
}

.news-list li.item .title .account {
    color: #666;
}

.news-list li.item .date {
    float: right;
    color: #838383;
}

.issuer-box>li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #dcdcdc;
    padding: 18px 0;
}

.newstyle li:nth-child(5) {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

.newstyle li:nth-child(5) .title {
    margin-bottom: 20px;
}

/*网站地图*/
.bd-gray {
    border: 1px solid #ddd;
}

.xianshilm {
    border-bottom: 1px solid #DDD;
}

.xianshilm span {
    color: #1a56a8;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 2px solid #1a56a8;
    display: inline-block;
    font-weight: bold;
}

.webmap>ul>li {
    font-size: 18px;
    font-weight: bold;
}

.webmap>ul>li>a {
    color: #1a56a8;
}

.webmap ul>li>ul>li {
    display: inline-block;
    margin: 10px 10px;
    font-size: 14px;
    font-weight: normal;
}

.webmap ul>li>ul>li>ul>li {
    display: none;
}



/*------ddd-----------*/
/*首页*/
.homepage {
    
}

/*首页-新闻例表*/
/*校园动态*/
.pa_textlist_8 .item {
    padding: 4px 0;
    background: url(../images/dian_06.jpg)no-repeat left;
}

.pa_textlist_8 .date {
    line-height: 2;
	text-align: right;
}

/*媒体聚焦*/
.media {
    padding-top: 10px;
}

@media (min-width:1000px) {
    .hometitle .pa_textlist_8 {
        height: 222px;
    }

    .pa_textlist_8 .title {
        padding-left: 12px;
        text-align: left;
        float: left;
        font-weight: normal;
        font-size: 15px;
        line-height: 2;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 320px;
    }

    .list-bg {
        background: url(../images/mtjjbg_03.jpg)no-repeat center;
        padding: 20px;
    }

    .pa_textlist_1 .title {
        width: 90%;
        padding-left: 12px;
        text-align: left;
        float: left;
        font-size: 15px;
        line-height: 2;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pa_textlist_1 .item {
        padding: 4px 0;
        background: url(../images/dian_06.jpg)no-repeat left;
    }

    .pa_textlist_1 .date {
        line-height: 2;
    }

    .pa_textlist .title {
        width: 85%;
        padding-left: 12px;
        text-align: left;
        float: left;
        font-size: 16px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 30px;
    }

    .pa_textlist .item {
        padding: 7px 0;
        background: url(../images/dian_06.jpg)no-repeat left;
        border-bottom: 1px dashed rgb(232, 232, 232);
    }

    .pa_textlist .date {
        line-height: 2;
    }

}

@media (max-width:1000px) {
    .pa_textlist_8 .title {
        padding-left: 0px;
        text-align: left;
        float: left;
        font-weight: normal;
        font-size: 15px;
        line-height: 2;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 70%;
    }

    .list-bg {
        background: url(../images/mtjjbg_03.jpg)no-repeat center;
        padding: 10px;
        margin-bottom: 20px;
    }

    .pa_textlist_1 .title {
        width: 70%;
        padding-left: 0px;
        text-align: left;
        float: left;
        font-size: 15px;
        line-height: 2;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pa_textlist_1 .date {
        line-height: 2.5;
		text-align: right;
    }

    .pa_textlist .title {
        width: 65%;
        padding-left: 0px;
        text-align: left;
        float: left;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 38px;
    }

    .pa_textlist .date {
        line-height: 2.5;
		text-align: right;
    }

}

/*右*/
.mailbox {
    text-align: left;
    width: 100%;
    line-height: 45px;
    padding-left: 15px;
    border: 1px solid #e8d3a9;
    background: url(../images/xxxxbg.png) no-repeat right bottom;
    margin-bottom: 7px;
}

.mailbox2 {
    padding: 10px 0 10px 15px;
    text-align: left;
    width: 100%;
    border: 1px solid #e8d3a9;
    background: url(../images/xxxxbg.png) no-repeat right bottom;
    margin-bottom: 7px;
}

.mailbox p {
    color: #a4161e;
    font-size: 18px;
}

.mailbox2 p {
    color: #a4161e;
    font-size: 18px;
}

.mailbox p span {
    color: #033333;
    font-size: 16px;
}

.mailbox2 p span {
    color: #033333;
    font-size: 16px;
}

.secretary {
    padding-bottom: 22px;
}


/*小标题*/
.ip-cpxq {
    background: #FFFFFF;
    display: inline-block;
    padding-right: 15px;
    height: 20px;
    line-height: 1;
    border-left: 8px solid #9c020d;
    padding-left: 15px;
}

.sytitle {
    text-align: left;
    color: #9c020d;
    font-size: 20px;
    background: url(../images/titbg_03.png) repeat-x;
    margin-bottom: 20px;
}

.sytitle p {
    float: right;
    background: #FFFFFF;
    padding-left: 20px;
}

.sytitle a {
    color: #c8a254;
    font-size: 14px;
    display: block;
    width: 72px;
    text-align: center;
    height: 25px;
    line-height: 23px;
    border: 1px solid #c8a254;
}

.sytitle2 {
    text-align: left;
    color: #9c020d;
    font-size: 20px;
    margin-bottom: 20px;
}

.sytitle2 p {
    float: right;
    background: #FFFFFF;
    padding-left: 20px;
}

.sytitle2 a {
    color: #c8a254;
    font-size: 14px;
    display: block;
    width: 72px;
    text-align: center;
    height: 25px;
    line-height: 23px;
    border: 1px solid #c8a254;
}

.index0 {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:1000px) {
    .dd {
        padding-left: 0;
    }

    .dd2 {
        padding-right: 0;
    }

    .szxy {
        height: 176px;
        background: url(../images/szxx_03.jpg) no-repeat;
        margin-top: 25px;
    }

    .szxy li {
        float: left;
        width: 50%;
        height: 88px;
        text-align: center;
    }

    .szxy li a {
        display: block;
        height: 100%;
        padding-top: 62px;
    }

}

@media (max-width:1000px) {
    .dd {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .dd2 {
        padding-right: 0;
        padding-left: 0;
    }

    .szxy {
        height: 116px;
        background: url(../images/szxx_03.jpg) no-repeat;
        background-size: 260px;
    }

    .szxy li {
        float: left;
        width: 50%;
        height: 56px;
        text-align: center;
        padding-left: 5px;
    }

    .szxy li a {
        display: block;
        height: 100%;
        padding-top: 40px;
    }


}

/*Newsbanner*/
.swiper-button-next {
    background-color: #000;
}

.swiper-button-prev {
    background-color: #000;
}

@media (min-width:1000px) {
    .swiper-slide a p {
        background: url(../images/newbg.png);
        color: #fff;
        width: 100%;
        height: 42px;
        position: absolute;
        bottom: -2px;
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 45px;
        /*left: 40px;*/
    }

}

@media (max-width:1000px) {
    .swiper-slide a p {
        background: url(../images/newbg.png);
        color: #fff;
        width: 100%;
        height: 42px;
        position: absolute;
        bottom: -2px;
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 45px;
        /*left: 40px;*/
    }

}

/*单页面*/
.homepage2 {
margin-bottom:20px;
}

.asd {
    background-color: #fff;
    padding-top: 20px;
}


/*首页banner轮播图*/
.tab-title {
    border-bottom: 1px solid #ccc;
}

.indexpage li span {
    color: #bebebe;
    float: right;
    letter-spacing: 0;
}

.indexpage li a:hover {
    color: #194274;
}

@media(min-width:1000px) {
    .indexpage li {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #555;
        display: block;
        font: normal 16px/38px "Microsoft YaHei";
        letter-spacing: 0.5px;
        text-align: left;
    }
}

@media(max-width:1000px) {
    .indexpage li {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #555;
        display: block;
        font: normal 15px/36px "Microsoft YaHei";
        letter-spacing: 0.5px;
        text-align: left;
    }
}

/*底部*/
.bgg {
    background: #245086;
    height: 200px;
}

.bottom-bg {
    width: 1240px;
    margin: 0 auto;
    background: #245086;
}

.bg-bottom .india a {
    color: white;
}

.pagebanner .font img {
    width: 70px;
    height: 80px;
    margin-left: 385px;
}

.pagebanner .font {
    color: #fff;
    padding-top: 200px;
    padding-right: 45px;
}

.pagebanner .font h1 {
    font-size: 26px;
    line-height: 50px;
    font-weight: normal;
}


.links {
    padding-top: 20px;
}

.links2 {
    padding-top: 20px;
}

.links p {
    text-align: center;
}

.links img {
    width: 100%;
}

.links2 img {
    width: 80%;
}

@media(min-width:1000px) {
    .foot-bg {
        background: #9c020d;
        color: #fcf6e8;
    }

    .foot-bg a {
        color: #fcf6e8;
    }

    .foot-bg .row {
        padding-left: 35px;
        padding-right: 15px;
    }

    .blogroll {
        padding: 20px;
    }
}

@media(max-width:1000px) {
    .foot-bg {
        color: #000;
        margin-bottom: 30px;
    }
}


/*首页中间轮播图*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
}

.swiper-pagination-bullet-active {
    color: #000;
    background: #007aff;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #000089;
    font-weight: bold;
}

@media(min-width:1000px) {}

@media(max-width:1000px) {

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 6px;
    }
}

/*首页-无缝*/
.iojlm {
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 20px #f3f3f3;
    padding: 10px;
    margin-top: 20px;
}

@media(min-width:1000px) {
    .pdr {
        padding-right: 0;
    }
}

@media(max-width:1000px) {}

/*下面的轮播图*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a img {
    height: auto !important;
}

.swiper-button-next {
    right: 0px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-size: 20px 40px;
    opacity: 0.5;
}

.swiper-button-prev {
    left: 0px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-size: 20px 40px;
    opacity: 0.5;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}

/*图片中心*/
.inner {
    text-align: center;
    padding: 10px 0;
}

.inner img {
    width: 87px;
    height: auto;
}

.inner p {
    padding-top: 10px;
}

.inner a:hover p {
    color: #9c020d;
}


/*无缝衔接*/
.tempWrap {
    width: 100% !important;
}

.picMarquee-left {
    overflow: hidden;
    position: relative;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 200px !important;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 200px;
    height: 120px;
    display: block;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

.picMarquee2-left {
    overflow: hidden;
    position: relative;
}

.picMarquee2-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee2-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 87px !important;
}

.picMarquee2-left .bd ul li .pic {
    text-align: center;
}

.picMarquee2-left .bd ul li .pic img {
    width: 120px;
    height: 75px;
    display: block;
    border-radius: 50%;
}

.picMarquee2-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee2-left .bd ul li .title {
    line-height: 24px;
}


html {
    overflow-y: scroll;
    min-height: 101%;
}

html {
    overflow: -moz-scrollbars-vertical;
}

/*页码*/
.pages{margin: 20px 0 0;text-align: center;font-size: 0;}
.pages a{display: inline-block;font-size: 14px;line-height: 35px;padding: 0 14px;margin: 5px;background-color: #f5f5f5;border-radius: 3px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.pages a:hover, .pages a.active{background-color: #9c020d;color: #fff;}
.pages span{display: inline-block;font-size: 14px;line-height: 35px;padding: 0 14px;margin: 5px;background-color: #9c020d;border-radius: 3px;-webkit-transition: all 0.5s;transition: all 0.5s;color: #fff;}
