﻿@charset "UTF-8";

html,
body {
    width: 100%;
    /* min-width: 1200px; */
}

.old_type body::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}

.old_type body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.old_type body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.old_type .header {
    width: 100%;
    min-width: 1250px;
    height: 129px;
    background-color: #fff;
    border-top: 4px solid #1157a5;
    position: relative;
}

.old_type .box1 {
    width: 1200px;
    margin: 0 auto;
}

.old_type .logo {
    margin-top: 26px;
    margin-left: 10px;
    width: 331px;
}

.old_type .header_right {
    padding-top: 35px;
    font-size: 12px;
    line-height: 32px;
    text-align: right;
}

.old_type .header_right a {
    margin: 0 5px;
}

.old_type .login a {

    color: #1157a5;
}

.old_type .nav,
.old_type .nav a {
    display: inline-block;
    color: #333;
}

.old_type .nav a:hover {
    color: #1157a5;
}

.old_type .minnav {
    position: absolute;
    top: 0;
    left: 0;
    /* display: none; */
}

.old_type .minnav ul li:hover {
    background: turquoise;
}

.old_type .minnav ul {
    position: relative;
}

.old_type .xxx {
    position: absolute;
    right: 30px;
    top: -17px;
    font-size: 30px;
    color: #ffffff;
}

.old_type .titleimg {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
}

.old_type .nodis {
    /* display: none; */
    transform: translateY(-100%);
    transition: all .5s ease;
}

.old_type .boldis {
    /* display: block; */
    outline: none;
    transform: translateY(0px);
    transition: all .5s ease;
}

.old_type .laiyang .head {
    height: 450px;
    width: 100%;
}

.old_type .laiyang .head img {
    /* height: 450px; */
    width: 100%;
    object-fit: cover;
}

.old_type .laiyang .footer {
    color: #FFFFFF;
    line-height: 1.5;
    padding: 2rem 0;
}

.old_type .laiyang {
    width: 100%;
}

.old_type .public .search {
    height: 55px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 40px 0px 20px 0;
}

.old_type .public .search .search_content {
    width: 1180px;
    display: flex;
    margin: 0 auto;
}

.old_type .search .search_content .one {
    margin-right: 80px;
}

.old_type .search .search_content .one label {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-right: 20px;
}

.old_type .search .search_content .one input {
    width: 260px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dddddd;
}

.old_type .search_content .one input {
    outline: none;
}

.old_type .search .search_content .two label {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-right: 20px;
}

.old_type .search .search_content .two input {
    width: 260px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dddddd;
}

.old_type .search_content .two input {
    outline: none;
}

.old_type .search .search_content .two {
    margin-right: 125px;
}

