<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*banner*/
.banner {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 480px;
}

.banner &gt; ul {
    height: 100%;
}

.banner li {
    position: absolute;
    width: 100%;
}

.banner li &gt; a {
    width: 100%;
    height: 480px;
}

.dot {
    position: absolute;
    bottom: 28px;
    width: 100%;
    height: 6px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.dot span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 15px;
    background-color: #fff;
}

.dot .active {
    background-color: #6a1822;
}

.section_icon {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: rgb(245, 245, 245);
}

.section_icon &gt; ul {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.section_icon &gt; ul &gt; li {
    float: left;
    width: 180px;
    height: 130px;
    border-radius: 8px;
    margin-right: 75px;

}

.section_icon &gt; ul &gt; li:hover {
    background-color: #fff;
    -webkit-box-shadow: rgb(235,235,235) 0px 0px 35px 3px;
    -moz-box-shadow: rgb(235,235,235) 0px 0px 35px 3px;
    box-shadow: rgb(235,235,235) 0px 0px 35px 3px;
}

.section_icon &gt; ul &gt; li:hover p {
    color: #6a1822;
}

.section_icon &gt; ul &gt; li &gt; a &gt; img {
    margin: 20px auto 0;
}

.section_icon &gt; ul &gt; li &gt; a &gt; p {
    font-size: 16px;
    color: #333;
    margin-top: 16px;
    text-align: center;
}

/*main_list*/
.main_list {
    padding-top: 30px;
    padding-bottom: 40px;
}

.main_list &gt; .main_box,.main_list&gt;.main_box2 {
    width: 1200px;
    margin: 0 auto;
    min-height: 318px;
}

.main_list &gt; .main_box &gt; .zsdt &gt; p.title &gt; a, .main_list &gt; .main_box &gt; .zsdt &gt; p.title &gt; img {
    display: inline-block;
}

.main_list &gt; .main_box &gt; .zsdt &gt; p.title &gt; a {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

.main_list &gt; .main_box &gt; .zsdt &gt; p.title &gt; span {
    vertical-align: 60%;
    font-size: 18px;
    color: #6a1822;
    margin-left: 8px;
}

.main_list &gt; .main_box &gt; .zsdt {
    width: 700px;
}

.main_list &gt; .main_box &gt; .zsdt &gt; p.title {
    height: 44px;
    border-bottom: 2px solid #6a1822;
    margin-bottom: 20px;
}

/*main1*/
.zsdt &gt; .main {
    margin-bottom: 30px;
}

.zsdt &gt; .main &gt; .banner2 {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 222px;
}

.zsdt &gt; .main &gt; .banner2 &gt; ul {
    height: 100%;
}

.zsdt &gt; .main &gt; .banner2 li {
    position: absolute;
    width: 300px;
    height: 222px;
}

.zsdt &gt; .main &gt; .banner2 li img {
    width: 300px;
    height: 222px;
}

.zsdt &gt; .main &gt; .banner2 li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    color: white;
    text-indent: 10px;
    background-color:#6a1822;
}

.zsdt &gt; .main &gt; .banner2 a.btn_right:hover, .zsdt &gt; .main &gt; .banner2 a.btn_left:hover {
    background-color: #6a1822;
}

.zsdt &gt; .main &gt; .banner2 .btn {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
    height: 20px;
}

.zsdt &gt; .main &gt; .banner2 .btn &gt; a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background-color: rgba(0, 0, 0,.8);
    font-size: 20px;
    color: #fff;
    text-align: center;
}
a.btn_right{
    float: right;
}
.zsdt &gt; .main &gt;.list&gt;ul&gt;li{
    width: 384px;
    height: 21px;
    background: url("../images/icon_cicle.png") no-repeat 0 8px;
    margin-bottom: 12px;
}
.zsdt &gt; .main &gt;.list&gt;ul&gt;li:hover p.title{
    color: #6a1822;
}
.zsdt &gt; .main &gt;.list&gt;ul&gt;li&gt;a&gt;p{
    display: inline-block;
    color: #333333;
}
.zsdt &gt; .main &gt;.list&gt;ul&gt;li&gt;a&gt;p.title{
    font-size: 16px;
    text-indent: 18px;
}
.zsdt &gt; .main &gt;.list&gt;ul&gt;li&gt;a&gt;p.time {
    font-size: 14px;
    margin-top: 2px;
}

/*å­¦é™¢æ¦‚å†µ*/
.xygk{
    padding-top: 10px;
    width: 470px;
}
.xygk a{
    overflow: hidden;
}
.xygk a img{
    transition: 0.6s;
}
.xygk a:hover img{
    transform: scale(1.1);
}
.xygk .sec1&gt;a{
    position: relative;
    width: 225px;
    height: 130px;
}
.xygk .sec2&gt;a{
    position: relative;
    width: 470px;
    height: 130px;
    margin-top: 20px;
}
.xygk a&gt;p.name{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -20px;
    width: 120px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px white solid;
    font-size:16px ;
    color: #fff;
    line-height: 38px;
    text-align: center;
}
/*æ‹›ç”Ÿè®¡åˆ’*/
.main_box2&gt;ul&gt; li.title &gt;.main_box2&gt;ul&gt; p.title &gt; img {
    display: inline-block;
}

.main_box2&gt;ul&gt; li.title &gt; a {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

.main_box2&gt;ul&gt; li.title &gt; span {
    vertical-align: 60%;
    font-size: 18px;
    color: #6a1822;
    margin-left: 8px;
}

.main_box2&gt;ul{
    width: 380px;
    float: left;
    margin-right: 30px;
}

.main_box2&gt;ul&gt; li.title {
    height: 44px !important;
    border-bottom: 2px solid #6a1822 !important;
    background:none;
    margin-bottom: 20px !important;
}
.main_box2&gt;ul&gt;li.title &gt; a,.main_box2&gt;ul&gt; li.title &gt; img {
    display: inline-block;
}
.main_box2&gt;ul&gt;li{
    width: 380px;
    height: 21px;
    background: url("../images/icon_cicle.png") no-repeat 0 8px;
    margin-bottom: 12px;
}
.main_box2&gt;ul&gt;li:hover p.title{
    color: #6a1822;
}
.main_box2&gt;ul&gt;li&gt;a&gt;p{
    display: inline-block;
    color: #333333;
}
.main_box2&gt;ul&gt;li&gt;a&gt;p.title{
    font-size: 16px;
    text-indent: 18px;
}
.main_box2&gt;ul&gt;li&gt;a&gt;p.time {
    font-size: 14px;
    margin-top: 2px;
}

.main_box2&gt;ul#kswd&gt;li{
    height: 47px;
    border-bottom: 1px #666666 dashed;
    margin-bottom: 10px;
}
.main_box2&gt;ul#kswd&gt;li&gt;a&gt;p.answer{
    display: block;
    font-size: 14px;
    color:#666;
}
</pre></body></html>