*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-size: 14px; */
    font-family: "Microsoft YaHei", sans-serif;
}
a{
    text-decoration: none;
    color: inherit;
}
ul,li{
    list-style: none;
}

header{
    width: 100%;
}

.header_top{
    width: 1200px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top h1{
    font-size: 16px;
    line-height: 32px;
    color:#333;
    margin: 10px 0;
}
.header_top h1 a{
    color:#1781f1;
}

.header_top nav{

}
.header_top nav ul{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 0px;
}
.header_top nav ul>li{}
.header_top nav ul>li::before{
    content: '/';
    margin-right:10px;
    color: #333;
}
.header_top nav ul>li:nth-child(1)::before{
    content: '';
}
.header_top nav ul>li a{
    color: #333;
}
.header_top nav ul>li a:hover{
  font-weight: bold;
  color:#306baf;
}

.banner img{
    width: 100%;;
}

nav.special{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #099ff5;
    font-size: 16px;
    color: #fff;
    background-color: #099ff5;
}
nav.special ul{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 30px;
}
nav.special ul>li{}
nav.special ul>li>a{
    color: #fff;
}


main{
    width: 1200px;
    margin: 30px auto;
}

section{
    margin-bottom: 50px;
}

section h1{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
section>h1::before{
    content: '';
    position: relative;
    top: 5px;
    display: inline-block;
    width: 6px;
    height: 20px;
    margin-right: 10px;
    vertical-align: top;
    background-color: #386ed3;
}



.description{
    background-color: #F3F3F3;
    line-height: 24px;
    padding: 20px;
}
.description p{
    text-indent: 2em;
    color: #333;
    font-size: 16px;
}




.slide_list{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.carousel{
    width: 700px;
}
.baokaolist{
    width: 470px;
    border: 5px solid #f3f8fc;
    border-radius: 5px;
    padding: 20px 30px 0;
}
.baokaolist>h2{
    color: #0f1899;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 10px;
    text-align: center;
}
.baokaolist>ul{}
.baokaolist>ul>li{
    position: relative;
    font-size: 16px;
    line-height: 42px;
    border-bottom: 1px solid #ddd;
    padding-left: 30px;
}
.baokaolist>ul>li::before{
    display: inline-block;
    content: ' ';
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    background-color: #ffb62c;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: absolute;
    top: 12px;
    left:0px;
}
.baokaolist>ul>li:nth-child(1):before{content: "1";}
.baokaolist>ul>li:nth-child(2):before{content: "2";}
.baokaolist>ul>li:nth-child(3):before{content: "3";}
.baokaolist>ul>li:nth-child(4):before{content: "4";}
.baokaolist>ul>li:nth-child(5):before{content: "5";}
.baokaolist>ul>li:nth-child(6):before{content: "6";}
.baokaolist>ul>li>a{
    color: #333;
    
}
.baokaolist>ul>li>a:hover{
    text-decoration: underline;
}
.baokaolist .morelist{
    text-align: center;
}
.baokaolist .morelist>a{
    color: #333;
    font-size: 16px;
}

.pluralistic_container{
    line-height: 180%;
    font-size: 16px;
}
.pluralistic_container div{
    margin-bottom: 20px;
}
.pluralistic_container div p{
    margin-bottom: 10px;
}
.pluralistic_container div img{
    max-width: 100%;
}


/* 详细页 */

.detail_container{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    color: #333;
}
.detail_left{
    width: 780px;
}

.detail_left h1{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.detail_info{
    color: #ccc;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.detail_content{
    font-size: 16px;
    line-height: 180%;
}
.detail_content div{
    margin-bottom: 15px;
}
.detail_content p{
    margin-bottom: 10px;
}
.detail_content img{
    max-width: 100%;
}

.detail_right{
    width: 370px;
}
.detail_right h2{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.detail_right h2::before{
    display: inline-block;
    content: '';
    background-color:#0355c7;
    width: 4px;
    height: 22px;
    margin-right: 12px;

    position: absolute;
    top: 4px;
    left:0;
}
.detail_right ul{
}
.detail_right ul>li{
    font-size: 16px;
    line-height: 32px;

    list-style: disc;
    list-style-position: inside;
}
.detail_right ul>li>a{
    color: #333;
}
.detail_right ul>li>a:hover{
    color: #0069ff;
}




/* 以下是内容性的CSS，不全，只是一个示例，其它的可以写在HTML中，主要是从数据库里取 */

.process_img{}
.process_img img{
    width: 100%;
}



table{
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th{
    font-size: 16px;
    background-color: #f2f2f2;
    text-align: center;
}
table th, table td{
    border: 1px solid #ddd;
    padding: 10px;
}
table tr td a{
    color:#3366CC;
}
table tr td a:hover{
    text-decoration: underline;
}



.question_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.question_list>li{
    background-color: #f9f9f9;
    padding: 20px;
    width: 30%;;
}
.question_list>li h2{
    color: #386ed3;
    font-size: 16px;
    margin-bottom: 10px;
}
.question_list>li p{
        font-size: 14px;
    line-height: 27px;
    color: #333;
}



footer{
    background: #302a29;
    color: #fff;
    padding: 30px 0;
}
footer .logo{
    text-align: center;
    margin-bottom: 30px;
    height: 60px;
}
footer .logo img{
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
footer .info{
    text-align: center;
    font-size: 12px;
    color: #FFF;
}
footer .info p{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
footer .info p span{}
footer .info p a{
    color: #fff;
}
