﻿@charset "UTF-8";
/* Css Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
    padding: 0;
    margin: 0;
}
fieldset, img {
    vertical-align: top;
    border: 0;
}
address, caption, cite, code, dfn, em, th, var, i {
    font-weight: normal;
    font-style: normal;
}
ol, ul, li {
    list-style: none;
}
div, dl, dt, dd, ol, ul, li {
    zoom: 1;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}
.hide {
    display: none;
}
img {
    border: 0;
    vertical-align: top;
}
/* 字体图标 */

@font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont.eot");
    /* IE9*/
    src: url("../fonts/iconfont.eot") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg") format("svg");
    /* iOS 4.1- */
}
/* Public */

body {
    color: #333;
    line-height: 1.8;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a:hover {
    color: #3f87b3;
}
input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.moreBtn {
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    background: rgb(51,153,204);
    text-align: center;
    display: block;
    border-radius: 20px;
    color: #fff;
}
.moreBtn:hover {
    color: #fff;
}
.show {
    display: block !important;
}
.datetimepicker {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 3px 2px 3px;
}
/* goTop */

#goTop {
    position: fixed;
    display: none;
    _display: none !important;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 0 5px #9c9c9c;
    opacity: .9;
    background: rgba(0, 0, 0, 0.5);
}
#goTop::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    content: "";
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-style: dashed;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
/* winMark */

#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    opacity: 0.5;
}
/* frame */

#header {
   background: #fff;
    padding-top: 15px;
    height: 55px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 3;
    width: 100%;
}
#header::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 0;
    background-image: -moz-linear-gradient( 180deg,  rgba(51,102 ,153, 0.8) 0%, rgb(0 ,153 ,204) 100%);
    background-image: -webkit-linear-gradient( 180deg,  rgba(51,102 ,153, 0.8) 0%, rgb(0 ,153 ,204) 100%);
    background-image: -ms-linear-gradient( 180deg,  rgba(51,102 ,153, 0.8) 0%, rgb(0 ,153 ,204) 100%);
}

#header .back {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    top: 15px;
}
#header .back::after {
    content: "\e616";
    font-family: "iconfont";
    font-size: 24px;
    color: #3172a5;
}
#header .title {
    text-align: center;
    margin: 0 80px;
    overflow: hidden;
    line-height: 55px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#header #logo {
    display: none;
}
#header #logo a {
    display: block;
    height: 25px;
    padding: 15px 10px;
    float: left;
}
#header #logo img {
    display: block;
    height: 100%;
}
#header dd {
    display: none;
    width: 94%;
    background: #f2f2f2;
    left: 0;
    padding: 10px 3%;
    position: absolute;
    top: 100%;
    text-align: left;
    line-height: 1.8;
    z-index: 4;
}
#header dt {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    right: 0;
    margin: 0 2% 0 0;
    text-align: center;
    position: absolute;
    top: 20px;
}
#header dt::after {
    content: "\e600";
    font-family: "iconfont";
    color: #0897C9;
    font-size: 23px;
}
#header .siteSearch dt::after {
    content: "\e601";
    font-size: 20px;
    line-height: 48px;
}
#header dt::before {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 38px;
    content: "";
    border-color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    border-width: 6px;
    border-style: dashed;
    border-bottom-color: #f2f2f2;
    border-bottom-style: solid;
    display: none;
}
#header dt.on::before {
    display: block;
}
#header .siteSearch dt {
    right: 12%;display: none;
}
.mainNav .li1 {
    width: 100%;
    margin: 0 0 5px 0;
    line-height: 1.8;
}
.mainNav .li1 .a1 {
    display: block;
    color: #333;
    height: 40px;
    line-height: 40px;
    background: #e6e6e6;
    text-align: left;
    padding: 0 5%;
}
.mainNav .ul1 {
    display: none;
    overflow: hidden;
    padding-bottom: 15px;
}
.mainNav .li2 {
    float: left;
    min-width: 33.3%;
    padding: 10px 0 0 0;
}
.mainNav .a2 {
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    display: block;
}
.mainNav .sh {
    display: none;
}
.mainNav .hasUl1 .sh {
    display: block;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 52px;
    font-size: 0;
    color: #666;
    background: #ddd;
    position: relative;
    overflow: hidden;
}
.mainNav .sh::after, .mainNav .sh::before {
    content: "";
    display: block;
    height: 1px;
    width: 13px;
    margin: 0 0 0 -6px;
    background: #888;
    position: absolute;
    left: 50%;
    top: 50%;
}
.mainNav .sh::before {
    height: 13px;
    width: 1px;
    margin: -6px 0 0 0;
}
.mainNav .showSubMenu .ul1 {
    display: block;
}
.mainNav .showSubMenu .sh::before {
    display: none;
}
.mainNav #li-ztzl .li2 {
    min-width: 49.9%;
}


