@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: "微软雅黑" !important;
    background-color: #fff;
    font-size: 14px;
    height: 100%;
}

a,
a:hover {
    text-decoration: none !important;
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.common_width {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

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

body ul,
body p {
    margin: 0;
}

ul>li {
    list-style-type: none;
}

img {
    border: none;
    outline: none;
}

input {
    outline: none;
    border: 0;
    font-family: "微软雅黑" !important;
    background: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}


/*清除苹果按钮样式*/

.btn:focus {
    outline: none !important;
}

@font-face {
    font-family: "KabelCBook";
    src: url(KabelC-Book.otf);
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}


/*------LESS------*/

.bd_weixin_popup {
    box-sizing: content-box;
}

.header {
    height: 164px;
}

.header .logo {
    height: 120px;
    background: url(../images/h_bg.jpg) no-repeat left 650px bottom 0;
}

.header .logo>.fl {
    width: 512px;
    height: 120px;
    background: url(../images/logo.png) no-repeat center;
}

.header .logo>.fl a {
    display: block;
    float: left;
}

.header .logo>.fl a.ruc {
    height: 100%;
    width: 313px;
}

.header .logo>.fl a.jwjcc {
    height: 100%;
    width: 199px;
}

.header .logo form {
    width: 220px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 40px 0;
    box-sizing: border-box;
}

.header .logo form input[type='text'] {
    width: 180px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #999;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
}

.header .logo form input[type='submit'] {
    width: 38px;
    height: 38px;
    background: #ae0b2a url(../images/search.png) no-repeat center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header .nav {
    height: 44px;
    line-height: 44px;
    background-color: #ae0b2a;
    position: relative;
}

.header .nav .level2 {
    height: 72px;
    position: absolute;
    width: 100%;
    background-color: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
    display: none;
    z-index: 999;
}

.header .nav>ul>li {
    width: 92px;
    float: left;
    position: relative;
}

.header .nav>ul>li:first-child {
    background: url(../images/dang.png) no-repeat left 10px center;
    width: 88px;
    text-align: left;
    text-indent: 17px;
}

.header .nav>ul>li:first-child:hover a {
    background: #980420 url(../images/dang.png) no-repeat left 10px center;
}

.header .nav>ul>li>a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.header .nav>ul>li.active>a {
    background-color: #980420;
}

.header .nav>ul>li>ul {
    height: 72px;
    line-height: 72px;
    position: absolute;
    left: -88px;
    top: 44px;
    width: 1200px;
    z-index: 1000;
    display: none;
}

.header .nav>ul>li>ul li {
    float: left;
}

.header .nav>ul>li>ul li a {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 0 20px;
    font-weight: bold;
}

.header .nav>ul>li>em {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ae0b2a;
    position: absolute;
    top: 44px;
    left: 50%;
    z-index: 1000;
    margin-left: -8px;
    opacity: 0;
    transition: all 0.2s ease 0.1s;
}

.header .nav>ul>li>em.active {
    opacity: 1;
}

.header .nav>ul>li:hover>a {
    background-color: #980420;
}

.footer {
    background-color: #ae0b2a;
    padding: 15px 0;
    line-height: 30px;
    text-align: center;
    color: #edf0fa;
}

.footer p {
    font-size: 14px;
}

.footer p.copyright,
.footer p a {
    color: #d8abb3;
}

.main {
    background-color: #f0f0f0;
    padding-bottom: 22px;
}

.main .common_width {
    background-color: #fff;
    padding: 30px 30px;
}

.main .common_width .first_new {
    text-align: center;
    padding-bottom: 28px;
}

.main .common_width .first_new h2 {
    margin: 0;
    color: #ae0b2a;
    font-size: 36px;
    font-weight: bold;
    line-height: 34px;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .common_width .first_new p {
    font-size: 16px;
    line-height: 20px;
    color: #4c4c4c;
    margin-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .common_width .item1 {
    height: 383px;
    margin-bottom: 30px;
}

.main .common_width .item1 .slide {
    height: 383px;
    position: relative;
}

.arrow-left {
    height: 46px;
    width: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -23px;
    background: rgba(0, 0, 0, .6) url(../images/arrows_01.png) no-repeat center;
    cursor: pointer;
}

.arrow-right {
    height: 46px;
    width: 25px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -23px;
    background: rgba(0, 0, 0, .6) url(../images/arrows_02.png) no-repeat center;
    cursor: pointer;
}

.main .common_width .item1 .slide .swiper-container {
    height: 100%;
}

.main .common_width .item1 .slide .swiper-container a {
    display: block;
    height: 100%;
    position: relative;
}

.main .common_width .item1 .slide .swiper-container a p {
    line-height: 46px;
    height: 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ae0b2abf;
    padding: 0 30px;
    color: #fff;
}

.main .common_width .item1 .slide .swiper-container a p em {
    font-style: normal;
    font-size: 16px;
    display: block;
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main .common_width .item1 .slide .swiper-container .pagination {
    left: auto;
    right: 0;
    width: auto;
    bottom: 0;
    height: 46px;
    padding-right: 20px;
    position: absolute;
    margin: 0;
}

.main .common_width .item1 .slide .swiper-container .pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #f59aab;
    float: left;
    margin: 18px 4px 0;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.2 ease 0.1;
}

.main .common_width .item1 .slide .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch {
    background-color: #fff;
}

.main .common_width .item1 .col-md-5 {
    position: relative;
}

.main .common_width .item1 .col-md-5 .tit {
    height: 40px;
    background-color: #f2f2f2;
    line-height: 40px;
    position: relative;
}

.main .common_width .item1 .col-md-5 .tit span {
    padding: 0 23px;
    float: left;
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.1s ease 0.1s;
}

.main .common_width .item1 .col-md-5 .tit span#active {
    background-color: #ae0b2a;
    color: #fff;
}

.main .common_width .item1 .col-md-5 .tit a {
    display: none;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ae0b2a;
}

.main .common_width .item1 .col-md-5 ul {
    padding: 17px 15px 0;
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    position: absolute;
    top: 40px;
    left: 0;
    height: 343px;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
}

.main .common_width .item1 .col-md-5 ul li {
    padding-left: 18px;
    padding-right: 10px;
    position: relative;
}

.main .common_width .item1 .col-md-5 ul li a {
    color: #4c4c4c;
    display: block;
    padding: 7px 0;
    transition: all 0.5s ease 0.1s;
}

.main .common_width .item1 .col-md-5 ul li:hover a {
    color: #ae0b2a;
}

.main .common_width .item1 .col-md-5 ul li em {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #ae0b2a;
    top: 20px;
    left: 3px;
}

.main .common_width .item2 .fl {
    width: 760px;
}

.main .common_width .item2 .fl .col-md-12 h3 {
    line-height: 40px;
    height: 40px;
    text-align: right;
    font-size: 14px;
    color: #ae0b2a;
    margin: 0 0 8px;
    background: #f2f2f2;
}

.main .common_width .item2 .fl .col-md-12 h3 a {
    color: #ae0b2a;
}

.main .common_width .item2 .fl .col-md-12 h3 span {
    display: block;
    float: left;
    padding: 0 20px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: #ae0b2a;
    color: #fff;
}


/*.main .common_width .item2 .fl .col-md-12 .col-md-4 .select_top {
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease 0.1s;
}
.main .common_width .item2 .fl .col-md-12 .col-md-4 .select_top.active {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main .common_width .item2 .fl .col-md-12 .col-md-4 .select_top p {
  font-size: 16px;
  color: #999;
  padding-left: 22px;
}
.main .common_width .item2 .fl .col-md-12 .col-md-4 .select_top p span {
  width: 40px;
  height: 40px;
  background: url(../images/top.png) no-repeat center;
  margin-right: 15px;
  display: block;
  float: right;
}
.main .common_width .item2 .fl .col-md-12 .col-md-4 .select_top ul {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  margin: 0 -1px;
  box-sizing: content-box;
  border: 1px solid #ccc;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: none;
}
.main .common_width .item2 .fl .col-md-12 .col-md-4 .select_top ul li {
  padding-left: 22px;
}
.main .common_width .item2 .fl .col-md-12 .col-md-4 .select_top ul li a {
  color: #999;
}
.main .common_width .item2 .fl .col-md-12 .col-md-4 .select_top ul li + li {
  border-top: 1px dashed #ccc;
}*/

.main .common_width .item2 .fl .col-md-6 h3,
.main .common_width .itemNew .fr .col-md-12 h3 {
    line-height: 40px;
    height: 40px;
    text-align: right;
    font-size: 14px;
    color: #ae0b2a;
    margin: 0 0 8px;
    font-weight: normal;
    background: #f2f2f2;
}

.main .common_width .item2 .fl .col-md-6 h3 a,
.main .common_width .itemNew .fr .col-md-12 h3 a {
    color: #ae0b2a;
    padding: 0 10px;
}


/* 
.main .common_width .item2 .fl .col-md-6 h3 span,
.main .common_width .itemNew .fr .col-md-12 h3 span {
    display: block;
    float: left;
    padding-left: 28px;
    font-size: 18px;
    height: 47px;
    background: url(../images/1.png) no-repeat left top 15px;
    border-bottom: 2px solid #ae0b2a;
    font-weight: bold;
}

.main .common_width .item2 .fl .col-md-6 h3 span.work {
    background: url(../images/2.png) no-repeat left top 15px;
}

.main .common_width .item2 .fl .col-md-6 h3 span.dang {
    background: url(../images/3.png) no-repeat left top 15px;
}

.main .common_width .item2 .fl .col-md-6 h3 span.teach {
    background: url(../images/4.png) no-repeat left top 15px;
} */

.main .common_width .item2 .fl .col-md-6 h3 span,
.main .common_width .itemNew .fr .col-md-12 h3 span {
    display: block;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: #ae0b2a;
    color: #fff;
    padding: 0 20px;
    font-weight: bold;
}

.main .common_width .item2 .fl .col-md-6 ul,
.main .common_width .itemNew .fr .col-md-12 ul {
    margin-bottom: 12px;
}

.main .common_width .item2 .fl .col-md-6 ul li,
.main .common_width .itemNew .fr .col-md-12 ul li {
    line-height: 36px;
    height: 36px;
    padding-left: 17px;
    position: relative;
    display: flex;
}

.main .common_width .item2 .fl .col-md-6 ul li a,
.main .common_width .itemNew .fr .col-md-12 ul li a {
    font-size: 16px;
    color: #4c4c4c;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
    transition: all 0.5s ease 0.1s;
}

.main .common_width .item2 .fl .col-md-6 ul li:hover a,
.main .common_width .itemNew .fr .col-md-12 ul li:hover a {
    color: #ae0b2a;
}

.main .common_width .item2 .fl .col-md-6 ul li em,
.main .common_width .itemNew .fr .col-md-12 ul li em {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #e03b3b;
    top: 16px;
    left: 3px;
}

.main .common_width .item2 .fr {
    width: 380px;
}

.main .common_width .item2 .fr .subject_list h2 {
    background-color: #ae0b2a;
    margin: 0;
    padding: 0 10px 0 18px;
    height: 42px;
}

.main .common_width .item2 .fr .subject_list h2 a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 42px;
}

.main .common_width .item2 .fr .subject_list h2 a span {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 42px;
    font-weight: normal;
}

.main .common_width .item2 .fr .subject_list ul {
    padding: 10px 10px;
    border: 1px solid #ae0b2a52;
    border-top: 0;
}

.main .common_width .item2 .fr .subject_list ul li {
    height: 94px;
}

.main .common_width .item2 .fr .subject_list ul li a {
    display: block;
    height: 100%;
}

.main .common_width .item2 .fr .subject_list ul li+li {
    margin-top: 10px;
}

.main .common_width .item2 .fr .subject_list #report {
    height: 72px;
    display: block;
    margin-top: 10px;
    background: url(../images/report.jpg) no-repeat center / cover;
}

.main .common_width.page .fr {
    width: 300px;
}

.main .common_width.page .fr .subject_list h2 {
    background-color: #ae0c2a;
    margin: 0;
    padding: 0 10px 0 18px;
    height: 42px;
}

.main .common_width.page .fr .subject_list h2 a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 42px;
}

