@charset "UTF-8";
.listcontent {
    width: 100%;
    margin: auto;
}

.listcontent a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #444444;
}

.listcontent .list {
    margin: 8px;
}

.listcontent .list>a {
    padding: 2px 8px;
}

.listcontent .list>a:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #006cf2;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.listcontent .list>a span {
    width: 65%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 24px;
}

.listcontent .list>a i {
    float: right;
    color: #999999;
    font-style: normal;
    line-height: 24px;
}

.listcontent .list a.firstly {
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 5px;
}

.listcontent .list a.firstly:before {
    content: none;
}

.listcontent .list a.firstly>h4 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin-bottom: -10px;
    color: #BF0606;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.listcontent .list a.firstly>p {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-indent: 2em;
}


/*上下tab*/

.tab .tab-header {
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    padding-left: 0;
}

.tab .tab-header li {
    float: left;
    margin-right: 10px;
    line-height: 35px;
    cursor: pointer;
}

.tab .tab-header li>span {
    border-bottom: 2px solid transparent;
    display: block;
    line-height: 35px;
}

.tab .tab-header li.on>span {
    border-bottom-color: #01a2ff;
    color: #01a2ff;
}

.tab .tab-body {
    padding: 15px 0px;
}

.tab .tab-body .tab-content {
    display: none;
}

.tab-body {
    padding: 0;
    margin-top: -60px;
}


/***********************layout****************/

.layout {
    width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /***********************/
    /***************************/
    /******************************/
}

.layout>div {
    margin-top: 10px;
    padding: 10px;
    /* border: 1px solid #e6e6e6; */
    background-color: #fff;
}

.layout .layout-top .banner {
    width: 614px;
    height: 336px;
    background-color: #f0f0f0;
}

.layout .layout-top .news {
    width: 444px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
}

.layout .layout-top .news .tab {
    margin-top: -15px;
}

.layout .layout-top .news .tab .tab-header li>span {
    border-bottom-color: #eee;
    color: #666;
    background-color: #eee;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px 6px 0 0;
}

.layout .layout-top .news .tab .tab-header li.on>span {
    color: #fff;
    background-color: #1A7FF6;
    border-bottom-color: #1A7FF6;
}

.layout .layout-top .news .tab-header {
    border-bottom-color: #1786CB;
}

.layout .layout-center {
    /* background-image: url("../images/bg-1.png"); */
    background-repeat: no-repeat;
    background-position: right bottom;
}

.layout .layout-center .top {
    position: relative;
    border-bottom: 1px solid #999;
    padding: 12px 0;
    margin-top: -8px;
    margin-left: -10px;
}

.layout .layout-center .title {
    font-size: 18px;
    color: #fff;
    padding: 12px 28px;
    background-color: #6083C3;
}

.layout .layout-center .title:after {
    border: 24px solid transparent;
    border-left-color: #6083C3;
    border-bottom-color: #6083C3;
    content: '';
    position: absolute;
    left: 128px;
    bottom: 0;
}

.layout .layout-center .content {
    padding: 10px 0;
    text-align: center;
}

.layout .layout-center .content .icon {
    width: 20%;
    position: relative;
    margin-bottom: 10px;
}

.layout .layout-center .content .icon>a {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
}

.layout .layout-center .content .icon>a span {
    margin-top: 20px;
    display: block;
}

.layout .layout-center .content .icon>a img:hover {
    transform: scale(1.1)
}

.layout .layout-bottom {
    padding: 0;
    border: none;
    /* background-color: #F5F5F5; */
}

.layout .layout-bottom>div {
    /* border: 1px solid #e6e6e6; */
    background-color: #fff;
}

.layout .layout-bottom .tab {
    height: 280px;
    overflow: hidden;
}

.layout .layout-bottom .tab-body {
    margin-top: -47px;
}

.layout .layout-bottom .tab .tab-header li:first-child {
    margin-right: 86px;
}

.layout .layout-bottom .tab .tab-header li.on>span {
    font-size: 18px;
    border-bottom-color: #1A7FF6;
    color: #333;
}

.layout .layout-bottom .tab .tab-header li>span {
    color: #666;
}

.layout .layout-bottom .tab-header {
    padding-left: 0;
}

