@charset "utf-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
height: 100%;
}
body {.f_linkstxt ul:nth-child(2) li
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 {
color: #999;
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-thumb {
border-radius: 3px;
background: rgba(0, 0, 0, 0.2);
}

.bd_weixin_popup {
box-sizing: content-box;
}
.header {

background: url(../images/logobg.jpg) no-repeat center;
background-size: 100%;
clear: both;
}
.header .logo {
height: 210px;
background*: url(../images/h_bg.jpg) no-repeat left 650px bottom 0;
}
.header .logo>.fl {
width: 700px;
height: 130px;
background*: url(../images/logo.png) no-repeat center;
margin-top: 30px;
}
.header .logo>.fl a {
display: block;
float: left;
}
.header .logo>.fl a.ruc {
height: 100%;
width: 100%;
}
.header .logo>.fl a.jwjcc {
height: 100%;
width: 199px;
}
.header .logo form {
width: 170px;
height: 35px;
border: 1px solid #ccc;
border-radius: 6px;
margin: 0 0 0 0;
box-sizing: border-box;
clear: both;
}
.header .logo form input[type='text'] {
width: 133px;
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: 35px;
height: 35px;
background: #0263b3 url() 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;
}
.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: 120px;
float: left;
position: relative;
}
.header .nav>ul>li:first-child {
background: url() no-repeat left 10px center;
width: 130px;
text-align: left;
text-indent: 17px;
}
.header .nav>ul>li:first-child:hover a {
background: #01447a url() 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: #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;height: auto;overflow: hidden;
}
.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: 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: 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: 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: #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(../images/5.png) no-repeat left top 15px;
border-bottom: 2px solid #014b87;
}

.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(../images/1.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(../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 ul {
margin-bottom: 12px;
min-height: 235px;
}
.main .common_width .item2 .fl .col-md-6 ul li {
line-height: 36px;
height: 36px;
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(../images/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(../images/6.png) 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 h3 {
line-height: 40px;
height: 42px;
text-align: right;
font-size: 14px;
color: #014b87;
border-bottom: 2px solid #e1f1fe;
margin: 0 0 10px;
}
.main .common_width ul.notice_list h3 a {
color: #014b87;
}
.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 #014b87;
}
.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: 20px;
background: url(../images/icon_home.png) no-repeat left center;
}
.main .common_width.page .fl p.crumbs a+a {
padding-left: 28px;
background: url(../images/next.png) 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 .content h3 {
line-height: 40px;
height: 42px;
text-align: right;
font-size: 14px;
color: #014b87;
border-bottom: 2px solid #e1f1fe;
margin: 0;
}
.main .content h3 a {
color: #014b87;
}
.main .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 #014b87;
}
.main .content .tit {
padding: 0 30px;
text-align: center;
}
.main .content .tit h4 {
font-size: 22px;
color: #0263b3;
line-height: 36px;
padding-top: 24px;
margin: 0;
}
.main .content .tit span {
padding: 0 13px;
line-height: 30px;
font-size: 16px;
color: #666;
}
.main .content .txt {
padding: 0 30px;
}
.main .content .txt p {
font-size: 16px !important;
line-height: 28px;
color: #666;
margin: 15px 0;
text-align: justify;
}
.main .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: #0263b3 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: #0263b3 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: #0263b3 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: #0263b3 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: #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(../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;
}
.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: #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(../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: #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;
}

.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: 150px;
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: 0px;font-size:13px;
}
.f_linkstxt ul:nth-child(2) li {
width: 110px;
}
.f_linkstxt ul:nth-child(2) li a,
.f_linkstxt ul:nth-child(1) li a {
line-height: 40px;
}
.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;
}


.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;
}
.col-md-12 h3 a {
color: #014b87;
}
.col-md-12 h3 span {
display: block;
float: left;
padding-left: 28px;
font-size: 18px;
height: 47px;
background: url(../images/5.png) no-repeat left top 15px;
border-bottom: 2px solid #014b87;
}
