a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

#body .main-nav {
    height: 40px;
    margin: 15px 10px;
    background-color: #359f60;
    border-radius: 5px;
    position: relative
}

ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#body .main-nav .main-nav-title {
    color: #fffd33;
    font-size: 20px;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 15px
}

#body .main-nav .separation {
    position: absolute;
    top: 0;
    left: 110px;
    background-color: #fff;
    transform: skew(-30deg);
    width: 5px;
    height: 100%
}

#body .main-nav ul {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-left: 130px;
    display: flex;
    height: 100%
}

#body .main-nav ul li {
    float: left;
    flex-grow: 1;
    height: 100%;
    line-height: 40px
}

#body .main-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

#body .main-nav ul li a.hover,
#body .main-nav ul li a:hover {
    color: #fffd33
}

#body .main-content {
    margin: 0 10px;
    position: relative;
    overflow: hidden
}

#body .main-content .left-block {
    width: 70%;
    float: left
}

#body .main-content .right-block {
    width: 28%;
    float: right
}

.article-list-box {
    border: 1px solid #d8d8d8;
    color: #359f60;
    position: relative;
    margin-bottom: 20px
}

.article-list-title {
    position: relative;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #11943e;
    background: -webkit-linear-gradient(#fff, #e7e7e7);
    background: -o-linear-gradient(#fff, #e7e7e7);
    background: -moz-linear-gradient(#fff, #e7e7e7);
    background: linear-gradient(#fff, #e7e7e7)
}

.article-list-title .iconfont {
    position: relative;
    height: 100%;
    margin: 0 5px 0 15px;
    font-size: 20px;
    text-align: center;
    display: inline-block
}

.left-block .article-list-aside-content ul li:nth-of-type(4n),
.left-block .article-list-content ul li:nth-child(4n) {
    margin-bottom: 20px
}

.article-list-title .single-title {
    height: 100%;
    font-size: 18px
}

.article-list-title .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    margin-right: 10px;
    font-size: 12px;
    display: inline-block
}

.col-col-header .read-more a {
    color: rgb(183, 183, 183);
}

.col-header .read-more a {
    color: #359f60;
    font-size: 14px;
    font-family: '黑体';
}

.col-img,
.group,
.group .col-box {
    position: relative
}

.article-list-title .read-more.show {
    display: block
}

.article-list-content,
.article-list-writing {
    padding: 20px;
    color: #000
}

.article-list-content ul li {
    list-style-image: url(/img/list-icon.png);
    list-style-position: inside;
    font-size: 14px;
    height: 25px;
    padding: 2px 0
}

.article-list-content ul li .date,
.article-list-writing .writing-aside .writing-relation li .date {
    float: right
}

.article-list-page {
    margin-top: 20px;
    text-align: center
}

#pagination a,
#pagination span {
    display: inline-block;
    border: 1px solid #359f60;
    padding: 5px
}

#pagination .current {
    color: #359f60
}

.article-list-aside-content {
    padding: 15px 15px 15px 5px;
    color: #000;
    font-size: 14px
}

.article-list-aside-content ul li {
    list-style-type: square;
    list-style-position: inside;
    font-size: 14px;
    padding: 2px 0;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.article-list-aside-content ul li:hover,
.article-list-aside-content ul li a:hover {
    color: #359f60
}

.article-list-aside-content ul li a {
    color: #333;
    display: inline;
}

.article-list-aside-content.main #listBox ul {
    max-height: 800px;
    overflow: hidden
}

.flex {
    display: flex;
}

.article-list-aside-content ul li .list-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.article-list-aside-content ul li .list-time a {
    color: #ccc;
}

.article-list-writing .writing-header {
    padding: 0 20px
}

.article-list-writing .writing-header h1 {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2px;
    text-align: center
}

.article-list-writing .writing-header p {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dashed #cfcfcf
}

.article-list-writing .writing-header p span {
    margin: 0 10px;
    color: #5a5959;
}

.article-list-writing .writing-header p span.web {
    color: #359f60
}
.article-list-writing .writing-header p span.origin {
    color: #5a5959
}
.article-list-writing .writing-header p span.editor {
    color: #5a5959
}

.article-list-writing .writing-content {
    padding: 20px 0;
    word-break: break-all;
    word-wrap: break-word
}

.list_active {
    color: #fffd33!important;
}

.writing-content img {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
}

.article-list-writing .writing-aside {
    padding: 0 20px
}

.article-list-writing .writing-aside .writing-silbing {
    padding: 8px 0;
    border: 1px dashed #cfcfcf;
    border-width: 1px 0;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0px;
}

.article-list-writing .writing-aside .writing-silbing a:hover {
    color: #359f60;
}

.article-list-writing .writing-aside .writing-relation p {
    color: #359f60;
    padding: 15px 0 5px
}

.article-list-writing .writing-aside .writing-relation li {
    /*list-style-type: square;*/
    list-style-position: outside;
    height: 25px;
    line-height: 25px;
}

.article-list-writing .writing-aside .writing-relation li {
     /*display: flex;*/
}
.article-list-writing .writing-aside .writing-relation li .date{
    color: #ccc;
}
.article_title_text {
    flex: 1;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article_title_text a:hover {
    color: #359f60;
    text-decoration: none;
}

.main-content li:hover {
    /*text-decoration: underline;*/
    color: #359f60;
    cursor: default
}


/*!css/global.css*/

.img-box img {
    width: 100%;
    height: 100%;
}

.left {
    float: left
}

.jiansezhong {
    text-align: center;
    font-size: 18px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
}

.right {
    float: right
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none
}

a {
    text-decoration: none!important;
}

a:hover {
    text-decoration: none!important;
}

#container {
    max-width: 1000px;
    min-width: 1000px;
    margin: 0 auto
}


/*!css/index.css*/

.col-main {
    width: 100%
}

.group1 {
    border-bottom: 1px solid #d7d7d7;
    height: 460px;
    padding-bottom: 10px;
    margin: 0 6px 16px;
}

.col ul li a {}

.group .col-box {
    overflow: hidden;
    height: 100%
}


/* .group .col-box .col {
        float: left
    } */

.group .col-3 .col {
    width: 31.3%;
    height: 100%;
    overflow:hidden;
}

.col-img {
    height: 0;
    padding-bottom: 54.9%;
    overflow: hidden
}

.group1 .col-img {
    padding-bottom: 66.7%
}

.col-img .img-text {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    height: 30px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    padding-left: 2px;
    text-indent: 5px;
}

.col-header {
    position: relative;
    height: 38px;
    line-height: 38px;
    padding: 6px 0;
    border-bottom: 2px solid #d7d7d7;
    margin-bottom: 10px;
}

.col-header .title {
    background-color: #359f60;
    width: 166px;
    color: #fff;
    display: inline-block;
    height: 100%;
    text-align: center;
    font-size: 17px;
    font-family: "黑体";
}

.col-header .read-more {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35px;
    color: #359f60
}

.col-ul {
    margin-top: 4px;
    padding-top: 5px;
    border-top: 1.45px solid #d7d7d7;
}

.col-ul li a {
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
}

.col-ul li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    background: #ccc;
}

