@charset "utf-8";
body {
    word-break: break-all;
    min-width: 1280px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

header {
    /* background: url(../img/head.jpg) no-repeat top center; */
    position: absolute;
    z-index: 2;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #fff;
}

.headerBottom {
    /* background: rgba(0, 0, 0, 0.7); */
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.headerBottom>div {
    width: 1200px;
    margin: 46px auto 0 auto;
    align-items: center;
    display: flex;
    position: relative;
}

.headerBottom div img {
    height: 66px;
    display: block;
}

.headerBottom ul {
    display: flex;
    position: absolute;
    right: 0;
}

.headerBottom ul li {
    font-size: 18px;
    color: #333333;
    width: 114px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #333333;
    padding: 0 2px;
    border-right: 1px solid #e7e7e7;
}

.headerBottom ul li a {
    display: block;
    font-size: 18px;
}

.headerBottom ul li span {
    display: block;
    font-size: 13px;
    margin-top: 12px;
}

.high a {
    color: #c60019 !important;
}

.high i {
    display: block !important;
    background: #c60019;
}

.headerBottom ul li i {
    display: block;
    position: absolute;
    bottom: -22px;
    text-align: center;
    width: 72px;
    height: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section1 img {
    display: block;
    width: 100%;
}

article {
    margin-top: -10px;
}


/* banner轮播图 */

.section1 .swiper-container-horizontal>.swiper-pagination {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 18px;
}

.section1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 50%;
    opacity: 0.4 !important;
}

.section1 .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
}

.section1 .swiper-pagination-bullet-active {
    background: #c60019 !important;
    width: 55px;
    height: 14px;
    border-radius: 18px;
    opacity: 1 !important;
}


/* 新闻动态 */

.sectionNews {
    background: url(../img/bg1.jpg) no-repeat center bottom;
    background-size: 100% 413px;
    margin-top: 102px;
}

.sectionNews .news {
    max-width: 1200px;
    margin: 0 auto;
}

.sectionNews .news>img {
    width: 100%;
    display: block;
    margin: 0 auto;
}


/* 新闻中心 */

.floor.s1 {
    padding-top: 90px;
    box-sizing: border-box;
}

.floor.s1.news_box .box {
    position: relative;
    padding-left: 575px;
    box-sizing: border-box;
}

.floor.s1 .box {
    max-width: 1200px;
    margin: 0 auto;
}

.floor.s1.news_box .l_box {
    position: absolute;
    left: 0;
    top: 0;
}

.news_box h2.t1,
.news_box .r_box h6 {
    padding: 5px 0 20px;
}



.news_box .swiper_warp {
    width: 595px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .16);
}

.news_box .swiper-slide img {
    float: left;
    width: 100%;
    height: 100%;
}
.swiper-container-horizontal>.swiper-pagination {
    position: absolute;
    z-index: 2;
    left: initial !important;
    right: 0;
    bottom: 0 !important;
    color: #fff;
    height: 37px;
    line-height: 37px;
    text-align: right;
    padding-right: 3%;
    width: 19.6% !important;
    /* background: rgba(0, 0, 0, 0.5); */
}



.news_box .swiper_warp .dotTxt {
    /* position: absolute; */
    left: 0;
    bottom: 34px;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    padding-top: 10px;
    padding-left: 2px;
    margin-top: -64px;
}

.news_box .swiper_warp .dotTxt ul li {
    float: left;
    margin-right: 2px;
    position: relative;
}

.on span {
    color: #333 !important;
    background-color: #fff;
}

