﻿/**==base set Start==**/
@charset "UTF-8";
*,
::before,
::after {
    margin: 0;
    padding: 0;
    -webkit-tap-hightlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: "Miscrosoft Yahei", "微软雅黑", sans-serif; /*手机端浏览器默认字体*/
    color: #444444;
    background-color: #fff;
    min-width: 1000px;
}

a {
    text-decoration: none;
    color: #191616;
}

img {
    border: none;
    outline: none;
}

.fl {
    float: left;
    position: relative;
}

.fr {
    float: right;
}

ul {
    list-style: none;
}

input, textarea, select {
    border: none;
    resize: none;
    outline: none;
    -webkit-appearance: none; /*清除浏览器默认样式*/
    vertical-align: middle;
}

input, textarea {
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 10px;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background-color: transparent;
    padding: 9px 5% 9px 10px;
}

select::-ms-expand {
    display: none;
}

.clear-fix {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin-top: 0px;
    overflow: hidden;
}

/**==base set End==**/
/**==top-bar Start==**/

.top-bar {
    background-color: #005aa5;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.top-bar > div {
    width: 1000px;
    margin: 0 auto;
}

.top-bar > div li {
    float: left;
    padding: 0 24px;
    cursor: pointer;
    position: relative;
}

.top-bar > div li.public-num {
    background: url(../images/icon_wx.png) left center no-repeat;
}

.top-bar > div li.email {
    background: url(../images/icon_email.png) left center no-repeat;
}

.top-bar > div li.last_li {
    padding-right: 0
}

.top-bar a {
    color: #fff;
}

.wx_code {
    position: absolute;
    top: 40px;
    height: 128px;
    width: 128px;
    border: 6px solid #3c88db;
    z-index: 999;
    display: none;
}

.wx_code > img {
    width: 100%;
    height: 100%;
}

/**==top-bar End==**/
/**==top-header Start==**/
.header-container {
    background: url(../images/topbg.jpg) center bottom no-repeat;
    min-height: 220px;
    margin-bottom: 20px;
}

.head_common { width: 1000px; margin: 20px auto 0px auto; text-align: center; padding: 10px;}

.head_common .title .logo{ float: left; width: 120px; text-align: center;}
.head_common .title .logo img{ width: 80px;}
.head_common .title p.name{
    font-size: 30px;
    line-height: 70px;
    color: #0c3f9c;
    font-weight: bold;
    margin: 0px;
    text-align: left;
}

.head_common .title p.sub-name {
    line-height: 26px;
    color: #9f9f9f;
    margin: 10px;

}


.header {
    width: 710px;
    padding-left: 162px;
    margin: 0 auto 0px;
    text-align: center;
}

.header .title {
    padding-left: 120px;
    background: url(../images/logo.png) left center no-repeat;
    display: inline-block;
    height: 90px;
    margin: 10px 0 ;
}

.header .title p.name {
    font-size: 32px;
    line-height: 58px;
    color: #2d2d2d;
    font-weight: bold;
}

.header .title p.sub-name {
    line-height: 26px;
    color: #9f9f9f;

}

.header .title p.sub-name a {
    margin-right: 20px;
    margin-left: 10px;
    color: #9f9f9f;
}

.search-box {
    position: relative;
}

.search-box .select-box {
    width: 34%;
    padding-right: 5%;
    background: #005aa5 url(../images/arrow.png) 95% center no-repeat;
    overflow: hidden;
    float: left;
    height: 35px;
    line-height: 32px;
}

.search-box select {
    width: 220px;
    color: #fff;

}

.search-box input {
    width: 66%;
    vertical-align: top;
    border: 1px solid #005AA5;
    float: left;
    border-left: none;
    color: #999;
    padding-right: 6%;

}

.search-box .search-btn {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 12px;
    cursor: pointer;
    background: url(../images/search.png);
}

/**==top-header End==**/

/**==container-box Start==**/
.container-box {
    width: 100%;
    margin-top: 6px;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.content-box > div {
    display: inline-block;
}

.content-box .tab-nav {
    width: 190px;
}

.content-box > .tab-content {
    width: 800px;
    float: right;
}

.content-box > .tab-nav li {
    position: relative;
    display: block;
    color: white;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    background-color: #005aa5;
    padding-left: 30px;
}
.content-box .tab-nav li a{ color:white; }

.content-box .tab-nav li.net {
    background: #005aa5 url(../images/net.png) 35px center no-repeat;
}

.content-box .tab-nav li.news {
    background: #005aa5 url(../images/news.png) 35px center no-repeat;
}

.content-box .tab-nav li.notice {
    background: #005aa5 url(../images/notice.png) 35px center no-repeat;
}

.content-box .tab-nav li.policies {
    background: #005aa5 url(../images/policies.png) 35px center no-repeat;
}

.content-box .tab-nav li.building {
    background: #005aa5 url(../images/building.png) 35px center no-repeat;
}

.content-box > .tab-nav li.active, .content-box #tab_nav li:hover {
    background-color: #003786;
}