.old_type .search .search_content .searchbutton {
    width: 100px;
    height: 35px;
    background-color: #1c649f;
    border-radius: 3px;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.old_type .laiyang .public {
    position: relative;
    width: 1028px;
    /* height: 100%; */
    margin-left: 50%;
    transform: translateX(-50%);
}

.old_type .public .tab_ul {
    width: 100%;
    display: inline-block;

}

.old_type .public .tab_ul li {
    width: 460px;
    height: 90px;
    background-color: #dcdcdc;
    margin-right: 13px;
    padding-left: 40px;
    line-height: 90px;
    font-size: 44px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.old_type .public .tab_ul div {
    width: 460px;
    height: 90px;
    background-color: #dcdcdc;
    margin-right: 13px;
    padding-left: 40px;
    line-height: 90px;
    font-size: 44px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.old_type .public .tab_ul div:first-child {
    background-image: url(a-1.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 25px 25px;
    float: left;
}

.old_type .public .tab_ul div:nth-child(2) {
    background-image: url(b-1.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 25px 25px;
    float: right;
    margin-right: 0px;
}

.old_type .public .tab_ul li:nth-child(3) {
    background-image: url(c-1.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 25px 25px;
    float: left;
}

.old_type .public .tab_ul li:nth-child(4) {
    background-image: url(d-1.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 25px 25px;
    float: right;
}

.old_type .public .tab_ul li:last-child {
    background-image: url(e-1.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 25px 25px;
}

.old_type .public .tab_ul .active.one {
    background-image: url(a.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 25px 25px;
}

.old_type .public .tab_ul .active.two {
    background-image: url(b.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 25px 25px;
}

.old_type .public .tab_ul .active.three {
    background-image: url(c.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 25px 25px;
}

.old_type .public .tab_ul .active.four {
    background-image: url(d.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 25px 25px;
}

.old_type .public .tab_ul .active.five {
    background-image: url(e.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 25px 25px;
}

.old_type .public .tab_ul li img {
    width: 40px;
    margin-right: 5px;
}

.old_type .public .tab_ul li.active {
    background-color: #0855c3;
    color: #FFF;
}

.old_type .public .tab_ul li:last-of-type {
    margin-right: 0;
}

.old_type .public .box {
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
    float: right;
}

.old_type .public .box {
    display: none;
}

.old_type .public .box:first-of-type {
    display: block;
}

.old_type .public .article li {
    position: relative;
    margin-bottom: 45px;
    padding-left: 15px;
}

.old_type .public .article li::before {
    content: ' ';
    position: absolute;
    top: 18px;
    width: 10px;
    height: 10px;
    background-color: #1c649f;
    border-radius: 50%;
    left: 0;
}

.old_type .public .article li .title {
    font-size: 32px;
    color: #333333;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.old_type .public .article li:hover .title {
    color: red;
}

.old_type .public .article li:hover .time {
    color: red;
}

.old_type .public .article li .time {
    float: right;
    font-size: 32px;
    color: #333333;
}

.old_type .public .box .more {
    display: block;
    margin: 60px auto 33px;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #1c649f;
    line-height: 40px;
    text-align: center;
    font-size: 32px;
    color: #1c649f;
}

.old_type .public .box .more:hover {
    color: red;
    border: solid 1px red;
}

.old_type .public .content {
    padding: 36px;
    top: -120px;
    position: relative;
    background: #FFF;
    width: 1028px;
    height: auto;
}
.old_type .public .content .all_box{
    height: auto;
    overflow: hidden;
}

.old_type #demo7 {
    text-align: center;
}

.old_type .layui-laypage a,
.old_type .layui-laypage span {

    font-size: 14px !important;
    padding: 0 9px !important;
    margin: 0 1px 0 0 !important;
    margin-left: 4px !important;
}

.old_type .layui-laypage .layui-laypage-curr .layui-laypage-em {

    background-color: #0855c3 !important;
}





/* .lucidity_pgToolbar td:nth-child(3),
.lucidity_pgToolbar td:nth-child(6),
.lucidity_pgToolbar td:nth-child(7),
.lucidity_pgToolbar td:nth-child(8),
.lucidity_pgToolbar td:nth-child(9),
.lucidity_pgToolbar td:nth-child(10){
	display: none;
}

.lucidity_pgToolbar{
	border: none !important;
	background:none !important;
}
 */





.default_pgToolbar{
    height: 60px !important;
}
.default_pgToolbar td{
    padding: 0 5px 0 5px !important;
}
.old_type .default_pgToolbar td a{
    background-size: 40px !important;
}

.old_type .lucidity_pgToolbar{
    border: none !important;
    margin-bottom: 40px  !important;
    margin-top: 0px !important;
    background:none !important;
}
.old_type .lucidity-ui-paging-container,
.old_type .lucidity_pgToolbar td:nth-child(7),
.old_type .lucidity_pgToolbar td:nth-child(8),
.old_type .lucidity_pgToolbar td:nth-child(9),
.old_type .lucidity_pgToolbar td:nth-child(10),
.old_type .lucidity_pgToolbar td:nth-child(6){
    display: none;
}

.old_type .lucidity_pgPanel td{
    font-size: 38px !important;
    padding: 0px 20px 0px 20px !important;
}

.old_type .lucidity_pgToolbar td{
    padding: 0px 10px 0px 10px !important;
}
.old_type .lucidity_pgBtn{
    width: 200px !important;
    height: 80px !important;
    line-height: 80px !important;
}


.old_type a.lucidity_pgFirstDisabled, a.lucidity_pgFirstDisabled:hover{
    background: #eeeeee !important;
    color: #999999 !important;
}