.main .common_width.page .fr .subject_list h2 a span {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 42px;
    font-weight: normal;
}

.main .common_width.page .fr .subject_list ul {
    padding: 30px 10px;
    border: 1px solid #ae0b2a52;
    border-top: 0;
}

.main .common_width.page .fr .subject_list ul li {
    height: 82px;
}

.main .common_width.page .fr .subject_list ul li a {
    display: block;
    height: 100%;
}

.main .common_width.page .fr .subject_list ul li+li {
    margin-top: 30px;
}

.main .common_width.page .fr .school_news {
    margin-bottom: 20px;
}

.main .common_width.page .fr .school_news h2 {
    background-color: #ae0c2a;
    margin: 0;
    padding: 0 10px 0 18px;
    height: 42px;
}

.main .common_width.page .fr .school_news h2 a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 42px;
}

.main .common_width.page .fr .school_news h2 a span {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 42px;
    font-weight: normal;
}

.main .common_width.page .fr .school_news ul {
    padding: 6px 10px;
    border: 1px solid #ae0b2a52;
    border-top: 0;
}

.main .common_width.page .fr .school_news ul li {
    line-height: 22px;
    font-size: 14px;
    padding: 8px 5px;
}

.main .common_width.page .fr .school_news ul li a {
    color: #4c4c4c;
    display: block;
    max-height: 44px;
    overflow: hidden;
    transition: all 0.5s ease 0.1s;
}