.siteSearch .searchBtn {
    top: 10px;
    height: 36px;
    border: 0;
    line-height: 36px;
    width: 20%;
    position: absolute;
    right: 3%;
    display: block;
    background: #349f67;
    text-align: center;
    color: #fff;
}
.siteSearch .searchBtn::before {
    content: "\e601";
    font-family: "iconfont";
    font-size: 22px;
}
.siteSearch .keyWord {
    background: #fff;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 8px;
    border: 0;
    width: 78%;
    outline: none;
}
#content {
    background: #fff;
    padding: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#footer {
    background: rgb(51,153,204);
     background-image: -moz-linear-gradient( 180deg, rgba(51,102 ,153, 0.8) 0%, rgb(0 ,153 ,204) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(51,102 ,153, 0.8) 0%, rgb(0 ,153 ,204) 100%);
	
    background-image: -ms-linear-gradient( 180deg,  rgba(51,102 ,153, 0.8) 0%, rgb(0 ,153 ,204) 100%);
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
#footer a {
    color: #fff;
}
#footer .footNav {
    margin-bottom: 10px;
}
#footer .footNav a {
    margin: 0 5px;
    word-break: keep-all;
    white-space: nowrap;
}
#footer a.ga {
    background: url(../images/ga.png) no-repeat 5px center;
    padding-left: 24px;
    -webkit-background-size: auto 90%;
    background-size: auto 90%;
}
#footer .btns a {
    display: inline-block;
    padding: 2px 15px;
    background: #12ad76;
    color: #fff;
    margin: 10px 5px 0 5px;
}
/* 位置导航 */

.path {
    color: #666;
    line-height: 1.6;
    padding: 10px;
    text-align: left;
    font-size: 14px;
}
.path a, .path span {
    padding: 0 3px;
    color: #666;
}
.path::before {
    content: "\e614";
    font-family: "iconfont";
    font-size: 16px;
    color: #bbb;
    margin-right: 0;
}
/* url_方块样式分页 */

.page {
    font-size: 14px;
    text-align: center;
    padding: 3% 0;
    clear: both;
    line-height: 30px;
    overflow: hidden;
}
.page a {
    float: left;
    border: 1px solid #E1E1E1;
    padding: 0 15px;
    margin: 0 8px 8px 0;
}
.page .current {
    display: none;
}
.page .select {
    display: none;
}
.page .prev, .page .next, .page .total {
    display: block;
}
.page .next {
    float: right;
}
/* focusBox */

.focusBox {
    position: relative;
    margin-bottom: 10px;
}
.focusBox .bd img {
    width: 100%;
    display: block;
    height: 62vw;
}
.focusBox .bd li {
    position: relative;
}
.focusBox .bd .title, .focusBox .bd .titleBg {
    display: block;
    position: absolute;
    z-index: 1;
    width: 90%;
    padding: 0 5%;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}
.focusBox .bd .titleBg {
    z-index: 0;
    background: black;
    background: black;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(black));
    background: -moz-linear-gradient(transparent, black);
    background: -ms-linear-gradient(transparent, black);
    background: -o-linear-gradient(transparent, black);
    background: linear-gradient(transparent, black);
}
.focusBox .bd .title a {
    color: #fff;
}
.focusBox .hd {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 4px;
    overflow: hidden;
    background: #999;
}
.focusBox .hd ul {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
}
.focusBox .hd li {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
}
.focusBox .hd .on {
    background: #216EA5;
}
/* focusBoxType1 */

.focusBoxType1 .bd .title, .focusBoxType1 .bd .titleBg {
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.focusBoxType1 .bd .titleBg {
    background: rgba(0, 0, 0, 0.5);
}
.focusBoxType1 .hd {
    bottom: 7px;
    width: 100px;
    background: none;
    left: 50%;
    margin-left: -50px;
}
.focusBoxType1 .hd li {
    margin: 0 2px;
    background: #fff;
}
/* box */

.box, .mainBox {
    margin-bottom: 10px;
}
.box>.hd, .mainBox>.mHd {
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 18px;
    background: #f6f6f6;
    margin-bottom: 10px;
}
.box>.hd h3, .mainBox>.mHd h3 {
    float: left;
    min-width: 23.3%;
    padding: 0 5%;
    text-align: center;
}
.box>.hd ul::after, .mainBox>.mHd ul::after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}
.box>.hd li, .mainBox>.mHd li {
    float: left;
    min-width: 33.3%;
    text-align: center;
}
.box>.hd .col-2 li, .mainBox>.mHd .col-2 li {
    min-width: 50%;
}
.box>.bd, .mainBox>.mBd {
    clear: both;
    overflow: hidden;
}

/* mainBox */