.group2 {
    margin-top: -6px;
    margin-bottom: 10px;
}

.left-block .col-ul li,
.group1 .col-ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style-type: none;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-indent: 5px;
}

.left-block .col-ul li:hover,
.left-block .col-ul li a:hover {
    color: #359f60;
}

.col-ul li {
    overflow: hidden;
    /* list-style-type: square;
    list-style-position: inside; */
    list-style: none;
    height: 30px;
    line-height: 30px;
    /* border-bottom: 1px solid #d7d7d7; */
    /* padding-left: 5px; */
    color: rgb(125, 125, 125);
}

.col-ul li a {
    color: rgb(4, 0, 0);
}

.col-book {
    height: 48%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.col-book .book-box {
    /* float: left; */
    width: 48%;
    height: 100%;
    text-align: center
}


/* .col-book .book-box:first-child {
        margin-right: 5%
    }
    
    .col-book .book-box:last-child {
        margin-left: 5%
    } */

.col-book .book-box .img-box {
    overflow: hidden;
    height: 81%;
    margin-top: 6px
}

.col-book .book-box button {
    background-color: #e1a422;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 20px;
    margin-top: 10px;
}

.col-link {
    height: 52%
}

.col-link ul {
    height: 100%;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.col-link ul li {
    height: 54px;
    box-sizing: border-box;
    background: rgb(245, 228, 192);
    color: #359f90;
    display: flex;
    align-items: center;
    font-family: "黑体";
}

.col-link ul li:nth-of-type(2) {
    background: rgb(250, 207, 122);
}

.col-link ul li:nth-of-type(3) {
    background: rgb(192, 244, 248);
}

.col-link ul li:nth-of-type(4) {
    background: rgb(152, 242, 171);
}

.col-link ul li .col-link-logo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: rgb(215, 233, 221);
    background: #359f90;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin: 0 6px;
}

.group-header {
    height: 70px;
    position: relative;
    background-color: #e5e5e4;
    border-bottom: 3px solid #359f60
}

.group-header .local-channel-tile {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 22px;
    color: #359f60;
    padding: 10px;
    font-family: "黑体";
}

.group-header .local-channel-tile .iconfont {
    font-size: 22px;
    padding-right: 10px
}

.group-header .group-header-ul {
    margin-left: 20%;
    margin-right: 5px;
    display: flex;
    justify-content: flex-end;
    height: 35px;
    line-height: 35px;
    padding-top: 35px
}

.group-header .group-header-ul li {
    width: 91.5px;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px;
    background: linear-gradient(to bottom, #f2f2f2, #e5e5e5)
}

.group-header-ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    font-size: 14px;
    font-family: "等线,Regular";
}

.group-header-ul li a:hover {
    color: #359f60;
}

.group .col .col-col-header {
    border: 0.5px solid #efefef;
    border-bottom: none;
    position: relative;
}

.col-col-header .tu-biao {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: #359f60;
    color: #fff;
    border-radius: 6px;
    line-height: 18px;
    text-align: center;
    margin-right: 8px;
    font-size: 16px;
    font-weight: normal;
}

.col-block {
    overflow: hidden;
    /*height: 610px;*/
    margin: 5px 6px;
}

.col-block .left-block {
    width: 826px;
}

.col-block .right-block {
    width: 162px;
}

._359f60 {
    color: #359f60
}

.col-block .right-block {
    width: 161px;
}

.group .col-block .col {
    padding: 0;
    /* width: 31%; */
    width: 265px;
    height: 314px
}

.group .col-block .left-block li,
.group2 .col-ul li {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-indent: 5px;
}

.group .col .col-col-header {
    background-color: #f7f7f7;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    font-family: "黑体";
    font-size: 16.93px;
    /* font-weight: bold; */
}


/* .group .col-block .col:nth-child(3n-2) {
        margin: 3px 1.5% 3px 0
    }
    
    .group .col-block .col:nth-child(3n-1) {
        margin: 3px 1%
    }
    
    .group .col-block .col:nth-child(3n) {
        margin: 3px 0 3px 1.5%
    } */

.group .col .col-col-header .iconfont {
    margin-right: 10px
}

.group .col .col-col-header .read-more {
    position: absolute;
    right: 0;
    font-size: 13px;
    color: #9e9d9d;
    font-weight: normal;
    margin-top: 3px;
    font-family: "等线,Regular";
    padding-right: 5px;
}

.group .col-block .right-block {
    height: 100%
}

.group .col-block .right-block ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.group .col-block .right-block li {
    margin-top: 8px;
}

.group2 .col-block .right-block .img-box {
    width: 162px;
    height: 81px;
}

.group3 .col-block .right-block .img-box {
    /* width: 100%; */
    height: 117px;
}

.group3 .col-block .right-block ul {
    height: calc(100% - 57px);
}

.group .col-block .right-block .right-block-title {
    font-size: 23px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    text-shadow: 0 0 5px #fff;
    background: -webkit-linear-gradient(#267dbb, #b8d6e7, #aeb6f7);
    background: -o-linear-gradient(#267dbb, #b8d6e7, #aeb6f7);
    background: -moz-linear-gradient(#267dbb, #b8d6e7, #aeb6f7);
    background: linear-gradient(#267dbb, #b8d6e7, #aeb6f7)
}

.group .col li:hover,
.group-header-ul li:hover {
    color: #359f60;
    cursor: default
}


/*!css/public.css*/

#header .header {
    width: 100%;
    height: auto;
    position: relative
}

#header .header .top-title {
    height: 182px;
    position: relative
}

#header .header .top-title .logo-text {
    background: 0 0;
    position: absolute;
    width: 725px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-text-detail {
    color: #e9871c;
    text-align: center;
    padding-left: 48px;
    overflow: hidden;
}

#header .top-nav {
    background-color: #359f60;
    /*       overflow-x: auto;
        overflow-y: hidden;*/
    white-space: nowrap;
    width: 100%;
    height: 51px;
}

#header .top-nav ul {
    height: 48px;
    border-bottom: 1px solid #aac5b5;
}

#header .top-nav ul li {
    /*        border: 0 solid #aac5b5;
        border-width: 0 1px 1px 0;
        margin: 0 0 3px -1px;*/
    border-right: 1px solid #aac5b5;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 125px;
    display: inline-block;
    box-sizing: border-box;
    margin-left: -1px;
    height: 48px;
}