.item3 img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_box .swiper_warp .dotTxt ul li span {
    display: block;
    width: 55px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.news_box .swiper_warp .dotTxt ul li span strong {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

em {
    font-style: normal;
}

.news_box .swiper_warp .dotTxt ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EDA703;
}

.news_box .r_box {
    width: 100%;
    padding-left: 60px;
    box-sizing: border-box;
}

.news_box .r_box h6 {
    padding: 15px 110px 14px 0;
    text-align: right;
}

.active {
    background: #c60019 !important;
    color: #fff !important;
    font-weight: 700;
}

.news_box .r_box h6 a {
    display: inline-block;
    padding: 0 12px;
    margin-left: 20px;
    font-size: 20px;
    color: #333333;
    background: #dedede;
    border-radius: 19px;
    transition: .3s;
}

.news_box .r_box h6 a.active {
    background: #c60019 !important;
    color: #fff;
    font-weight: 700;
}

.list {
    display: block;
}

.news_box .r_box .list ul {
    position: relative;
}

.titleMore {
    font-size: 14px;
    color: #333333;
    border: 1px solid #bbbbbb;
    width: 94px;
    height: 32px;
    float: right;
    text-align: center;
    line-height: 32px;
    margin: 6px 0 27px 0;
}

.titleMore a {
    display: block;
}

.listBox {
    clear: right;
}

.listBox2 {
    display: flex;
    margin-top: 45px;
}

.listBox2>div {
    flex: 1;
}

.listBox2>div p {
    font-size: 18px;
    color: #333333;
    border-bottom: 1px dashed #ebebeb;
    height: 54px;
    line-height: 54px;
}

.listBox2>div:last-child {
    margin-left: 62px;
}

.listBox2>div p span {
    font-size: 14px;
    float: right;
    color: #bbbbbb;
}

.news_box .r_box .list ul::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 31px;
    bottom: 50px;
    width: 1px;
    background: #d0d0d0;
}

.lihigh a strong i {
    color: #fff !important;
    font-weight: bold;
}

.lihigh a strong em {
    color: #fff !important;
}

.lihigh a strong::after {
    border-right-color: #c60019 !important;
}

.lihigh a strong {
    background: #c60019 !important;
    color: #fff !important;
}

.lihigh a span {
    background: #c60019 !important;
    color: #fff !important;
}


/* .news_box .r_box .list ul li a:hover strong {
    background: #c60019;
    color: #fff;
}

.news_box .r_box .list ul li a:hover strong i {
    color: #fff;
}

.news_box .r_box .list ul li a:hover strong em {
    color: #fff;
}

.news_box .r_box .list ul li a:hover strong::after {
    border-right-color: #c60019;
}

.news_box .r_box .list ul li a:hover span {
    background: #c60019;
    color: #fff;
} */

.news_box .r_box .list ul li a {
    display: block;
    color: #666;
    font-size: 14px;
    position: relative;
    padding-left: 90px;
}

.news_box .r_box .list ul li a strong {
    display: block;
    position: relative;
    border-bottom: 1px solid #D2D2D2;
    padding: 17px 15px;
    transition: .3s;
    font-weight: normal;
    border-radius: 5px;
}

.news_box .r_box .list ul li a strong i {
    display: block;
    font-size: 18px;
    color: #333333;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_box .r_box .list ul li a strong em {
    color: #adadad;
    font-weight: normal;
    margin-left: 26px;
}

.news_box .r_box .list ul li a strong::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 16px solid rgba(0, 0, 0, 0);
    transition: .3s;
}

.news_box .r_box .list ul li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 63px;
    height: 63px;
    font-size: 14px;
    background: #fff;
    text-align: center;
    color: #333;
    border-radius: 50%;
    box-shadow: 10px 10px 25px rgba(0, 72, 137, .16);
    transition: .3s;
}

.news_box .r_box .list ul li a span i {
    font-size: 14px;
}

em,
i {
    font-style: normal;
}

.image {
    width: 575px;
}

.news_box .r_box .list ul li a span em {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
}

.news_box .swiper_warp .img_ps {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 22px 25px 37px 25px;
    font-size: 20.59px;
    font-weight: 700;
    color: #373737;
    box-sizing: border-box;
}

.section3 {
    background: url(../img/bg2.jpg) no-repeat center bottom;
    background-size: 100% 524px;
    width: 100%;
    height: 524px;
    margin: 0 auto;
}

.section3 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 175px;
}

.section3 ul li {
    background: url(../img/border.png) no-repeat center top;
    background-size: 100% auto;
    width: 156px;
    height: 156px;
    text-align: center;
    margin: 0 15px;
    cursor: pointer;
}

.highBig {
    background: url(../img/border.png) no-repeat center top;
    background-size: 100% auto;
    width: 166px !important;
    height: 166px !important;
    text-align: center;
}

.section3 ul li img {
    height: 46px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.section3 ul li p {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}

.section4 {
    background: url(../img/bg3.jpg) no-repeat center top;
    background-size: 100% 615px;
    width: 100%;
    height: 615px;
    margin: 0 auto;
}

.partyBuild {
    width: 1200px;
    margin: 0 auto;
}

.partyBuild .titleDj img {
    display: block;
}

.partyBuildList {
    display: flex;
    align-items: center;
    margin-top: 43px;
}

.partyBuildList dl {
    margin: 0 38px 0 auto;
    flex: 1;
    position: relative;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .16);
}

