﻿.main {
    width: 100%;
    margin-top: 20px;
    ;
    margin-bottom: 20px;
}

.mainlay {
    width: 1200px;
    margin: 0px auto;
    /*   border: 1px solid red;*/
}

.dot4 {
    height: 15px;
    width: 15px;
    margin-left: 10px;
    margin-right: 5px;
}

.contlmnav {
    display: flex;
    align-items: center;
    color: #838383;
    text-decoration: none;
    margin-top: 1px;
    margin-bottom: 10px;
}

.contlmnav a {
    color: #838383;
    text-decoration: none;
}

.contlmnav a:hover {
    color: #444343;
    text-decoration: none;
}

.contentnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #adaaaa;
}

.bluetext {
    color: #006cb7;
}

.clear {
    height: 0px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.conttit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    height: 80px;
    margin-top: 10px;
}

.contabb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.conttit-date {
    display: flex;
    justify-content: center;
    align-items: last baseline;
    font-size: 14px;
    color: #ababab;
    margin-bottom: 8px;
}

.line_dashed {
    height: 1px;
    border-bottom: 1px Dashed #adaaaa;
}

.art {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.art  img {
    width: auto; /* 让图片宽度自适应 */
    height: auto; /* 让图片高度自适应 */
    max-width: 100%; /* 最大宽度为容器宽度的100% */
    max-height: 100%; /* 最大高度为容器高度的100% */
}

.divtable {
    display: table;
    width: 100%;
}

.divrow {
    display: table-row;
}

.divcell {
    display: table-cell;
}

.divcell1 {
    display: table-cell;
    width: 80%;
}
    .divcell1 a {
        color: #000;
        text-decoration: none;
    }
.divcell1 a:hover {
  text-decoration: none;
  color: #3b3a3a;
}

.divcell2 {
    display: table-cell;
    width: 20%;
    text-align: right;
    vertical-align: middle;
}


.backbtn {
    background-color: #006CB7;
    /* 背景颜色设置为蓝色 */
    color: white;
    /* 文字颜色设置为白色，以便于阅读 */
    border: none;
    /* 去除边框 */
    padding: 10px 20px;
    /* 设置内边距，使按钮看起来更舒适 */
    font-size: 16px;
    /* 设置字体大小 */
    cursor: pointer;
    /* 鼠标悬停时显示指针形状，表示可点击 */
    border-radius: 5px;
    /* 设置边框圆角，使按钮看起来更圆润 */
    transition: background-color 0.3s ease;
    /* 添加过渡效果，使背景色变化更平滑 */
    width: 110px;
    float: right;
    margin-right: 10px;
}

.backbtn:hover {
    background-color: #086fdd;
    /* 鼠标悬停时的背景颜色 */
}

.backbtn a {
    color: white;
    font-size: 16px;
    text-decoration: none;
}
.mainleftlist-ul a.active {
    color: #006cb7;
}

.jjbackbtn {
    background-color: #e60013;
    /* 背景颜色设置为蓝色 */
    color: white;
    /* 文字颜色设置为白色，以便于阅读 */
    border: none;
    /* 去除边框 */
    padding: 10px 20px;
    /* 设置内边距，使按钮看起来更舒适 */
    font-size: 16px;
    /* 设置字体大小 */
    cursor: pointer;
    /* 鼠标悬停时显示指针形状，表示可点击 */
    border-radius: 5px;
    /* 设置边框圆角，使按钮看起来更圆润 */
    transition: background-color 0.3s ease;
    /* 添加过渡效果，使背景色变化更平滑 */
    width: 110px;
    float: right;
    margin-right: 10px;
}

    .jjbackbtn:hover {
        background-color: #ff0000;
        /* 鼠标悬停时的背景颜色 */
    }
    .jjbackbtn a{
        color:white;
        font-size: 16px;
        text-decoration: none;
    }