.content-box > .tab-content > div {
    margin-top: 4px;
    position: relative;
}

.tab-content > div.content {
    display: none;
}

.content-box > .tab-content > div.content {
    height: 320px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #005AA5;
}

.tab-content > div.content.net-content {
    padding: 20px;
    background: url(../images/net_bg.jpg) right bottom no-repeat;
    border: none;
}

.tab-content > div.content.building-content {
    padding: 20px;
    background: url(../images/building_bg.jpg) right bottom no-repeat;
    border: none;
}

.tab-content > div.content.news-center {
    padding: 10px 20px 20px;
}

.font-orange {
    color: #E87814 !important;
    margin-right: 5px;
}

.content.net-content .content-title {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: #fff;
    background: url(../images/title_bg.jpg) center center no-repeat;
    cursor: pointer;
    margin-bottom: 10px;
}

.tab-content > div.active {
    display: block;
}

.content-box > .tab-content > div.content .title, .list-content .right-content .title, .news-container .title {
    border-bottom: 2px solid #ccc;
    height: 33px;
}
.content-box > .tab-content > div.content.net-content .title{
    border-bottom: 2px solid #005aa5;
    height: 40px;
}
.content-box div.content .title > a.title-text, .list-content .right-content .title > a.title-text, .news-container .title > a.title-text {
    display: inline-block;
    text-align: center;
    line-height: 27px;
    height: 33px;
    font-weight: bold;
    float: left;
    font-size: 16px;
    color: #005aa5;
    border-bottom: 2px solid #005aa5;
    padding: 0 10px;
}

.content.net-content .left-content {
    width: 490px;
    float: left;
}

.content.net-content .right-content {
    width: 248px;
    float: right;
}

.content-box .content .tab-nav {
    width: 100%;
}

.content-box .content .left-content .tab-nav li {
    width: 25%;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    padding-left: 0;
    color: #444;
    border-bottom: 2px solid #005aa5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    margin-top: 0;
}

.content-box .content .left-content .tab-nav li:hover, .content-box .content .left-content .tab-nav li.active {
    background-color: #005aa5;
    color: #fff;
}

.operate-row {
    height: 44px;
    line-height: 44px;
}

.operate-row > label {
    display: inline-block;
    line-height: 44px;
    vertical-align: top;
    color: #005aa5;
    font-weight: bold;
    width: 120px;
    text-align: center;
}

.operate-row > ul {
    display: inline-block;

}

.operate-row > ul > li {
    float: left;
    height: 44px;
    width: 90px;
    margin-right: 30px;
    cursor: pointer;
}

.operate-row > ul > li > a {
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #579ee6;
    color: white;
    width: 100%;
}

.content-box .content .right-content .title {
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #444;
    font-weight: bold;
    border-bottom: 2px solid #005aa5;
    padding-left: 20px;
    padding-right: 10px;
}

.content-box .content .right-content .title .more-a {
    color: #444;
    font-size: 12px;
    font-weight: normal;
    float: right;
    line-height: 38px;
    cursor: pointer;
}

.net-content .right-content .news-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

.num_list {
    padding: 0px 10px;
    overflow: hidden;
}

.num_list li {
    width: 50%;
    float: left;
    line-height: 30px;

}

.content.news-center .left-content {
    width: 370px;
    float: left;
    position: relative;
}

.content.news-center .right-content {
    width: 360px;
    float: right;
    margin-top: 20px;
    height: 222px;
    overflow: hidden;
}

.news-center .content-title {
    padding-bottom: 10px;
    font-size: 24px;
    display: block;
    text-align: center;
    color: #003786;
    font-weight: bold;
}

.news-center .tab-nav .nav-bar li {
    width: 33%;
    color: #444;
}

.news-center .news-list {
    margin-top: 10px;
}

.news-center .news-list.news-list2 li {
    line-height: 30px;
    height: 30px;
}

.news-center .news-list.news-list2 li a {
    font-size: 14px;
}

.news-center .carousel_box, .news-center .carousel_box > li {
    width: 100%;
    height: 248px;
}

.news-center .banner-container {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
}

.news-center .banner-container > a {
    display: inline-block;
    width: 70%;
    float: left;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    line-height: 36px;
}