.partyBuildList dl dt img {
    width: 375px;
    height: 251px;
    display: block;
    cursor: pointer;
}

.partyBuildList dl:last-child {
    margin-right: 0;
}

.partyBuildList dl dd {
    background-color: #fff;
    padding: 20px 10px;
    height: 45px;
}

.partyBuildList dl dd div {
    display: flex;
}

.partyBuildList dl dd div img {
    height: 15px;
    width: 9px;
}

.partyBuildList dl dd div span {
    font-size: 14px;
    color: #333;
    margin-left: 8px;
    margin-top: -3px;
    font-weight: bold;
    cursor: pointer;
}

.partyBuildList dl dd div span:hover {
    color: #c60019;
}

.partyBuildList dl dd a {
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #b8b8b8;
    font-size: 14px;
    display: block;
    color: #fff;
    margin-top: 9px;
    margin-left: 17px;
    position: absolute;
    bottom: -13px;
}

.partyBuildList dl dd a:hover {
    background: #c60019;
}

.section5 {
    background: url(../img/bg4.jpg) no-repeat center top;
    background-size: 100% 713px;
    width: 100%;
    height: 713px;
    margin: 0 auto;
}

.ESGBox {
    width: 1200px;
    margin: 0 auto;
}

.esgImg {
    display: flex;
    margin-top: 40px;
}

.item1 img {
    width: 333px;
    height: 456px;
    display: block;
    transition: all .25s ease-in;
    cursor: pointer;
}

.item1 img:hover {
    transform: translateY(-8px);
}

.item2 img:hover {
    transform: translateY(-8px);
}

.item2 {
    text-align: right;
}

