.header {
    
}
.logo {

}
.banner {
    width: 100%;
}

.banner_warp {
    margin-bottom: 20px;
}
.nav {
    background: #0165b1;
    text-align: center;
    margin-bottom: 20px;
}
.home_crumb {
    margin-bottom: 20px;
}
.navbar {
    display: flex;
    padding: 0;
}
.nav-item {
    flex: 1;
    line-height: 40px;

}
.nav-item a {
    color:#fff;
}
.layui-carousel-ind {
    top: -28px;
    text-align: right;
}
.layui-carousel-ind ul {
    background-color: transparent;
}
.description {
    width: 100%;
    display: block;
    position: absolute;
    box-sizing: border-box;
    bottom: 0px;
    padding: 10px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}
.cont_item {
    margin-bottom: 20px;
    width: 100%;
    background: url('../image/home_bg.png');
    padding: 60px 0 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.item_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.list_item_img {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    margin-top: 0px;
}
.list_item {
    background: #fff;
    width: 180px;
    margin-right: 5px;
    height: 150px;
    box-sizing: border-box;
    padding: 30px 10px 20px;
    text-align: center;
}
.list_item_tit {
    /*font-size: 16px;*/
}
.item_list {
    display: flex;
    justify-content: space-between;
}
.cont_item1 {
    margin-bottom: 20px;
    width: 100%;
    padding: 30px 10px;
    background: #f2f2f2;
}
.swiper {
    width: 6.9rem;
}
.cont_item .cont_item_left {
    width: 60%;
}
.cont_item .cont_item_right {
    width: 40%;
}
.cont_item_title {
    display: flex;
    margin-bottom: 30px;
}
.title_item {
    font-size: 22px;
    color: #0165b1;
    margin-right: 40px;
    font-weight: 600;
    padding: 6px 15px;
}
.title_active {
    background: #0165b1;
    color: #fff;
    border-radius: 4px;
}

.cont_item1 .item {
    width: 50%;
}
.cont_cont {
    position: relative;
    font-size: 24px;
    color: #252525;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont_cont::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 1px;
    bottom: -3px;
    border-bottom: 4px solid #0165b1;
}
.more {
    font-size: 12px;
    color: #888;
}

.cont_item1 .cont_cont::before{
    width: 100px;
}
.cont_item2 .cont_cont::before{
    width: 100px;
}
.cont_item2 .title3::before{
    width: 50px;
}
.cont_item3 {
    margin-bottom: 30px;
}
.item1_cont {
    display: flex;
    justify-content: space-between;
}
.data {
    width: 90%;
    height: 100px;
    margin: -55px auto 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 5px 20px;
    box-sizing: border-box;
}
.data_left {
    width: 20%;
    margin-right: 30px;
    text-align: center;
    color: #0165b1;
}
.data_right {
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.day {
    font-size: 32px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #0165b1;
}
.item1_left {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 30px;
}
.item1_info {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    margin-right: 50px;
}
.item1_title {
    font-size: 14px;
    margin-bottom: 30px;
    display: flex;
    /* justify-content: space-between; */
}
.item1_title_item  {
    background: #f2edf1;
    padding: 5px 10px;
}
.item1_title_active {
    background: #0165b1;
    color: #fff;
}
.read_more {
    text-align: right;
    color: #0165b1;
    padding: 10px 0;
}
.item1_content {
    font-size: 12px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.item1_right {
    width: 38%;
}
.item1_right ul li {
    margin-bottom: 10px;
    /*font-size: 14px;*/
    color: #252525;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3eef2;
}
.item1_right ul li:last-child {
    border-bottom: 0;
}
.item1_list {
    display: none;
}
.item1_list_show {
    display: block;
}
.cont_item2 .item {
    box-sizing: border-box;
}
.cont_item2 .item:first-child{
    margin-right: 40px;
    width: 65%;
}
.cont_item2 .item:last-child{
    width: 35%;
}
.list {
    display: none;
}
.list li {
    margin-bottom: 30px;
}
.item4 {
    display: flex;
    justify-content: space-between;

}
.item4_img {
    width: 538px;
    margin-bottom: 10px;
}
.item4_div {
    width: 528px;
    padding: 0 20px;
    box-sizing: border-box;
}
.cont_item2 {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}
.item1_left_img img {
    width: 100%;
}
.footer_img {
    margin-bottom: 20px;
}

.footer_info {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    background: #010102;
}
.footer_info span {
    margin-right: 20px;
}
.active {
    background: #01518e;
}
.crumb {
    margin-right: 20px;
}
.cnav-item {
    width: 200px;
    background: #f6f6f6;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 500;
}
.cont_active {
    background: #951e15;

}
.cont_active a {
    color: #fff;
}
.list_cont {
    display: flex;
    padding-top: 20px;
}

#demo20 {
    text-align: right;
}

.cnav-item a {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
}
.cont_detail {
    padding-left: 30px;
}
.cont_detail .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 30px;
}
.cont_detail .tip {
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
    background: #f8e9e8;
    margin-bottom: 20px;
}
.cont_detail .tip span {
    margin-right: 40px;
}
.content {
    text-indent: 2em;

}
.content div {
    margin-bottom: 20px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #951e15;
}
.cont_warp {
    display: flex;
}
.cont_left {
    width: 70%;
}
.cont_right {
    width: 30%;
    background: #f6f6f6;
    border-top: 2px solid #0165b1;
    box-sizing: border-box;
    padding: 10px;
    height: 500px;
}
.right_title {
    font-size: 16px;
    color: #0165b1;
    font-weight: 600;
    margin-bottom: 20px;
}
.cont_right img {
    width: 100%;
    margin-bottom: 20px;
}
.cont_title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.tab {
    margin-left: 15px;
    font-size: 14px;
    margin-right: 15px;
    color: #676767;
}
.tab:first-child{
    margin-left: 30px;
}
.tab::after{
    content: '';
    height: 14px;
    width: 2px;
    display: inline-block;
    margin-left: 20px;
    background: #676767;
    position: absolute;
    top: 7px;
}
.tab:last-child::after{
    display: none;
}
.tab_active {
    color: #0165b1;
}
.cont_list {
    display: none;
}
.list_show {
    display: block;
}
.cont_list li {
    margin-bottom: 10px;
}
.footer_cont {
    display: flex;
    padding: 20px 5px;
    background: #6f7c80;
    color: #fff;
    flex-direction: column;
    align-items: center;
}
.footer_left {
    color: #e1e3e3;
    width: 45%;
    padding: 20px 0px 0px 100px;
    box-sizing: border-box;
}
.footer_right {
    display: flex;
    width: 37%;
}
.wecat {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.wecat img {
    width: 140px;
    margin-bottom: 5px;
}
.cccmc {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.cccmc img {
    width: 140px;
    margin-bottom: 5px;
}
.footer_add {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer_add>span {
    display: block;
    text-align: center;
}
.footer_phone {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer_email {
    font-size: 14px;
}
.footer_list {
    margin-bottom: 30px;
}
.footer_list span {
    font-size: 16px;
    margin-right: 15px;
    position: relative;
    margin-left: 15px;
}
.footer_list span:first-child {
    margin-left: 0px;
}
.footer_list span:last-child::after {
    display: none;
}
.footer_list span::after {
    content: '';
    height: 14px;
    width: 1px;
    display: inline-block;
    margin-left: 20px;
    background: #e1e3e3;
    position: absolute;
    top: 2px;
}
.item2_nav {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #252525;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e4e4;
}
/* .item2_list {

} */
.item2_list ul {
    display: flex;
    justify-content: space-between;
}

.item3_list ul {
    display: flex;
    justify-content: space-between;
}

.item2_list ul li {
    margin-bottom: 25px;
    width: 550px;
}

.item3_list ul li {
    margin-bottom: 25px;
    width: 550px;
}

.item2_list_info {
    font-size: 16px;
    color: #252525;
    margin-bottom: 10px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 350px;
}

.item3_list_info {
    font-size: 16px;
    color: #252525;
    margin-bottom: 10px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item2_list_title {
    font-size: 20px;
    margin-bottom: 10px;
}
.item2_img img{
    width: 350px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.item3_img img{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
}

.item3_swiper .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 40px;
}
.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property:all;
}
.swiper-slide img {
    width: 100px;
    height: 50px;
    border: 1px solid  #ccc;
}
/* .item3_list {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
} */
.item3_list_item_title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #828282;
}
.item3_list_item_info {
    margin-bottom: 10px;
}
.cont_item4 {
    padding: 20px 0;
    background: #f2f2f2;
    margin-bottom: 40px;
}
.cont_item4 .cont_cont {
    display: flex;
    justify-content: space-between;
}
.item4_title_item span{
    display: inline-block;
    padding: 5px 10px;
    background: #7fbdf1;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
}
.item4_list {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.item4_list ul{
    width: 30%;
}
.item4_list ul li{
    list-style: disc;
    margin-bottom: 20px;
}
.item5_cont {
    display: flex;
}
.item5_left {
    width: 50%;
   
}
.item5_nav_warp {
    width: 450px;
    height: 390px;
    padding: 50px 0;
    background:url('../image/000-6.png') 0 0 no-repeat;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
    align-items: center;
    box-sizing: border-box;
}
.item5_right{
    width: 50%;
}
.item5_nav_warp .item_nav{
    font-size: 24px;
    width: 350px;
    margin-left: 200px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item5_nav_warp .item_nav a {
    color: #fff;
}
.item5_nav_warp .item_nav:hover{
    background: #0165b1;
}
.item5_right_item {
    display: flex;
    margin-bottom: 20px;
}
.item5_item_left {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    background: #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex-direction: column;
}
.item5_year {
    color: #686868;
    margin-bottom: 10px;
    font-size: 12px;
}
.item5_day {
    color: #000;
    font-size: 18px;
}
.item5_title {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 10px;
}
.item5_info {
    font-size: 12px;
    color: #a8a8a8;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item6_title {
    font-size: 14px;
    font-weight: 400;
}
.item6_title .item6_tit {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}
.item6_title .item6_tit::after{
    content: '';
    height: 14px;
    width: 1px;
    display: inline-block;
    margin-left: 20px;
    background: #252525;
    position: absolute;
    top: 10px;
}
.item6_title .item6_tit:last-child::after{
    display: none;
}
.item6_list {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.cont_item6 {
    margin-bottom: 40px;
}
.item6_list ul{
    width: 40%;
}
.item6_list ul li{
    list-style: disc;
    margin-bottom: 20px;
}
.more {
    text-align: center;
}
.more_btn {
    display: inline-block;
    padding: 10px 60px;
    border: 2px solid #0165b1;
    color: #0165b1;
    font-size: 16px;
}
.download {
    margin-top: 30px;
}

.download p {
    font-size: 18px;
    font-weight: bold;
}

.download-a a {
    font-size: 18px;
    color: #0165B1!important;
    text-decoration: underline;	
    margin-left: 2em;
}

.item3_list_item {
    width: 49%;
    /* margin-right: 10px; */
}

.item3_list {
    display: flex;
    justify-content: space-between;
    /* padding: 0 20px; */
    box-sizing: border-box;
}

@media screen and (max-width: 768px)
.item3_list_item {
  width: 100%;
}