.mainBox>.mHd>.select, .mainBox>.mHd>.write {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 40px;
    padding: 0 10px;
    color: #f00;
    font-size: 14px;
}
.mainBox>.mHd>.select a, .mainBox>.mHd>.write a {
    color: #f00;
}
.mainBox>.mHd>.select::before, .mainBox>.mHd>.write::before {
    font-family: "iconfont";
    content: "\e61e";
    margin: 0 5px 0 0;
}
.mainBox>.mHd>.select {
    display: none;
}

/* node-list ------------------------------------- */
.node-list li { float: left; width: 49%; margin-right: 2%; margin-top: 10px; }
.node-list li:nth-child(2n) { margin-right: 0;}
.node-list li a { display: block; line-height: 36px; height: 36px; border: 1px solid #ccc; text-align: center; background-color: #fff; font-size: 0.8rem; }

/* 科室------------------------------------------- */
#sideMenu { position: relative; z-index: 2; }
#sideMenu dt { height: 44px; z-index: 2; padding: 0; background: #fff; font-size: 14px; border-top: 1px solid #f1f1f1; overflow: hidden; border-bottom: 2px solid #f1f1f1;}
#sideMenu dt h3 { background-color: #fff; line-height: 42px; height: 42px; padding-left: 20px; font-weight: bold; float: left;}
#sideMenu dt h3::after{
    content: "";
    position: absolute;
    left: 65px;
    bottom: 16px;
    margin-left: -6px;
    border-color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    border-width: 6px;
    border-style: dashed;
    border-top-color: #fff;
    border-top-style: solid;
}
#sideMenu dt h3::before{
    content: "";
    position: absolute;
    left: 65px;
    bottom: 15px;
    margin-left: -6px;
    border-color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    border-width: 6px;
    border-style: dashed;
    border-top-color: #8c8c8c;
    border-top-style: solid;
}


#sideMenu dt.on h3::after{
    content: "";
    position: absolute;
    left: 65px;
    bottom: 21px;
    margin-left: -6px;
    border-color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    border-width: 6px;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}
#sideMenu dt.on h3::before{
    content: "";
    position: absolute;
    left: 65px;
    bottom: 22px;
    margin-left: -6px;
    border-color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    border-width: 6px;
    border-style: dashed;
    border-bottom-color: #8c8c8c;
    border-bottom-style: solid;
}

#sideMenu dd { background-color: #fff; max-height: 320px; font-size: 14px; display: none; position: absolute; left: 0; top:47px; width: 100%;}
#sideMenu dd .li1 .h1 { width: 45%; line-height: 40px; background-color: #f1f1f1; cursor: pointer;}
#sideMenu dd .li1 .a1 { display: block; padding-left: 10px; }
#sideMenu dd .li1 .con { position: absolute; left: 45%; top: 0; width: 55%; display: none; overflow-y: auto; overflow-x: hidden; max-height: 320px; }
#sideMenu dd .li1 .ul1 li { border-bottom: 1px solid #ddd; }
#sideMenu dd .h1.on  { background-color: #fff; }
#sideMenu dd .a2 { display: block; padding-left: 20px; line-height: 39px; }

/* 滚动条 */
#sideMenu dd .con::-webkit-scrollbar {
    width: 5px; 
    border-radius: 5px;
}
#sideMenu dd .con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #46a777;
}
#sideMenu dd .con::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eaeaea;
}


/* 隐藏菜单 */
#sideMenu #li-hlzj,#sideMenu #li-hzznzj { display: none !important; }