#header .top-nav ul li:nth-last-of-type(1) {
    border-right: none;
}

#header .top-nav ul li a.hover,
#header .top-nav ul li a:hover,
.green {
    background-color: green;
    color: #fff;
    text-decoration: none;
}

.top-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#header .banner {
    height: 100px
}

#header .local-channel {
    height: 70px;
    position: relative;
    background-color: #e5e5e4
}

#header .local-channel .local-channel-tile {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20.83px;
    color: rgb(34, 160, 85);
    padding: 10px;
    font-family: "黑体";
    font-weight: bold;
}

.sa {
    color: #fff;
}

#header .local-channel .local-channel-tile .iconfont {
    font-size: 22px;
    padding-right: 10px
}

#header .local-channel ul {
    height: 100%;
    padding-right: 1%
}

#header .local-channel ul li {
    text-align: center;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    float: right;
    height: 50px;
    margin: 10px 0;
    padding: 0 8px;
    border-right: 2px solid #d3d3d3;
}

#header .local-channel ul li a {
    color: #6e5e5e;

}
#header .local-channel ul li a:hover {
    color: #7b5858;
    background: #e3e3e3;
}

#footer .footer {
    margin: 10px 6px;
    border-top: 1px solid #dadada;
    position: relative;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(252, 252, 252);
    font-size: 14px;
}