.item2 a img {
    display: inline-block;
    width: 390px;
    transition: all .25s ease-in;
    height: 224px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.item2 img:nth-child(even) {
    margin-right: 0;
}

.section6 {
    background: url(../img/bg5.jpg) no-repeat center top;
    background-size: 100% 462px;
    width: 100%;
    height: 462px;
    margin: 0 auto;
}

.newsBox {
    width: 1200px;
    margin: 0 auto;
    padding-top: 56px;
    text-align: center;
}

.section6 .item3 {
    margin-top: 48px;
}

.item3 div {
    width: 391px;
    height: 178px;
    overflow: hidden;
}

.item3 div img {
    width: 100%;
    transition: all 0.6s;
    height: 100%;
    cursor: pointer;
}

.section6 .item3 div {
    display: inline-block;
    margin-right: 8px;
}

.item3 div:last-child {
    margin-right: 0;
}

.section7 {
    background-color: #c60019;
    height: 60px;
    line-height: 60px;
    margin-top: -2px;
}

.section7 ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.section7 ul li {
    flex: 1;
}

.section7 ul li a {
    font-size: 18px;
    color: #fff;
}


/* 底部 */

footer {
    background: #363636;
    width: 100%;
    height: 267px;
}

.footTop {
    padding: 15px 0 24px 0;
    display: flex;
    position: relative;
}

.footerBox {
    width: 1200px;
    margin: 0 auto;
}

.footLeft ul {
    display: flex;
}

.footLeft li {
    margin-right: 95px;
}

.footLeft li:last-child {
    margin-right: 0;
}

.footLeft li a {
    color: #8f8f8f;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.footRig {
    position: absolute;
    right: 0;
}

.footRig img {
    display: block;
    text-align: right;
}

.footRig img:last-child {
    margin-top: 20px;
    position: absolute;
    right: 0;
}

.footBottom {
    height: 40px;
    line-height: 40px;
    background: #363636;
    border-top: 1px dashed #616161;
    display: flex;
    position: relative;
}

.footBottom p {
    font-size: 14px;
    color: #8f8f8f;
    float: left;
}

.footBottom p img {
    vertical-align: middle;
}

.footBottom span {
    font-size: 14px;
    color: #8f8f8f;
    position: absolute;
    right: 0;
}


/*列表开始*/

.minnav_left {
    float: left;
    margin-top: 30px;
    ;
    height: 30px;
    line-height: 30px;
    color: #565656;
    font-size: 18px;
    padding: 10px 0px;
    background: url(../img/inco_6.jpg) no-repeat left center;
    padding-left: 30px;
}

.minnav_left h2 {
    background: url(../images/fangzi.png) no-repeat left top;
    height: 35px;
    line-height: 35px;
    font-weight: 26px;
    color: #8a8a8a;
    padding-left: 45px;
}

.minnav_left a {
    padding: 0px 10px;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
}

.minnav_right {
    float: right;
    padding-top: 32px;
}

.minavlist ul {
    margin-right: -10px;
}

.minavlist li {
    float: left;
    font-size: 20px;
    width: 127px;
    text-align: center;
    line-height: 46px;
    margin: 0px 10px;
}

.minavlist li a {
    display: block;
    font-size: 20px;
    font-weight: 600
}

.minavlist li a:hover {
    background: url(img/xihau.png) no-repeat bottom center;
    height: 46px;
    color: #e14a05;
    text-decoration: none;
}

.daohangcur a {
    background: url(../img/xihau.png) no-repeat bottom center;
    color: #333;
    height: 46px;
    color: #e14a05;
    text-decoration: none;
}

.title_new {
    height: 20px;
    line-height: 20px;
    margin: 20px;
}

.title_new h1 {
    background: url(../images/bgriqi.png) no-repeat left center;
    padding-left: 20px;
    font-size: 36px;
}

.neirong_con {
    zoom: 1;
    overflow: hidden;
    padding-bottom: 30px;
}

.news_conlist {
    padding: 50px;
    padding-top: 0px;
    float: left
}

.news_conlist li {
    border-bottom: 1px solid #ddd;
    zoom: 1;
    overflow: hidden;
    padding: 20px 0;
    width: 1033px;
}

.news_conlist li h2 {
    padding-left: 80px;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
}

.news_conlist li p {
    padding-left: 80px;
    font-size: 16px;
}

.date {
    width: 65px;
    height: 75px;
    background: #ddd;
    border-radius: 5px;
    text-align: center;
    float: left;
}

.date h3 {
    font-size: 36px;
    color: #000000
}

.date h4 {
    font-size: 12px;
    font-weight: normal;
    color: #000000
}

.news_conlist li a:hover {
    text-decoration: none;
}

.news_conlist li:hover .date {
    width: 65px;
    height: 75px;
    background: #fb8217;
    border-radius: 5px;
    text-align: center;
    float: left;
}

.news_conlist li:hover .date h3 {
    font-size: 36px;
    color: #fff
}

.news_conlist li:hover .date h4 {
    font-size: 12px;
    font-weight: normal;
    color: #fff
}

.news_conlist li:hover h2 {
    font-weight: 600
}

.newscon_xq {
    padding: 50px;
    padding-top: 0px;
}

.newscon_xq_top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.newscon_xq_top h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.newscon_xq_top p {
    text-align: center;
    font-size: 16px;
    color: #8b8b8b;
}

.newscon_xq_zw {
    font-size: 20px;
    line-height: 36px;
}

.newscon_xq_zw p {
    text-indent: 40px;
    margin-bottom: 30px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background-color: #FFFFFF
}

.section11 {
    background-color: #f6f6f6;
    background-size: 100% 1440px;
    padding-bottom: 40px;
}

* 分页 */ .pages_wrap {
    padding: 50px 0 35px;
}

@font-face {
    font-family: "_iconfont";
    src: url("font_2057696_oufcx8a9u4l.eot?t=1599707778754");
    /* IE9 */
    src: url("font_2057696_oufcx8a9u4l.eot?t=1599707778754#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALAAAsAAAAABrAAAAJxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqBDIEMATYCJAMMCwgABCAFhHkHNhveBciemjwJ1MKAYmHdqAUAcIqH//b7/T4zcy8qUVSSV5JJIlEaiQQt/NW9pN+9hHe1dJfQ6vi245PuomhNVft177/vX6UIw8Q3oaORCIvD43BYhp4AZP63ephSQZ5hGbtDAzyZLScbzyfunTaBAn4YAMw1bEzhKA1wrEERdZ8oIW6RXcSduIjTBFoNaagdn93cs2UFmhSIlyTy2HLBoyhGvFmoG1YW8aHSnN5SeI+Ij//WYpmkytDM8+fTkB38il+v2YbuOImXIK+vkLGAKcRDY+TKnDAYc1ol893ptSKkufyNiTi+qMZ/eCRB1FBuO5hRoolfQDmZNMu8u45luDtmRjHz9P5bQ/RsZ5P2NuM4UDhat2tE43qm8ElMZ0//oPDqrSBiavuznRn7YipYGk4ssU9PDa7Pq/BX0z5ByvQZ/wSk7+mHQPDW37XO1sFfc1sBP/0jRaoClk2zBJj7s7jAtuLzkTYXl0M5oS3rAZgSMsu0a0COXt/jFQM3lAgtBkY4mgzdnK3FZEYu9CVU2myj1uIQreZdr2/Tx5oTpQVzhhJCr3cknX4g6/VFLvQfVAb9o9YbG2h1EcM7tpkKs3ok0dMYgv8CSUAlJ3a9+pgU3mJkck8WBfG0R5QqoRK6rU41fo4lynnmKBv1tObAJRVwpp2HeU5QSUox0K1Y62rQbvOmD7UCKtiqIxLyaCgEfC9AIkBKnPfXVj1WibuFIkbOI7tqeJWPkKQkxmCgq6UDIZ9LSljVPb2jWJEeTeMAJ5ECODOGoVyOgKp5WAoFtJZ4RKgy0MbdOFTSWl9WfOUeaIUOy5EiR1GfSTJVc+7VEGMAAAA=") format("woff2"), url("//at.alicdn.com/t/font_2057696_oufcx8a9u4l.woff?t=1599707778754") format("woff"), url("//at.alicdn.com/t/font_2057696_oufcx8a9u4l.ttf?t=1599707778754") format("truetype"), url("//at.alicdn.com/t/font_2057696_oufcx8a9u4l.svg?t=1599707778754#_iconfont") format("svg");
    /* iOS 4.1- */
}

._iconfont {
    font-family: "_iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconGroup-:before {
    content: "\e683";
}

.iconzuo:before {
    content: "\e601";
}

._page_container {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    user-select: none;
}

._page_container input[type=number] {
    -moz-appearance: textfield;
}

._page_container input[type=number]::-webkit-inner-spin-button,
._page_container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

._page_container ._pages {
    display: inline-block;
    margin: 0 auto;
}

._page_container ._pages li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    color: #303133;
    font-weight: bold;
    min-width: 40px;
    text-align: center;
    margin: 0 5px;
    border-radius: 2px;
    cursor: pointer;
}