/* docPic-list--------------------------------------- */
.docPic-list li { border-bottom: 1px solid #ebebeb; padding: 10px 0; overflow: hidden;}
.docPic-list .pic { float: left; margin-right: 10px; }
.docPic-list .pic img { width: 120px; height: auto; display: block; }
.docPic-list .con { overflow: hidden; }
.docPic-list .title { font-size: 1rem; color: #3172a5; font-weight: bold;}
.docPic-list .title a { color: #3172a5; }
.docPic-list span { display: block; line-height: 24px; font-size: 0.8rem; color: #666; }
.docPic-list span.works { max-height: 48px; overflow: hidden; }
.docPic-list .more-blue { display: block; margin-top: 10px; font-size: 12px; width: 98px; height: 24px; border: 1px solid #3172a5; border-radius: 20px; color: #3172a5; text-align: center; line-height: 24px; letter-spacing: 0; }

/* 标题列表 */

.infoList li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
}
.infoList .date {
    float: right;
    color: #999;
    font-size: 14px;
    margin-left: 15px;
}
/* 图文列表 */

.twList li.t {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.twList .pic {
    float: left;
    margin-right: 4%;
    width: 28%;
}
.twList .pic img {
    height: 16vw;
    width: 100%;
}
.twList .con {
    overflow: hidden;
    zoom: 1;
}
.twList .title {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    max-height: 48px;
}
.twList .intro {
    line-height: 24px;
    color: #777;
    max-height: 48px;
    overflow: hidden;
    font-size: 13px;
}
.twList .title a:hover {
    text-decoration: none;
}
.twList .intro .more {
    display: none;
}
.twList .others {
    font-size: 13px;
    color: #bbb;
}
.twList .others span {
    margin-right: 15px;
}
.twList .node {
    color: #aaa;
    margin-right: 15px;
}
.twList .last {
    border-bottom: 0;
    margin-bottom: 0;
}
.twList .n {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.twList .n .date {
    float: right;
    margin-left: 15px;
    color: #999;
    font-size: 14px;
}
/* 信件列表 */

.letterList {
}
.letterList li {
    padding: 8px;
    border: 1px solid #e0e0e0;
    margin-bottom: 8px;
    border-radius: 4px;
}
.letterList li .title {
    overflow: hidden;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
}
.letterList li .title .iconfont {
    color: #c5e2f8;
    margin-right: 8px
}
.letterList li .other {
    overflow: hidden;
    font-size: 12px;
    display: block;
}
.letterList li .other .state {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    border: 1px solid #05c224;
    color: #05c224;
    border-radius: 4px;
    margin-right: 10px
}
.letterList li .other .FinishTime {
    float: left;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #999
}
.letterList li .other .FinishTime i {
    margin-right: 3px;
}
.letterList li .other .date {
    float: right;
    color: #999
}
/* 图片列表-浮动 */

.picListFl {
    overflow: hidden;
    text-align: center;
}
.picListFl li {
    float: left;
    width: 48%;
    margin-top: 10px;
    position: relative;
    background: #fff;
    height: 160px;
    overflow: hidden;
}
.picListFl li:nth-child(2n) {
    float: right;
}
.picListFl .pic img {
    height: auto;
    width: 100%;
}
.picListFl .title {
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    padding-top: 5px;
}
/*验证码*/

.codeinp input[type=text] {
    width: 60px !important;
}
.codeinp .validationcode {
    display: inline;
}
div input[type=text] {
    width: 80%;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 5px;
}
/* 通用底部按钮 */

.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a, .bot button {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    background: #3172a5;
    border: 0;
    color: #fff;
    margin: 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bot a:hover, .bot button:hover {
    text-decoration: none;
    background: #118256;
}
/* 依申请、信访、咨询等通用 查询页样色 */

.queryForm {
    font-size: 14px;
    padding: 20px 10px 0px;
}
.queryForm dl {
    margin-bottom: 20px;
}
.queryForm dt {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 5px;
}
.queryForm dt span {
    color: #f00;
    height: 36px;
    line-height: 36px;
}
.queryForm dd {
    height: auto;
}
.queryForm input[type=text] {
    height: 36px;
    line-height: 36px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
}
.queryForm div.codeinp input[type=text] {
    width: 120px !important;
    margin-right: 10px;
}
.queryForm div.codeinp img {
    margin-top: 4px;
}
.queryForm .bot {
    text-align: center;
    padding-top: 20px;
}
.queryForm .bot a {
    margin: 0px 0px 10px;
    ;
    display: block;
}
.queryForm .errorMessage {
    font-size: 14px;
    color: #f00;
}

/* 依申请、信访、咨询等通用 查询结果页样色 */

.queryResult .tit h3 {
    text-align: center;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 10px;
}
.queryResult .tips {
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.queryResult .number {
    font-weight: bold;
    color: #f00;
}

.box>.hd, .mainBox>.mHd {
    background: none;
}

/* boxType1 */

.boxType1>.hd, .mainBox>.mHd {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #e3e3e3;
}
.boxType1>.hd h3, .boxType1>.hd .on, .mainBox>.mHd h3, .mainBox>.mHd .on {
    border-bottom: 1px solid #3172a5;
    color: #3172a5;
    background: #fff;
    position: relative;
}
.boxType1>.hd h3::before, .boxType1>.hd .on::before, .mainBox>.mHd h3::before, .mainBox>.mHd .on::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -8px;
    border-color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    border-width: 8px;
    border-style: dashed;
    border-top-color: #3172a5;
    border-top-style: solid;
}
.boxType1>.hd h3::after, .boxType1>.hd .on::after, .mainBox>.mHd h3::after, .mainBox>.mHd .on::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -8px;
    border-color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    border-width: 8px;
    border-style: dashed;
    border-top-color: #fff;
    border-top-style: solid;
}
.boxType1>.hd h3 a, .boxType1>.hd .on a, .mainBox>.mHd h3 a, .mainBox>.mHd .on a {
    color: #3172a5;
}
/*# sourceMappingURL=default.css.map */