#footer .footer .item {
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding: 5px 0;
    color: #464646
}

#footer .footer .item span {
    margin: 0 10px
}

#footer .footer .footer-nav a {
    border-right: 1px solid #464646;
    display: inline-block;
    width: 90px;
    text-align: center;
    text-decoration: none;
    color: #464646
}

#footer .footer .footer-nav a:last-child {
    border-width: 0
}

.pa-box {
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
}

.pa-text {
    padding-right: 10px;
}

.pa-box .pagination {
    flex: 1;
    display: flex;
    list-style: none;
}

.pagination li {
    width: 30px;
    height: 50px;
    line-height: 50px;
    list-style: none!important;
    text-align: center;
}

.pagination li:nth-of-type(1),
.pagination li:nth-of-type(2),
.pagination li:nth-last-of-type(1),
.pagination li:nth-last-of-type(2) {
    width: auto;
}

.pagination li:nth-of-type(1),
.pagination li:nth-last-of-type(2) {
    margin-right: 6px;
}

.pagination li a {
    text-decoration: none;
    color: #333;
}

.pagination li a:hover,
a:link,
a:visited {
    text-decoration: none;
}

.select-page-active a {
    color: greenyellow!important;
}

.w-t {
    width: 287px!important;
    margin-right: 14px;
    height: 100%;
}

.col-box-new {
    display: flex;
}

.col-box-new .col {
    flex: 1;
    max-width: 318.5px;
    margin-right: 24px;
    padding: 0!important;
}

.group2:nth-of-type(n+5) .col-block {
    /*border: 1px solid #d7d7d7;*/
}

.group-end {
    margin: 5px 6px;
}

.group1 .col-ul {
    padding: 10px 0;
    border: none;
    margin: 0;
}

.group1 .col-ul li a:hover{
    color: #359f60;
}

.group2 .new-box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.new-title {
    height: 62px;
    display: flex;
    align-items: center;
    padding-left: 3px;
    box-sizing: border-box;
}

.flex-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-box-title {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d7d7d7;
}

.new-left-box {
    width: 640px;
    border: 1px solid #d7d7d7;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 8px;
}

.new-img-box {
    padding: 10px 0 30px;
    border-bottom: 1px solid #d7d7d7;
}

.new-img-box a,
.new-img-box a img {
    display: block;
    width: 300px;
    height: 186px;
    background: #eee;
    overflow: hidden;
}

.new-img-text {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    background: rgba(10, 10, 10, 0.4);
    color: #fff;
    font-size: 13px;
    margin-top: -30px;
    position: relative;
    padding-left: 5px;
}

.new-list-ul {
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 10px;
}

.new-list-ul:nth-last-of-type(1) {
    border: none
}

.new-list-box {
    height: 34px;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-list-text {
    width: 460px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    position: relative;
    padding-left: 12px;
    box-sizing: border-box;
}

.new-list-text::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    content: '';
}

.new-list-time {
    font-size: 13px;
    color: #ccc;
}

.new-right-box {
    width: 320px;
    margin-right: 8px;
}

