@charset ;
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;}

html {
    height: 100%;}

body {
    font-family: Microsoft Yahei;
    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;
    position: relative;}

.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(../../../12635/css/kabelc-book.jpg)}

::-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 {
    background: #fff;}

.header .logo {
    padding-top: 20px;
    height: 150px;
    background: url(header.jpg);
    background-repeat: no-repeat;
    background-position: 0% center;}

.school-link {
    position: absolute;
    top: 10px;
    right: 0px;
    color: #185492;
    font-size: 15px;}

.school-logo-box {
    display: block;
    padding: 8px 0px 10px 0px;}

.school-logo {
    height: 40px;}

.header .logo>.fl {
    margin-left: 0px;
    width: 550px;
    height: 50px;}

.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: 35px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 10px 0px 0;
    box-sizing: border-box;
    background: #ffffff
;}

.header .logo form input[type='text'] {
    width: 180px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #999;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;}

.header .logo form input[type='submit'] {
    width: 38px;
    height: 33px;
    background: #0263b3 url(search.jpg) no-repeat center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;}

.header .nav {
    height: 44px;
    line-height: 44px;
    background-color: #015293;
    position: relative;
    text-align: center;}

.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: 10%;
    float: left;
    position: relative;}

.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: #01447a;}

.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 #01447a;
    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: #01447a;}

.footer {
    background-color: #013966;
    padding: 15px 0;
    line-height: 30px;
    text-align: center;
    color: #edf0fa;}

.footer p {
    font-size: 14px;}

.footer p.copyright,
.footer p a {
    color: #8fa7bf;}

.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: #014b87;
    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: 275px;
    position: relative;}

.arrow-left {
    height: 46px;
    width: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -23px;
    /*background: rgba(0, 0, 0, .6) url(style_res/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(style_res/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: rgba(52, 111, 159, 0.9);
    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: #abbecd;
    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: #015293; */
    /*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: #014b87;}

.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: 240px;
    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: 0px 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: #80a5c3;
    top: 20px;
    left: 3px;}

.main .common_width .item2 .fl {
    width: 810px;
    margin-right: 30px;}

.main .common_width .item2 .fl .col-md-12 h3 {
    line-height: 50px;
    height: 47px;
    text-align: right;
    font-size: 14px;
    color: #014b87;
    border-bottom: 2px solid #e1f1fe;
    margin: 0 0 8px;}

.main .common_width .item2 .fl .col-md-12 h3 a {
    color: #014b87;}

.main .common_width .item2 .fl .col-md-12 h3 span {
    display: block;
    float: left;
    padding-left: 28px;
    font-size: 18px;
    height: 47px;
    background: url(icon/link.jpg) no-repeat left top 15px;
    border-bottom: 2px solid #014b87;}


/*.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(style_res/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 {
    line-height: 50px;
    height: 47px;
    text-align: right;
    font-size: 14px;
    color: #014b87;
    border-bottom: 1px solid #e1f1fe;
    margin: 0 0 8px;
    font-weight: normal;}

.main .common_width .item2 .fl .col-md-6 h3 a {
    color: #014b87;}

.main .common_width .item2 .fl .col-md-6 h3 span {
    display: block;
    float: left;
    padding-left: 28px;
    font-size: 18px;
    height: 47px;
    /*background: url(icon/announcement.png) no-repeat left top 15px;*/
    border-bottom: 2px solid #014b87;
    font-weight: bold;}

.main .common_width .item2 .fl .col-md-6 h3 span.work {
    background: url(icon/star.jpg) no-repeat left top 15px;}

.main .common_width .item2 .fl .col-md-6 h3 span.dang {
    background: url(icon/book.jpg) no-repeat left top 15px;}

.main .common_width .item2 .fl .col-md-6 h3 span.teach {
    background: url(icon/ring.jpg) no-repeat left top 15px;}

.main .common_width .item2 .fl .col-md-6 ul {
    margin-bottom: 12px;}

.main .common_width .item2 .fl .col-md-6 ul li {
    line-height: 30px;
    height: 42px;
    padding-left: 17px; 
    position: relative;}

.main .common_width .item2 .fl .col-md-6 ul li a {
    font-size: 16px;
    color: #4c4c4c;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s ease 0.1s;}

.main .common_width .item2 .fl .col-md-6 ul li:hover a {
    color: #ae0b2a;}

.main .common_width .item2 .fl .col-md-6 ul li em {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #e03b3b;
    top: 16px;
    left: 3px;}

.main .common_width .item2 .fr {
    width: 300px;}

.main .common_width .item2 .fr .subject_list h2 {
    background-color: #0263b3;
    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;
    border: 1px solid #b2d2ec;
    border-top: 0;}

.main .common_width .item2 .fr .subject_list ul li {
    height: 82px;}

.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: 20px;
    background: url(style_res/report.jpg) no-repeat center / cover;}

.main .common_width.page .fr {
    width: 300px;}

.main .common_width.page .fr .subject_list h2 {
    background-color: #0263b3;
    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: 10px;
    border: 1px solid #b2d2ec;
    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: 10px;}

.main .common_width.page .fr .school_news {
    margin-bottom: 20px;}

.main .common_width.page .fr .school_news h2 {
    background-color: #0263b3;
    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 #b2d2ec;
    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 #b3d2ec;}

.main .common_width.page .fr .school_news ul li:hover a {
    color: #0263b3;}

.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: #014b87;
    border-bottom: 2px solid #e1f1fe;
    margin: 0 0 30px;}

.main .common_width.page .fl .column_list h3 a {
    color: #014b87;}

.main .common_width.page .fl .column_list h3 span {
    display: block;
    float: left;
    padding-left: 28px;
    font-size: 18px;
    height: 42px;
    background: url(style_res/6.jpg) no-repeat left top 11px;
    border-bottom: 2px solid #014b87;}

.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: #0263b3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}

.main .common_width ul.notice_list {
    margin-bottom: 12px;}

.main .common_width ul.notice_list>div>h3 {
    line-height: 40px;
    height: 30px;
    text-align: right;
    font-size: 14px;
    color: #014b87;
    border-bottom: 2px solid #e1f1fe;
    margin: 0 0 10px;}

.main .common_width ul.notice_list>div>h3 a {
    color: #014b87;}

.main .common_width ul.notice_list>div>h3 span {
    display: block;
    float: left;
    padding-left: 28px;
    font-size: 18px;
    height: 30px;
    background: url(style_res/1.jpg) no-repeat left top 11px;
    border-bottom: 2px solid #014b87;}

.main .common_width ul.notice_list>div>li {
    line-height: 40px;
    height: 40px;
    padding-left: 17px;
    position: relative;
    font-size: 16px;}

.main .common_width ul.notice_list>div>li a {
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s ease 0.1s;}

.main .common_width ul.notice_list>div>li em {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #e03b3b;
    top: 18px;
    left: 3px;}

.main .common_width ul.notice_list>div>li span {
    float: right;
    font-size: 14px;
    color: #999;
    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: #015293;}

.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: 20px;
    background: url(style_res/icon_home.jpg) no-repeat left center;}

.main .common_width.page .fl p.crumbs a+a {
    padding-left: 28px;
    background: url(style_res/next.jpg) no-repeat left 11px 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: #015293;
    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: #014b87;
    border-bottom: 2px solid #e1f1fe;
    margin: 0;}

.main .common_width.page .fl .content h3 a {
    color: #014b87;}

.main .common_width.page .fl .content h3 span {
    display: block;
    float: left;
    padding-left: 28px;
    font-size: 18px;
    height: 42px;
    background: url(style_res/1.jpg) no-repeat left top 11px;
    border-bottom: 2px solid #014b87;}

.main .common_width.page .fl .content .tit {
    padding: 0 30px;
    text-align: center;}

.main .common_width.page .fl .content .tit h4 {
    font-size: 22px;
    color: #0263b3;
    line-height: 36px;
    padding-top: 24px;
    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(style_res/wechat.jpg) no-repeat center;}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_weixin:hover {
    background: #0263b3 url(style_res/wechat.jpg) no-repeat center;}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_tsina {
    background: #cccccc url(style_res/sina.jpg) no-repeat center;}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_tsina:hover {
    background: #0263b3 url(style_res/sina.jpg) no-repeat center;}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_sqq {
    background: #cccccc url(style_res/qq.jpg) no-repeat center;}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_sqq:hover {
    background: #0263b3 url(style_res/qq.jpg) no-repeat center;}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_more {
    background: #cccccc url(style_res/more.jpg) no-repeat center;}

.main .common_width.page .fl .share .bdsharebuttonbox a.bds_more:hover {
    background: #0263b3 url(style_res/more.jpg) 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: #0263b3;
    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;}

.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: #3273a7;}

.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;}

.main .common_width.page2 .fr p.crumbs a {
    display: block;
    float: left;
    font-size: 14px;
    color: #666;}

.main .common_width.page2 .fr p.crumbs a:first-child {
    padding-left: 20px;
    background: url(style_res/icon_home.jpg) no-repeat left center;}

.main .common_width.page2 .fr p.crumbs a+a {
    padding-left: 28px;
    background: url(style_res/next.jpg) no-repeat left 11px center;}

.main .common_width.page2 .fr ul.news_list h3 {
    line-height: 40px;
    height: 42px;
    text-align: right;
    font-size: 14px;
    color: #014b87;
    border-bottom: 2px solid #e1f1fe;
    margin: 0 0 30px;}

.main .common_width.page2 .fr ul.news_list h3 a {
    color: #014b87;}

.main .common_width.page2 .fr ul.news_list h3 span {
    display: block;
    float: left;
    font-size: 18px;
    height: 42px;
    border-bottom: 2px solid #014b87;}

.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: #0263b3;
    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(style_res/em_icon.jpg) 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: #014b87;
    border-bottom: 2px solid #e1f1fe;
    margin: 0 0 22px;}

.main .common_width.page2 .fr ul.picnews_list h3 a {
    color: #014b87;}

.main .common_width.page2 .fr ul.picnews_list h3 span {
    display: block;
    float: left;
    font-size: 18px;
    height: 42px;
    border-bottom: 2px solid #014b87;}

.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: 72px;
    overflow: hidden;}

.main .common_width.page2 .fr ul.picnews_list li a .txt span.date {
    display: block;
    line-height: 34px;
    font-size: 16px;
    color: #0263b3;}

.main .common_width.page2 .fr .r_content h3 {
    line-height: 40px;
    height: 42px;
    text-align: right;
    font-size: 14px;
    color: #014b87;
    border-bottom: 2px solid #e1f1fe;
    margin: 0 0 22px;}

.main .common_width.page2 .fr .r_content h3 a {
    color: #014b87;}

.main .common_width.page2 .fr .r_content h3 span {
    display: block;
    float: left;
    font-size: 18px;
    height: 42px;
    border-bottom: 2px solid #014b87;}

.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: #0263b3;
    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: #0263b3;
    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 #014b87;
    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 #014b87;
    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: 100px;
    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: 36%;
    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;}

.news_box ul>li>a>span {
    float: right;
    color: #989898
;}

.search-box {
    position: absolute;
    right: 0px;
    z-index: 10;}

.crumbs {
    float: right;}

#wp_column_article {
    margin-top: 30px;}

#wp_paging_w6 {
    overflow: auto;
    zoom: 1;}

.crumbs a {
    color: #989898;}