.layout .layout-bottom .tab .tab-header li>span {
    border-bottom: 4px solid transparent;
}

.layout .layout-bottom .list {
    margin: 0;
}

.layout .layout-bottom .layout-bottom-left {
    height: 300px;
    width: 479px;
    padding-left: 17px;
}

.layout .layout-bottom .layout-bottom-right {
    height: 300px;
    width: 510px;
    padding-left: 17px;
}


/****************友情链接******************/

.layout-link {
    /*height: 117px;*/
    width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.layout-link .layout-link-bottom a {
    display: block;
    float: left;
    margin-right: 9px;
    width: 24%;
}

.layout-link .layout-link-bottom img {
    width: 100%;
}

.layout-link .layout-link-bottom:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.layout-link .layout-link-top {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.layout-link .layout-link-top .title {
    font-size: 20px;
    color: #024EA7;
    margin-left: 10px;
}

.layout-link .layout-link-top .link-nav {
    margin-left: 20px;
}

.layout-link .layout-link-top .top {
    border: 1px solid #024EA7;
}

.layout-link .layout-link-top .top span {
    width: 250px;
    line-height: 33px;
    padding-left: 20px;
    color: #666;
}

.layout-link .layout-link-top .top .btmarr {
    margin-top: 14px;
    margin-right: 10px;
}

.layout-link .layout-link-top .link-body {
    padding: 0;
    border: 1px solid #024EA7;
    border-top: none;
    margin-top: 0px;
    display: none;
    position: absolute;
    background-color: white;
    width: 272px;
}

.layout-link .layout-link-top .link-item {
    text-align: center;
}

.layout-link .layout-link-top .link-item a {
    padding: 6px 5px;
    display: block;
}

.layout-link .layout-link-top .link-item :hover {
    background-color: #e6e6e6;
}


/*****************更多***************/

.more {
    font-size: 30px;
    line-height: 0;
    font-weight: bold;
    color: #006cf2 !important;
    padding: 10px;
    display: none;
}

.more.on {
    display: inline-block;
}


/**************业务办理小标签***************/

.icontips {
    z-index: 1;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 70%;
    background: whitesmoke;
    -webkit-box-shadow: 2px 1px 5px rgba(89, 102, 117, .31);
    box-shadow: 2px 1px 5px rgba(89, 102, 117, .31);
    display: none;
}

.icontips a {
    display: block;
    padding: 5px 10px;
}

.icontips a:hover {
    color: #287AD9;
}

.icontips:after {
    height: 0;
    width: 0;
    content: '';
    border: 12px solid transparent;
    border-right-color: whitesmoke;
    position: absolute;
    top: 40px;
    left: -23px;
}

div.slideBox div.tips div.nums a {
    width: 10px;
    height: 10px;
}

div.slideBox div.tips div.nums a.active {
    background-color: #006cf2;
}

div.slideBox div.tips {
    height: 40px;
}

div.slideBox div.tips div.title a {
    font-size: 16px;
    line-height: 40px;
    margin-left: 10px;
}

.banner {
    width: 520px !important;
    height: 284px !important;
    overflow: hidden;
}

.banner img {
    width: 100% !important;
}

.banner .slideBox li {
    width: 520px !important;
}


/* slide-block */

.slide-block {
    width: 520px;
    height: 284px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slide-block .hd {
    position: absolute;
    right: 5px;
    z-index: 1;
    bottom: 0;
}

.slide-block .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slide-block .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    line-height: 14px;
    text-align: center;
    background: #ccc;
    cursor: pointer;
    margin-right: 10px
}

.slide-block .hd ul li.on {
    background: #006cf2;
    color: #fff;
}

.slide-block .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slide-block .bd ul {
    margin: 0;
    padding: 0
}

.slide-block .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slide-block .bd li .bot-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    background: #000;
    opacity: 0.5;
    color: #fff;
    padding-left: 15px;
}

.slide-block .bd img {
    width: 520px;
    height: 284px;
    display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slide-block .prev,
.slide-block .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slide-block .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slide-block .prev:hover,
.slide-block .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slide-block .prevStop {
    display: none;
}

.slide-block .nextStop {
    display: none;
}