.main .common_width.page .fr .school_news ul li+li {
    border-top: 1px dashed #ae0b2a52;
}

.main .common_width.page .fr .school_news ul li:hover a {
    color: #ae0c2a;
}

.main .common_width.page .fl {
    width: 810px;
    position: relative;
}

.main .common_width.page .fl .column_list {
    margin-bottom: 12px;
}

.main .common_width.page .fl .column_list h3 {
    line-height: 40px;
    height: 42px;
    text-align: right;
    font-size: 14px;
    color: #ae0b2a;
    border-bottom: 2px solid #e1f1fe;
    margin: 0 0 30px;
}

.main .common_width.page .fl .column_list h3 a {
    color: #ae0b2a;
}

.main .common_width.page .fl .column_list h3 span {
    display: block;
    float: left;
    padding-left: 28px;
    font-size: 18px;
    height: 42px;
    background: url(../images/6.png) no-repeat left top 11px;
    border-bottom: 2px solid #ae0b2a;
}

.main .common_width.page .fl .column_list .row {
    margin-right: -6px;
    margin-left: -6px;
}

.main .common_width.page .fl .column_list .col-md-6 {
    padding-right: 6px;
    padding-left: 6px;
}

.main .common_width.page .fl .column_list .col-md-6>a {
    border: 1px solid #ccc;
    padding: 6px 6px 0;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.main .common_width.page .fl .column_list .col-md-6>a .pic {
    height: 116px;
}

.main .common_width.page .fl .column_list .col-md-6>a p {
    line-height: 46px;
    font-size: 16px;
    color: #ae0c2a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .common_width ul.notice_list {
    margin-bottom: 12px;
    padding-top: 5px;
}

.main .common_width ul.notice_list h3 {
    line-height: 40px;
    height: 42px;
    text-align: right;
    font-size: 14px;
    color: #ae0b2a;
    border-bottom: 2px solid #ae0c2a29;
    margin: 0 0 10px;
}

.main .common_width ul.notice_list h3 a {
    color: #ae0b2a;
}

.main .common_width ul.notice_list h3 span {
    display: block;
    float: left;
    padding-left: 28px;
    font-size: 18px;
    height: 42px;
    background: url(../images/1.png) no-repeat left top 11px;
    border-bottom: 2px solid #ae0b2a;
}

.main .common_width ul.notice_list li {
    line-height: 40px;
    height: 40px;
    padding-left: 17px;
    position: relative;
    font-size: 16px;
}

.main .common_width ul.notice_list li a {
    color: #333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-right: 135px;
    transition: all 0.5s ease 0.1s;
}

.main .common_width ul.notice_list li em {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #e03b3b;
    top: 18px;
    left: 3px;
}

.main .common_width ul.notice_list li span {
    display: block;
    height: 100%;
    float: right;
    font-size: 14px;
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease 0.1s;
}

.main .common_width ul.notice_list li:hover a,
.main .common_width ul.notice_list li:hover span {
    color: #ae0b2a;
}

.main .common_width ul.notice_list li:nth-child(5n)+li {
    box-sizing: content-box;
    padding-bottom: 6px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 6px;
}

.main .common_width ul.notice_list li:last-child {
    border-bottom: 0 !important;
}

.main .common_width.page .fl p.crumbs {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
}

.main .common_width.page .fl p.crumbs a {
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
}

.main .common_width.page .fl p.crumbs a:first-child {
    padding-left: 16px;
    background: url(../images/icon_home.png) no-repeat left center;
}

.main .common_width.page .fl p.crumbs a+a {
    padding-left: 14px;
    background: url(../images/next.png) no-repeat left 4px center;
}

.main .common_width.page .fl .page_nav {
    text-align: center;
    font-size: 0;
}

.main .common_width.page .fl .page_nav span,
.main .common_width.page .fl .page_nav a {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e6e6e6;
    vertical-align: middle;
    margin-right: 10px;
}

.main .common_width.page .fl .page_nav form {
    display: inline-block;
    height: 30px;
    width: 88px;
    border: 1px solid #e6e6e6;
    vertical-align: middle;
}

.main .common_width.page .fl .page_nav form input[type="text"] {
    width: 58px;
    height: 28px;
    float: left;
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    text-align: center;
}

.main .common_width.page .fl .page_nav form input[type="button"] {
    width: 28px;
    height: 28px;
    float: left;
    background-color: #ae0b2a;
    font-family: 'Arial';
    color: #fff;
    font-size: 12px;
}

.main .common_width.page .fl .content h3 {
    line-height: 40px;
    height: 42px;
    text-align: right;
    font-size: 14px;
    color: #ae0b2a;
    border-bottom: 2px solid #ae0c2a29;
    margin: 0;
}

.main .common_width.page .fl .content h3 a {
    color: #ae0b2a;
}

.main .common_width.page .fl .content h3 span {
    display: block;
    float: left;
    padding-left: 28px;
    font-size: 18px;
    height: 42px;
    background: url(../images/1.png) no-repeat left top 11px;
    border-bottom: 2px solid #ae0b2a;
}

.main .common_width.page .fl .content .tit {
    padding: 15px 30px;
    text-align: center;
}

.main .common_width.page .fl .content .tit h4 {
    font-size: 22px;
    color: #ae0c2a;
    line-height: 36px;
    padding-top: 0px;
    margin: 0;
}

.main .common_width.page .fl .content .tit span {
    padding: 0 13px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.main .common_width.page .fl .content .txt {
    padding: 0 30px;
}

.main .common_width.page .fl .content .txt p {
    font-size: 16px !important;
    line-height: 28px;
    color: #666;
    margin: 15px 0;
    text-align: justify;
}

.main .common_width.page .fl .content .txt img {
    max-width: 100%;
}

.main .common_width.page .fl .share {
    padding: 30px 30px 10px;
    box-sizing: content-box;
    height: 24px;
}

.main .common_width.page .fl .share .bdsharebuttonbox {
    font-size: 14px;
    color: #999;
}

.main .common_width.page .fl .share .bdsharebuttonbox a {
    margin: 0 6px 0 0;
    line-height: 24px;
    height: 24px;
    padding-left: 24px;
    border-radius: 2px;
    transition: all 0.3s ease 0.1s;
}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_weixin {
    background: #cccccc url(../images/wechat.png) no-repeat center;
}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_weixin:hover {
    background: #ae0c2a url(../images/wechat.png) no-repeat center;
}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_tsina {
    background: #cccccc url(../images/sina.png) no-repeat center;
}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_tsina:hover {
    background: #ae0c2a url(../images/sina.png) no-repeat center;
}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_sqq {
    background: #cccccc url(../images/qq.png) no-repeat center;
}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_sqq:hover {
    background: #ae0c2a url(../images/qq.png) no-repeat center;
}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_more {
    background: #cccccc url(../images/more.png) no-repeat center;
}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_more:hover {
    background: #ae0c2a url(../images/more.png) no-repeat center;
}

.main .common_width.page .fl .share .bdsharebuttonbox span {
    display: block;
    float: left;
    line-height: 24px;
}

.main .common_width.page2 .fl {
    width: 260px;
}

.main .common_width.page2 .fl h2 {
    height: 70px;
    line-height: 64px;
    text-align: center;
    background-color: #ae0c2a;
    margin: 0;
    font-size: 24px;
    color: #f0f0f0;
    position: relative;
}

.main .common_width.page2 .fl h2 span {
    width: 96px;
    height: 1px;
    display: block;
    position: absolute;
    top: 54px;
    left: 50%;
    margin-left: -48px;
    background-color: #f0f0f0;
}

.main .common_width.page2 .fl ul.left_nav {
    background-color: #f5f5f5;
    padding: 10px 0;
    text-align: center;
}

.main .common_width.page2 .fl ul.left_nav li {
    /* height: 50px; */
    /* line-height: 49px; */
}

.main .common_width.page2 .fl ul.left_nav li a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    padding: 12px 10px;
}

.main .common_width.page2 .fl ul.left_nav li+li {
    border-top: 1px solid #dce4eb;
}

.main .common_width.page2 .fl ul.left_nav li.active {
    background-color: #c82644;
}

.main .common_width.page2 .fl ul.left_nav li.active a {
    color: #fff;
}

.main .common_width.page2 .fr {
    width: 830px;
    position: relative;
}

.main .common_width.page2 .fr p.crumbs {
    /* position: absolute; */
    /* top: 0; */
    right: 0;
    line-height: 40px;
    text-align: right;
    overflow: hidden;
}

.main .common_width.page2 .fr p.crumbs a {
    display: inline-block;
    /* float: left; */
    font-size: 14px;
    color: #666;
}

.main .common_width.page2 .fr p.crumbs a:first-child {
    padding-left: 20px;
    background: url(../images/icon_home.png) no-repeat left center;
}

.main .common_width.page2 .fr p.crumbs a+a {
    padding-left: 28px;
    background: url(../images/next.png) no-repeat left 11px center;
}

.main .common_width.page2 .fr .page_nav {
    text-align: center;
    font-size: 0;
    padding-top: 10px;
}

.main .common_width.page2 .fr .page_nav span,
.main .common_width.page2 .fr .page_nav a {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e6e6e6;
    vertical-align: middle;
    margin-right: 10px;
}

.main .common_width.page2 .fr .page_nav form {
    display: inline-block;
    height: 30px;
    width: 88px;
    border: 1px solid #e6e6e6;
    vertical-align: middle;
}

.main .common_width.page2 .fr .page_nav form input[type="text"] {
    width: 58px;
    height: 28px;
    float: left;
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    text-align: center;
}

.main .common_width.page2 .fr .page_nav form input[type="button"] {
    width: 28px;
    height: 28px;
    float: left;
    background-color: #015293;
    font-family: 'Arial';
    color: #fff;
    font-size: 12px;
}

.main .common_width.page2 .fr ul.news_list h3 {
    line-height: 40px;
    height: 42px;
    text-align: right;
    font-size: 14px;
    color: #ae0b2a;
    border-bottom: 2px solid #e1f1fe;
    margin: 0 0 30px;
}

.main .common_width.page2 .fr ul.news_list h3 a {
    color: #ae0b2a;
}

.main .common_width.page2 .fr ul.news_list h3 span {
    display: block;
    float: left;
    font-size: 18px;
    height: 42px;
    border-bottom: 2px solid #ae0b2a;
}

.main .common_width.page2 .fr ul.news_list li {
    height: 198px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px #e7edf2;
    padding: 0 30px 0 35px;
    margin-bottom: 20px;
}

.main .common_width.page2 .fr ul.news_list li a {
    display: block;
}

.main .common_width.page2 .fr ul.news_list li a h5 {
    font-size: 26px;
    line-height: 38px;
    color: #ae0c2a;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .common_width.page2 .fr ul.news_list li a p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #808080;
    font-size: 14px;
}

.main .common_width.page2 .fr ul.news_list li a span.date {
    line-height: 50px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    display: block;
    font-family: 'Arial';
}

.main .common_width.page2 .fr ul.news_list li a span.date em {
    font-style: normal;
    float: right;
    font-size: #ed1e1e;
    padding-left: 24px;
    font-size: 14px;
    font-weight: normal;
    background: url(../images/em_icon.png) no-repeat left center;
}

.main .common_width.page2 .fr ul.picnews_list {
    padding-bottom: 20px;
}

.main .common_width.page2 .fr ul.picnews_list h3 {
    line-height: 40px;
    height: 42px;
    text-align: right;
    font-size: 14px;
    color: #ae0b2a;
    border-bottom: 2px solid #e1f1fe;
    margin: 0 0 22px;
}

.main .common_width.page2 .fr ul.picnews_list h3 a {
    color: #ae0b2a;
}

.main .common_width.page2 .fr ul.picnews_list h3 span {
    display: block;
    float: left;
    font-size: 18px;
    height: 42px;
    border-bottom: 2px solid #ae0b2a;
}

.main .common_width.page2 .fr ul.picnews_list li {
    height: 161px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.main .common_width.page2 .fr ul.picnews_list li a {
    display: block;
    height: 100%;
    position: relative;
}

.main .common_width.page2 .fr ul.picnews_list li a .pic {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
}

.main .common_width.page2 .fr ul.picnews_list li a .txt {
    height: 100%;
    padding-left: 273px;
}

.main .common_width.page2 .fr ul.picnews_list li a .txt h5 {
    line-height: 28px;
    margin-top: 6px;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 4px;
}

.main .common_width.page2 .fr ul.picnews_list li a .txt p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    height: 60px;
    overflow: hidden;
}

.main .common_width.page2 .fr ul.picnews_list li a .txt span.date {
    display: block;
    line-height: 34px;
    font-size: 16px;
    color: #ae0c2a;
}

.main .common_width.page2 .fr .r_content h3 {
    line-height: 40px;
    height: 42px;
    text-align: right;
    font-size: 14px;
    color: #ae0b2a;
    border-bottom: 2px solid #ae0c2a29;
    margin: 0 0 22px;
}

.main .common_width.page2 .fr .r_content h3 a {
    color: #ae0b2a;
}

.main .common_width.page2 .fr .r_content h3 span {
    display: block;
    float: left;
    font-size: 18px;
    height: 42px;
    border-bottom: 2px solid #ae0b2a;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox img {
    max-width: 100%;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox h4 {
    font-size: 22px;
    color: #ae0c2a;
    text-align: center;
    line-height: 36px;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox p {
    margin: 15px 0;
    color: #666;
    word-wrap: break-word;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox p.info {
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    margin: 0;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox p.info span {
    padding: 0 8px;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox table {
    width: 700px;
    margin: 25px auto;
    text-align: center;
    border-collapse: collapse;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox table th {
    height: 50px;
    text-align: center;
    background-color: #3273a7;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox table td {
    line-height: 28px;
    padding: 12px 0;
    font-size: 16px;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox table tr:nth-child(odd) {
    background-color: #eaf1f6;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox table.t_one tr>td:first-child {
    color: #ae0c2a;
    width: 150px;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox table.t_one tr>td:nth-child(2) {
    color: #1a1a1a;
    width: 200px;
}

.main .common_width.page2 .fr .r_content .soogee_txtbox table.t_one tr>td:nth-child(3) {
    color: #333;
}

.master_pic {
    height: 700px;
    width: 100%;
    position: relative;
}

.master_pic>div {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    opacity: 1;
    transition: all 0.7s ease 0.1s;
}

.master_pic.active div {
    opacity: 0;
}


/*2018.11.17update*/

.f_linkstit {
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #ae0b2a;
    position: relative;
}

.f_linkstit span {
    display: inline-block;
    padding: 0 28px 10px;
    cursor: pointer;
}

.f_linkstit em {
    width: 0;
    height: 0;
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ae0b2a;
    position: absolute;
    top: 39px;
    left: 120px;
    margin-left: -65px;
    z-index: 1000;
    transition: all 0.35s ease 0.1s;
}

.f_linkstxt {
    padding-top: 15px;
    height: 155px;
    overflow: hidden;
}

.f_linkstxt ul {
    display: none;
}

.f_linkstxt ul li {
    width: 135px;
    float: left;
}

.f_linkstxt ul li a {
    display: block;
    line-height: 28px;
    text-align: left;
    color: #4c4c4c;
    padding-left: 4px;
}

.f_linkstxt ul:nth-child(2) li {
    width: 270px;
}

.f_linkstxt ul:nth-child(2) li a,
.f_linkstxt ul:nth-child(1) li a {
    line-height: 48px;
}

.f_linkstxt ul:nth-child(1) li {
    width: 162px;
}

.col-md-12 {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.col-md-7 {
    width: 58.33333333%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.col-md-6 {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.col-md-5 {
    width: 41.66666667%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}


/* newcss */