.new-card-box {
    background: rgb(246, 246, 246);
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
/*搜索*/
.search-box{
    display: flex;
    /* height: 350px; */
    margin: 0px 10px;
    padding: 10px 0px;
    border-top: 1px solid #ccc;
}
.search-box-left{
    width: 222px;
    padding: 10px;
    background: rgb(246,243,246);
    box-sizing: border-box;
    border: 1px solid rgb(198,198,198);
    margin-right: 8px;

}
.search-list{
    font-size: 25px;
    font-family: "黑体";
    color: rgb(7,4,6);
    font-weight: bold;
    text-shadow: #fff 3px 2px;
    width: 100%;
    background:rgb(99,184,238);
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-list a {
    display: block;
}

.search-list:nth-of-type(2){
    background: rgb(233,101,221);
}
.search-list:nth-of-type(3){
    background: rgb(247,185,83);
    font-size: 20.83px;
}
.search-list img{
    width: 100%;
    height: 100%;
}
.search-box-right{
    flex: 1;
}
.search-detail-box{
    display: flex;
    align-items: center;
    height: 78px;
    width: 100%;
}
.search-right-text{
    width: 150px;
    text-align: center;
    font-size: 18px;
}
.search-right-input{
    background: rgb(229,229,228);
    width: 578px;
    height: 36px;
    border: 0px;
    outline:none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-family: "黑体";
}
.search-result-box{
    width: 100%;
    /* height: 272px; */
    box-sizing: border-box;
    border: 1px solid rgb(198,198,198);
    border-top: 2px solid rgb(0,125,59);
    background: rgb(247,247,247);
}
.search-right-top{
    width: 100%;
    min-height: 130px;
    box-sizing: border-box;
    padding-top: 21px;
}
.search-btn{
    width: 115px;
    height: 36px;
    font-size: 16px;
    font-family: "等线,Regular";
    background: linear-gradient(to bottom,rgb(252,252,252),rgb(229,229,229));
    text-align: center;
    line-height: 36px;
    margin: 0 auto 15px;
    border: 1px solid rgb(198,198,198);
    box-sizing: border-box;
    border-radius: 5px;
    color: rgb(68,67,68);
    display: block;
    cursor: pointer;
}
.search-type-title{
    color: rgb(53,159,96);
    font-family: "";
    font-size: 24px;
    text-align: center;
}
.search-flex{
    display: flex;
    height: 61px;
    align-items: center;
    border-top:1px solid rgb(198,198,198);
    box-sizing: border-box;
}
.font-common{
    font-size: 16px;
    font-family: "黑体";
    /*font-weight: bold;*/
}
.search-flex-list{
    flex: 1;
    text-align: center;
}
.search-flex-text{
    font-size: 16px;
    font-family: "黑体";
}
.search-flex-list1{
    text-align: center;
    width: 229px;
}
.search-flex-list1:nth-of-type(2){
    width: 300px;
}
.search-flex-list1:nth-of-type(3){
    width: 241px;
}
.w-100 {
    width: 100%;
}

.m-lr-10 {
    margin: 0 10px;
}

.group2 .col-block {
    display: flex;
    justify-content: space-between;
}

.flex-start {
    align-items: flex-start;
}

.group1 .col {
    width: 323px!important;
}

.group2 .col {
    /*width: 252px!important;*/
}

.group2 .col:nth-of-type(3n-2) {
    margin-right: 10px;
    /* margin-bottom: 10px; */
}

.group2 .col:nth-of-type(3n-1) {
    margin-right: 10px;
    /* margin-bottom: 10px; */
}

.group2 .col:nth-of-type(3n) {
    margin-right: 10px;
    /* margin-bottom: 10px; */
}

.group-end .col-box {
    justify-content: space-between;
}

.group-end .col {
    flex-basis: 325px;
    margin: 0!important;
}

.group2 .col-box {
    display: flex;
    flex-wrap: wrap;
}

.group2 .col-img {
    height: 135px;
    padding-bottom: 0;
}

.group3 .col-block {
    padding-bottom: 6px;
}

.group2.group3 {
    margin-bottom: 6px
}

.group2 .col-ul li a {
    color: rgb(63, 63, 63);
}

.icon-home {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background: url('/themes/Asset/img/home_icon.png');
}


/* 证书查询页面 - 样式补丁 */
.cert-serch-input {
    background: rgb(229, 229, 228);
    /* width: 578px; */
    height: 36px;
    border: 0px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-family: "黑体";
    margin-right: 15px;
    flex: 1;
} 