._page_container ._pages li:hover {
    color: #CA0915;
}

._page_container ._pages li:first-child,
._page_container ._pages li:last-child {
    font-size: 14px;
}

._page_container ._pages ._prev,
._page_container ._pages ._next,
._page_container ._pages ._home,
._page_container ._pages ._last {
    font-size: 12px;
    font-weight: normal;
    padding: 0 8px;
}

._page_container ._jumper {
    display: inline-block;
    color: #606266;
    margin-left: 10px;
}

._page_container ._jumper ._count {
    margin-right: 10px;
}

._page_container ._jumper ._jumper_input {
    display: inline-block;
    font-size: 18px;
    color: #606266;
    width: 40px;
    height: 38px;
    text-align: center;
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #CCCCCC;
    background: none;
    outline: none;
    box-sizing: border-box;
}

._page_container ._jumper ._jumper_input:focus {
    border-color: #CA0915;
}

._pages_1 li {
    background-color: #f4f4f5;
}

._active_1 {
    color: #fff !important;
    background-color: #CA0915 !important;
}

._active_2 {
    color: #CA0915 !important;
}

._disabled {
    cursor: not-allowed !important;
}

._disabled_c {
    color: #c0c4cc !important;
}

.section12 {
    background: url(../img/backd.jpg) no-repeat left center;
    background-size: 100% 87px;
    height: 87px;
}


/*列表结束*/

.page {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0px;
    overflow: hidden;
    text-align: center;
    color: #8b9297;
    font-size: 14px;
}

.page a {
    color: #8b9297;
    line-height: 32px;
    height: 32px;
    margin: 0px 7px;
    border: 1px #dbdbda solid;
    padding: 7px 15px;
    color: #303133;
    font-size: 16px;
    min-width: 40px;
}

.current {
    color: #fff;
    line-height: 32px;
    height: 32px;
    margin: 0px 7px;
    border: 1px #dbdbda solid;
    padding: 7px 15px;
    font-size: 16px;
    background-color: #CA0915 !important;
}

.minnav {
    height: 80px;
}
