/* 公共样式 */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,dt,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea {font-family: "Microsoft Yahei";color:#333;}
a,a:hover{text-decoration:none;}
li{list-style:none;}
img{border:0;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}

/* 功能模块 */
.f-cf { zoom: 1; }
.f-cf:after { content: ""; display: table; clear: both; }
.f-fl {float: left;}
.f-fr { float: right; }

/* 整体布局 */
.typePage { width: 1200px; margin: 0 auto; }

/* 内容 */
.banner {background:url(/uiFramework/commonResource/image/2025121217143569552.jpg) no-repeat center center;height: 365px;}

.col-row {
    margin-top: 38px;
    margin-bottom: 50px;
}
.col {
    width: 580px;
}
.col-title {
    height: 52px;
    border-bottom: 3px solid #005684;
    line-height: 52px;
}
.col-title .txt {
    float: left;
    font-size: 22px;
    color: #005684;
}
.col-title .more {
    float: right;
    width: 50px;
    height: 52px;
    padding-left: 15px;
    background: url(./more.gif) no-repeat left center;
    font-size: 16px;
}
.col-list {
    height: 390px;
    background: #f7f7f7;
}
.col-list ol {
    padding: 20px 0 0 25px;
}
.col-list ol li {

}
.col-list ol li a {
    display: inline-block;
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    background: url(./dot.gif) no-repeat left center;
    font-size: 16px;
    line-height: 40px;
    color:#555;
}
.col-list ol li a:hover {
    color: #005684;
}

/* 快捷入口 */
.kjrk_line{ padding: 50px 0; }
.kjrk_line ul{
    display: flex;
    justify-content: space-around;
}
.kjrk_line li{/* float: left; */width: 380px;position: relative;/* margin-bottom: 20px; */; transition: all .3s;}
.kjrk_line li:hover { box-shadow: 0 0 10px 0 #666; transform: scale(1.05); z-index: 999; }
.kjrk_line li>a{ display: block; text-align: center; }
.kjrk_line li img{}
.kjrk_line li p { line-height: 30px; font-weight: bold; cursor: default; }
.kjrk_line li .detail{position: absolute;width: 100%;height: 100%;background-color: #5b93e8;opacity: 0;top: 25px;/* left: 25px; */text-align: center;display: table;margin: 0 auto;transition: all .3s;visibility: hidden;}
.kjrk_line li .detail-wrap{ display: table-cell; vertical-align: middle; }
.kjrk_line li .detail-wrap a{color: #fff;display: block;line-height: 40px;text-decoration: underline;transition: all .3s;font-size: 18px;}
.kjrk_line li:hover .detail {top: 0;opacity: 0.9;visibility: visible;}
.kjrk_line li .detail-wrap a:hover { transform: scale(1.1); }

@media screen and (max-width:1199px) {
    .typePage {
        width: auto;
        padding: 0 15px;
    }

    .banner {
        background-size: cover;
        height: 0;
        padding-bottom: 27%;
    }
    .kjrk_line {
        padding: 20px 0;
    }
    .kjrk_line li {
        width: 32%;
    }
    .col {
        width: auto;
        float: none;
        margin-bottom: 15px;
    }
    .col-list ol li a {
        max-width: 95%;
    }

}
.friend-link {
    margin-bottom: 40px;
}
.friend-link a {
    margin-left: 29px;

}
.friend-link a img {
   transition: all .3s;
}

.friend-link a:first-child {
   margin-left: 0;
}
.friend-link a:hover img {
   transform: scale(1.1);
}

@media screen and (max-width:449px) {
     .kjrk_line ul {
        display: block;
        padding: 0 15px;
    }
    .kjrk_line li,.kjrk_line li img {
        width: 100%;
    }
    .kjrk_line li {
        margin-bottom: 10px;
    }
    .col-row {
        margin: 0 0 20px;
    }
    .friend-link a {
        display: block;
        text-align: center;
        margin-top: 15px;
        margin-left: 0;
    }
}