.news-center .banner_list {
    display: inline-block;
    width: 30%;
    float: right;
    margin: 8px 0;
    position: static;
    text-align: right;
}

.news-center .banner_list li {
    width: 10px;
    height: 10px;
}

.news-center .banner_list li.on {
    background-color: #005aa5;
}

.content-box > .tab-content > div.content .more {
    float: right;
    line-height: 30px;
    font-size: 12px;
    color: #444;
    cursor: pointer;
}

.carousel_box, .carousel_box > li, .carousel_box > li > img {
    height: 100%;
    width: 100%;
}

#carousel_box {
    position: relative;
    height: 320px;
}

.carousel_box > li {
    position: absolute;
}

.banner_list {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.banner_list li {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.banner_list li.on {
    background-color: #e50000;
}

.policies-con .left-content {
    width: 460px;
    float: left;
}

.policies-con .right-content {
    width: 280px;
    float: right;
    height: 100%;
    background-color: #307ebe;
    text-align: center;
}

.policies-con .right-content span {
    color: #fff;
    font-size: 24px;
}

.icon_book {
    display: block;
    width: 140px;
    height: 140px;
    margin: 30px auto 0;
    background: url(../images/book.png) center center no-repeat;
}

.content-box .tab-content > .content.policies-con .news-list li a {
    width: 75%;
}

.content-box .tab-content > .content.policies-con .news-list li > span {
    width: 25%;
}

.notice-box > div {
    width: 326px;
    display: inline-block;
    margin-right: 26px;
    vertical-align: top;
}

.notice-box > div.last {
    margin-right: 0;
    float: right;
    width: 290px;
}

.tab-nav .nav-bar li {
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 2px solid #CCCCCC;
}

.tab_row.nav-bar li {
    float: left;
}

.tab-nav .nav-bar li.active {
    color: #005aa5;
    border-bottom: 2px solid #005aa5;
}

.notice-list, .news-list {
   /* margin-top: 4px;*/
 margin-top: 0px;
}

.notice-list li, .news-list li, .work-list li {
    line-height: 30px;
    height: 30px;
    position: relative;
    padding-left: 16px;
    background: url(../images/dot.jpg) 0px center no-repeat;
    cursor: pointer;
}

.notice-list.spe li {
    background: none;
    padding-left: 5px;
}

.notice-list.spe li > a {
    display: inline-block;
    width: 50%
}

.notice-list.spe li > span {
    float: right;
    width: 70px;
    text-align: right;
}

.work-list li {
    background: url(../images/icon_02.png) 0px center no-repeat;
}

.notice-box {
    margin-top: 30px;
}

.panel {
    height: 170px;
    margin-bottom: 20px;
}

.panel.top-panel {
    height: 260px;
}


.panel.top-panel-lhh {
    height: 290px;
}

.panel.panel-spe {
    /*height: 170px;
	height: 120px;*/
    overflow: hidden;
}

.notice-list li > a, .news-list li > a, .work-list li > a {
    display: inline-block;
    width: 100%;
    color: #444;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.news-list li > a {
    width: 72%;
}

.news-list.news-list2 li > a, .content-box .tab-content > div.content .news-list li a, .content-box .tab-content > div.content .work-list li a {
    width: 82%;
}

.news-list.news-list2 li a {
    font-size: 14px;
}

.content-box .tab-content > div.content .news-list li > span {
    width: 18%;
}

.news-list li > span, .work-list li > span {
    float: right;
    width: 28%;
    color: #9b9a9a;
    font-size: 12px;
    text-align: right;
}

.news-list.news-list2 li > span, .work-list li > span {
    width: 18%;
}

.notice-list li > a:hover, .news-list li > a:hover, .panel .panel-title a.more:hover, .work-list li > a:hover, .content-box > .tab-content > div.content .more:hover {
    color: #3094F1;
}

.panel .panel-title {
    border-bottom: 2px solid #ccc;
    height: 33px;
}

.panel .panel-title a.title-text {
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 27px;
    height: 33px;
    font-weight: bold;
    float: left;
    font-size: 16px;
    color: #005aa5;
    border-bottom: 2px solid #005aa5;
}

.panel.panel-spe .panel-title a.title-text {
    width: auto;
    padding: 0 8px;
}

.panel .panel-title a.more {
    line-height: 33px;
    float: right;
    cursor: pointer;
    font-size: 12px;
    color: #444;
}

.module-list li {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    margin-bottom: 6px;
    background-color: #f2f9ff;
}


.module-list .lilhh {
    width: 100%;
    height: 40px;
    border: 0px solid #ddd;
    margin-bottom: 10px;
    /*background-color: #f2f9ff;*/
	background: url(../images/lhh.gif) center center no-repeat;
}

.module-list .lilhh > a {
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    cursor: pointer;
    color: #005aa5;
}


.module-list li.long > a {
    font-size: 16px;
    padding: 8px 42px 8px 90px;
}

.module-list li > a {
    display: block;
    width: 100%;
    height: 58px;
    padding: 15px 42px 15px 90px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    color: #005aa5;
    font-weight: bold;
}

.module-list li > a > span {
    display: inline-block;
    width: 60px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 15px;
}

.module-list li span.organize {
    background: url(../images/house.png) center center no-repeat;
}

.module-list li span.computer {
    background: url(../images/computer.png) center center no-repeat;
}

.module-list li span.telephone {
    background: url(../images/telephone.png) center center no-repeat;
}

.module-list li span.sys {
    background: url(../images/sys.png) center center no-repeat;
}

.module-list li span.lhhh {
    background: url(../images/lhh.png) center center no-repeat;
}

.zl-list {
    margin-top: 10px;
}

.zl-list li {
    height: 35px;
    width: 100%;
    margin-bottom: 6px;

}

.zl-list li > a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.zl-list li > a.level {
    background: url(../images/zhuanlan01.jpg) center center no-repeat;
}

.zl-list li > a.poor {
    background: url(../images/zhuanlan02.jpg) center center no-repeat;
}

.zl-list li > a.poor2 {
    background: url(../images/lhh.gif) center center no-repeat;
}


.zl-list li > a.poor3 {
    background: url(../../skins/zt.jpg) center center no-repeat;
}
.zl-list li > a.szsy {
    background: url(../images/SZSY.png) center center no-repeat;
}
.zl-list li > a.fafu360 {
    background: url(../images/fafu360.jpg) center center no-repeat;
background-size: 290px 35px;
}

.link-box {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #BABABA;
    padding-left: 36px;
}

.link-box > label {
    color: #005aa5;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
float: left;
}

.link-box ul {
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.link-box li {
    float: left;
}

.link-box select {
    font-size: 14px;
    width: 180px;

}

.link-box .select-box {
    width: 150px;
    overflow: hidden;
    padding-right: 24px;
    background: url(../images/arrow2.png) 99% center no-repeat;
    margin-right: 50px;
}

/**==container-box End==**/

/**==c列表页 Start==**/
.list-top {
    background-color: ##005aa5;
}

.list-top a {
    color: #FFFFFF;
}
.list-top a:hover {
    color: #FFFFFF;
}

.list-top.top-bar > div li.public-num {
    background: url(../images/icon_wx2.png) left center no-repeat;
}

.list-top.top-bar > div li.email {
    background: url(../images/icon_email2.png) left center no-repeat;
}

.header.list-header {
    width: 1000px;
    padding-left: 0;
}

.header.list-header .title {
    padding-left: 90px;
    background: url(../images/logo2.png) left center no-repeat;
    height: 90px;
    float: left;
    background-position: left 10px;
}

.header.list-header .title p.name {
    margin-top: 20px;
    line-height: 45px;
}

.header.list-header .title p.sub-name {
    line-height: 20px;
}

.header.list-header .search-box {
    width: 470px;
    float: right;
    margin-top: 40px;
}

.header.list-header .search-box .select-box {
    width: 170px;
}

.header.list-header .search-box input {
    width: 300px;
}

.list-container .nav-bar {
    height: 50px;
    line-height: 50px;
    background-color: #005aa5;

}

.list-container .nav-bar > ul {
    width: 1000px;
    margin: 0 auto;
    height: 50px;
}

.list-container .nav-bar > ul > li {
    width: 130px;
    text-align: center;
    float: left;
    font-size: 18px;
    margin-right: 36px;
    cursor: pointer;
}

.list-container .nav-bar > ul > li > a {
    color: #fff;
    display: block;
}

.list-container .nav-bar > ul > li.active, .list-container .nav-bar > ul > li:hover {
    background-color: #117ad1;
}

.list-content > div {
    width: 1000px;
    margin: 40px auto 0;
}

.list-content .left-content {
    float: left;
    width: 187px;
}

.list-content .right-content {
    float: right;
    width: 776px;
}

.list-content .left-content .view_list li {
    height: 60px;
    line-height: 60px;
    background-color: #b6d9f6;
    padding-left: 35px;
    padding-right：10px;
    position: relative;
    border-top: 1px solid #fff;
    overflow:hidden;
}

.list-content .left-content .view_list li.on {
    text-align: center;
    color: #fff;
    background-color: #005aa5;
    padding-left: 0;
    font-size: 18px;
    border-top: none;
}

.list-content .left-content .view_list li > a {
    display: block;
    color: #005aa5;
    font-size: 18px;
    cursor: pointer;
}

.list-content .left-content .view_list li > a > span {
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #005aa5;
    position: absolute;
    top: 20px;
    left: 25px;
}

.list-content .news-list li {
    border-bottom: 1px dashed #CCCCCC;
    height: 36px;
    line-height: 36px;
    background: url(../images/dot.jpg) 6px center no-repeat;
    padding-left: 20px;
}

.list-content .news-list li > a {
    width: 85%;
}

.list-content .news-list li > span {
    width: 15%;
    font-size: 14px;
}

.list-content .right-content .title > .more, .news-container .title > .more {
    float: right;
    line-height: 30px;
    background: url(../images/posistion.png) left center no-repeat;
    padding-left: 20px;
    color: #5e5e5e;
}

.list-content .right-content .title > .more a, .news-container .title > .more a {
    color: #5e5e5e;
    cursor: pointer;
}

.list-content .right-content .title > .more a:hover, .news-container .title > .more a:hover {
    color: #3094F1;
}

.cut-page {
    margin-top: 20px;
}

.cut-page .page-msg {
    float: left;
}

.cut-page .page-msg > a {
    margin-right: 14px;
}

.cut-page .page-msg > a > span {
    color: #005aa5;
    font-weight: bold;
}

.page-box {
    float: right;
}

.page-box > a {
    display: inline-block;
    padding: 0 10px;
    border-radius: 4px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #9D9D9D;
    margin-left: 10px;
    background-color: #fff;
    color: #333333;
    cursor: pointer;
}

.page-box > ul {
    display: inline-block;
    height: 30px;
    vertical-align: top;
}

.page-box > ul li {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    line-height: 28px;
    border: 1px solid #9D9D9D;
    margin-left: 10px;
    background-color: #fff;
    color: #333333;
    cursor: pointer;
}

.page-box > ul li.on, .page-box > ul li:hover, .page-box > a:hover {
    background-color: #3286f8;
    color: #fff;
    border-color: #3286f8;
}

/**==列表页 End==**/
/**==新闻显示页 Start==**/
.news-container {
    padding-bottom: 100px;
}

.article-title {
    margin: 20px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D7D7D7;
}

.article-title h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.article-title h4 {
    text-align: center;
    color: #9b9a9a;
    font-size: 14px;
    font-weight: normal;
}

.article-content > p {
    line-height: 30px;
    color: #444;
    text-indent: 2em;
    font-size: 16px;
}

.article-content > img {
    width: 50%;
    margin: 30px 25%;
}

/**==新闻显示页 End==**/

/*==漂浮块 Start==*/
.float-panel {
    position: fixed;
    top: 240px;
    width: 100px;
    height: 320px;
}

.float-panel.left-panel {
    left: 30px;
}

.float-panel.right-panel {
    right: 30px;
}

.float-panel > .panel-content {
    width: 96px;
    height: 320px;
}

.float-panel > .panel-content > img {
    width: 100%;
    height: 100%;
}

.float-panel .close {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

/*==漂浮块 End==*/
/**==footer  Start==**/
.footer {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    font-size: 12px;
    color: #444;
    border-top: 3px solid #005aa5;
    padding-top: 30px;
}

.footer > div {
    display: inline-block;
}

.footer-img {
    width: 60px;
    vertical-align: top;
    margin-right: 30px;
}

.footer p {
    line-height: 24px;
    text-align: left;
    color: #444;
}

.footer p > a {
    margin-right: 8px;
    color: #444;
}

.footer p > span.font-blue {
    color: #005aa5;
    font-weight: bold;
}

/**==footer End==**/

.outer-div {
width: 1000px;
margin: 50px auto 10px auto;
display: flex;
}

.inner-div {
    flex-basis: 50%;
    height: 80px;
    font-size: 24px;
    text-align: center; line-height: 80px;
    background-color: #c6e9ff;
    color: #0027b3;
    cursor: pointer;
}

.inner-div a:hover{ color: #000 !important; text-decoration: none;}

.focus_div {
    background-color: red;
    
}
.focus_div {
    position: relative;
    background-color: #0027b3;
    color: #FFFFFF;
  }

.focus_div::after {
content: "";
position: absolute;
bottom: -10px; /* 调整三角形的位置 */
left: 50%;
transform: translateX(-50%);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #0027b3; /* 调整三角形的大小和颜色 */
}