<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Hdp {
    width: 100%;

}

#Hdp .main {
    width: 1200px;
    margin: 0 auto;
    background: yellow;
    margin-top: 10px;
}


#Hdp .main .swiper-container {
    width: 100%;
    height: 436px;
}

#Hdp .main .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 0px;
    background: #fff;

    /* 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;
}

#Hdp .main .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 6px;
}


#Hdp .main .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    ;
}


#Hdp .main .swiper-pagination {
    text-align: right;
    margin-bottom: 0px;
}

#Hdp .main .swiper-container-horizontal&gt;.swiper-pagination-bullets,
#Hdp .main .swiper-pagination-custom,
#Hdp .main .swiper-pagination-fraction {
    right: 0;
    width: 180px;
    left: auto;
}

#Hdp .main .swiper-container .text {
    width: 100%;
}

#Hdp .main .swiper-container .text img {
    width: 100%;
    display: block;
}

#Hdp .main .swiper-container .text p {
    display: inline-block;
    color: #fff;
    text-align: left;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding-left: 40px;
    position: absolute;
    bottom: 0px;
    right:0px;
    left:0px;
}

.xwtit{display: inline-block;width: 520px;}
#Hdp .main .swiper-button-prev {
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-left: -10px;
    margin-top: -40px;
    outline: 0;
}


#Hdp .main .swiper-button-next {
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-right: -10px;
    margin-top: -40px;
    outline: 0;
}


#News {
    width: 100%;
}

#News .main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}


#News .main .Na {
    display: block;
    width: 100%;
    border-bottom: 2px solid #dddddd;
    height: 42px;
    line-height: 42px;

}


#News .main .Na i {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #3468be;
    padding: 0 12px;
    font-style: normal;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
    font-weight: bold;

}

#News .main .Na i::before {
    position: absolute;
    bottom: -2px;
    left: 0px;
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 3px;
    width: 100%;
    background: #3468be;

}

#News .main .Na li {
    display: inline-block;
    padding: 0 13px;
 
}

#News .main .Na li a {
    font-size: 15px;
    color: #434343;
  display:block;
   max-width:475px;
  white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}



#News .main .Na span {
    float: right;
    font-size: 15px;

}

#News .main .Na span a {
    color: #979797;
}


#News .main .NavLi {
    height: 370px;
    width: 596px;
    margin-top: 16px;
    position: relative;
    display: inline-block;

}


#News .main .NavLi&gt;li {
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;

    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 198px;
    background: #dcdcdc;

}

#News .main .NavLi&gt;li:hover {
    background: #3063bc;
}

#News .main .NavLi&gt;li:hover a {
    color: #fff;
}

#News .main .NavLi&gt;li:hover ul {
    display: block;
}

#News .main .NavLi&gt;li&gt;a {
    font-size: 17px;
    color: #000;
}


#News .main .NavLi&gt;.More {
    font-size: 24px;
    color: #fff;
}

#News .main .NavLi&gt;.Choice {
    background: #3063bc;
}

#News .main .NavLi&gt;.Choice a {
    color: #fff;
}

#News .main .NavLi&gt;.Choice ul {
    display: block;
}

#News .main .NavLi ul {
    display: none;
    position: absolute;
    top: 48px;
    left: 0px;
    background: #fff;
    white-space: nowrap;
    transition: 0.3s;
    z-index: 999999;
    width: 596px;
}

#News .main .NavLi ul li {
    display: block;
    width: 596px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
    line-height: 22px;
    white-space: pre-wrap;
}

#News .main .NavLi ul li::before {
    content: '';
    height: 5px;
    width: 5px;
    background: #d20000;
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    margin-right: 4px;
}

#News .main .NavLi ul li a {
    font-size: 16px;
    line-height: 40px;
    color: #353535 !important;
}

#News .main .NavLi ul li a&gt;i {
    display: inline-block;
    float: right;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    color: #858585;
}


#News .main .Ri {
    display: inline-block;
    margin-top: 16px;
    margin-left: 10px;
}

#News .main .Ri .swiper-container {
    width: 588px;
    height: 360px;
}

#News .main .Ri .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 0px;
    background: #fff;

    /* 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;
}

#News .main .Ri .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 6px;
}


#News .main .Ri .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    ;
}


#News .main .Ri .swiper-pagination {
    text-align: right;
    margin-bottom: 0px;
}

#News .main .Ri .swiper-container-horizontal&gt;.swiper-pagination-bullets,
#News .main .Ri .swiper-pagination-custom,
#News .main .Ri .swiper-pagination-fraction {
    left: -10px;
}

#News .main .Ri .swiper-container .text {
    width: 100%;
}

#News .main .Ri .swiper-container .text img {
    width: 100%;
    display: block;
}

#News .main .Ri .swiper-container .text p {
   display: inline-block;
    color: #fff;
    text-align: left;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding-right: 100px;
    box-sizing: border-box;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding-left: 40px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#News .main .Ri .swiper-button-prev {
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-left: -10px;
    margin-top: -40px;
    outline: 0;
}


#News .main .Ri .swiper-button-next {
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-right: -10px;
    margin-top: -40px;
    outline: 0;
}



#Adv {
    width: 100%;
}

#Adv .main {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 20px;
}

#Adv .main img {
    height: 100px;
}

#Adv .main .Adv1 {
    width: 756px;
    margin-right: 10px;
    display: inline-block;

}

#Adv .main .Adv2 {
    width: 434px;
    display: inline-block;
}



#MainIn {
    width: 100%;
}

#MainIn .main {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

#MainIn .main .Le {
    display: inline-block;
    width: 756px;
    height: 330px;
    margin-right: 10px;
}

#MainIn .main .Ri {
    display: inline-block;
    width: 434px;
    height: 330px;
}
#MainIn .main .Ri img{
    margin-top:14px;
}


#MainIn .main .Le .NavLi {
    width: 756px;
    height: 330px;
    position: relative;
    display: inline-block;
}

#MainIn .main .Le .NavLi::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
    background: #eee;
    display: block;
    vertical-align: top;
    top: 46px;
    z-index: 999;
}


#MainIn .main .Le .NavLi&gt;li {
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 120px;

}

#MainIn .main .Le .NavLi&gt;li:hover::after {
    width: 120px;
    position: absolute;
    content: "";
    height: 3px;
    background: #3063bc;
    display: block;
    vertical-align: top;
    top: 44px;
    z-index: 999;
}



#MainIn .main .Le .NavLi&gt;li:hover ul {
    display: block;
}

#MainIn .main .Le .NavLi&gt;li&gt;a {
    font-size: 20px;
    color: #3063bc;
    font-weight: bold;
}

#MainIn .main .Le .NavLi&gt;li:nth-child(1)::before {
    background-image: url(../img/special1.jpg);
}

#MainIn .main .Le .NavLi&gt;li:nth-child(2)::before {
    background-image: url(../img/video1.jpg);
}

#MainIn .main .Le .NavLi&gt;li:nth-child(3)::before {
    background-image: url(../img/painting1.jpg);
}

#MainIn .main .Le .NavLi&gt;li:nth-child(1)::before,
#MainIn .main .Le .NavLi&gt;li:nth-child(2)::before,
#MainIn .main .Le .NavLi&gt;li:nth-child(3)::before {
    content: "";
    height: 46px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: 0 10px;
    display: inline-block;
}

#MainIn .main .Le .NavLi&gt;i {
    height: 48px;
    line-height: 48px;
    display: inline-block;
    float: right;
    font-size: 15px;

    font-style: normal;
}

#MainIn .main .Le .NavLi&gt;i a {
    color: #989898;
}


#MainIn .main .Le .NavLi&gt;.More {
    font-size: 24px;
    color: #fff;
}

#MainIn .main .Le .NavLi&gt;.Choice::after {
    width: 120px;
    position: absolute;
    content: "";
    height: 3px;
    background: #3063bc;
    display: block;
    vertical-align: top;
    top: 44px;
    z-index: 999;
}



#MainIn .main .Le .NavLi&gt;.Choice ul {
    display: block;
}

#MainIn .main .Le .NavLi ul {
    display: none;
    position: absolute;
    top: 48px;
    left: 0px;
    z-index: 999999;
    width: 756px;
    height: 282px;
    text-align: left;
    background: #fff;
}

#MainIn .main .Le .NavLi ul li {
    display: inline-block;
    width: 368px;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    margin-right: 10px;
}



#MainIn .main .Le .NavLi ul li a {
    display: inline-block;
}

#MainIn .main .Le .NavLi ul li a&gt;img {
    height: 120px;
    width: 160px;
    display: inline-block;
}
#MainIn .main .Le .NavLi ul li .titsummary{
font-size:18px;line-height:30px;
}
#MainIn .main .Le .NavLi ul li .titsummary p{
height:62px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color:#222;
}
#MainIn .main .Le .NavLi ul li .titsummary .summary-text{font-size: 14px;color: #868585;}
#MainIn .main .Le .NavLi ul li a&gt;i{
font-size:18px;color:#333333;
}
#MainIn .main .Le .NavLi ul li a&gt;div {
    display: inline-block;
    height: 120px;
    width: 186px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    color: #404040;
}
#MainIn .main .Le .NavLi ul li a&gt;div span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}
#MainIn .main .Le .NavLi ul li a&gt;div span:nth-child(2) {
    font-size: 14px;
    color: #777777;
    margin-top: 5px;
}



#MainIn .main .Ri .Na {
    display: block;
    width: 100%;
    border-bottom: 2px solid #dddddd;
    height: 46px;
    line-height: 46px;

}


#MainIn .main .Ri .Na i {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: #3468be;
    padding: 0 12px;
    font-style: normal;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
    font-weight: bold;

}

#MainIn .main .Ri .Na i::before {
    position: absolute;
    bottom: -2px;
    left: 0px;
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 3px;
    width: 100%;
    background: #3468be;

}
#MainIn .main .Ri 

#MainIn .main .Ri img {
    margin-top: 14px;
    width: 434px;
    height: 260px;
    cursor: pointer;
}




#Culture {
    width: 100%;
}

#Culture .main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}


#Culture .main .Na {
    display: block;
    width: 100%;
    border-bottom: 2px solid #dddddd;
    height: 42px;
    line-height: 42px;
    margin-bottom: 14px;

}


#Culture .main .Na i {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    color: #3468be;
    padding: 0 12px;
    font-style: normal;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
    font-weight: bold;
}

#Culture .main .Na i::before {
    position: absolute;
    bottom: -2px;
    left: 0px;
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 3px;
    width: 100%;
    background: #3468be;

}


#Culture .main .Na span {
    float: right;
    font-size: 15px;

}

#Culture .main .Na span a {
    color: #979797;
}


#Culture .main {
    font-size: 0;
}

#Culture .main&gt;.Le {
    width: 756px;
    display: inline-block;
}

#Culture .main&gt;.Le&gt;img {
    width: 756px;
    height: 260px;
    display: inline-block;
}

#Culture .main&gt;.Le&gt;ul {
    display: block;
    margin-top: 20px;
}

#Culture .main&gt;.Le&gt;ul li {
    display: inline-block;
    width: 362px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-right: 30px;
}
#Culture .main&gt;.Le&gt;ul li:nth-child(even){
    margin-right: 0px;

}

#Culture .main&gt;.Le&gt;ul li::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 3px;
    width: 3px;
    background: #666;
    margin-top: 14px;
    margin-right: 6px;

}

#Culture .main&gt;.Le&gt;ul li i {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    float: right;
    color: #999;
    font-size: 14px;
    font-style: normal;
}



#Culture .main&gt;.Ri {
    width: 434px;
    position: relative;
    height: 260px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

#Culture .main&gt;.Ri img {
    width: 434px;
    height: 260px;
     
}
.ind-play{ position: relative;}
.ind-play::before {
    content: '';
    display: inline-block;
    height: 80px;
    width: 80px;
    vertical-align: top;
    position: absolute;
    top: 80px;
    right: 170px;
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: 0 0;

}
#Culture .main&gt;.Ri i {
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0px;
    font-style: normal;
    padding-left:10px;
}

#Culture .main&gt;.Ri&gt;ul {
    display: block;
    margin-top: 20px;
}

#Culture .main&gt;.Ri&gt;ul li {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-right: 14px;
}

#Culture .main&gt;.Ri&gt;ul li::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 3px;
    width: 3px;
    background: #666;
    margin-top: 14px;
    margin-right: 6px;

}
#Culture .main&gt;.Ri&gt;ul li i {
	height: 30px;
    line-height: 30px;
    display: inline-block;
    float: right;
    color: #999;
    font-size: 14px;
    font-style: normal;
  	position: initial;
    background: none;
  cursor: text;
}






#Adv_Hdp {
    width: 100%;
}

#Adv_Hdp .main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}



#Adv_Hdp .main .swiper-container {
    width: 100%;
    height: 100px;
}

#Adv_Hdp .main .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 0px;
    background: #fff;

    /* 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;
}

#Adv_Hdp .main .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 6px;
}


#Adv_Hdp .main .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    ;
}


#Adv_Hdp .main .swiper-pagination {
    text-align: right;
    margin-bottom: 0px;
}

#Adv_Hdp .main .swiper-container-horizontal&gt;.swiper-pagination-bullets,
#Adv_Hdp .main .swiper-pagination-custom,
#Adv_Hdp .main .swiper-pagination-fraction {
    left: -10px;
}

#Adv_Hdp .main .swiper-container .text {
    width: 100%;
}

#Adv_Hdp .main .swiper-container .text img {
    width: 100%;
    display: block;
}

#Adv_Hdp .main .swiper-container .text p {
    display: inline-block;
    color: #fff;
    text-align: left;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding-left: 40px;
    position: absolute;
    bottom: 0px;
}


#Adv_Hdp .main .swiper-button-prev {
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-left: -10px;
    margin-top: -35px;
    outline: 0;
}


#Adv_Hdp .main .swiper-button-next {
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-right: -10px;
    margin-top: -35px;
    outline: 0;
}


#Mainbottom {
    width: 100%;
}

#Mainbottom .main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 0;
}

#Mainbottom .main .Le {
    width: 360px;
    display: inline-block;

}

#Mainbottom .main .Le img {

    height: 78px;
    width: 360px;
    margin-bottom: 10px;
}

#Mainbottom .main .Middle {
    display: inline-block;
    border: 1px solid #898989;
    height: 252px;
    width: 360px;
    margin-left: 25px;
}

#Mainbottom .main .Middle p {
    width: 100%;
    margin: 0;
    line-height: 76px;
    text-align: center;
    font-size: 22px;
}

#Mainbottom .main .Middle div {
    border: 1px solid #c8c8c8;
    height: 36px;
    width: 320px;
    background: #fff;
    font-size: 0;
    margin-left: 20px;
}

#Mainbottom .main .Middle div input {
    border: 0;
    outline: 0;
    width: 158px;
    height: 36px;
    display: inline-block;
    padding-left:5px;
}

#Mainbottom .main .Middle div i {
    display: inline-block;
    font-size: 12px;
    border-left: 1px solid #c8c8c8;
    height: 36px;
    line-height: 36px;
    width: 156px;
    font-style: normal;
    text-align: center;
}



#Mainbottom .main .Middle&gt;input {
    border: 0;
    outline: 0;
    width: 315px;
    height: 36px;
    display: block;
    margin-top: 10px;
    border: 1px solid #c8c8c8;
    margin-left: 20px;
    padding-left:5px;
}

#Mainbottom .main .Middle&gt;button,
#Mainbottom .main .Middle&gt;span{
    border: 1px solid #c8c8c8;
    width: 116px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: transparent;
    display: inline-block;
    color:#333 !important;
    margin-top:26px;
    font-size: 14px;
    cursor: pointer;

}
#Mainbottom .main .Middle&gt;span a{
  font-size: 13px
    

}
#Mainbottom .main .Middle&gt;button{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left:72px;
border-right:0;
}
#Mainbottom .main .Middle&gt;span{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
}


#Mainbottom .main .Ri {
    display: inline-block;
    width: 436px;
    height: 254px;
    margin-left: 16px;
}



#Mainbottom .main .Ri .Na {
    display: block;
    width: 100%;
    border-bottom: 2px solid #dddddd;
    height: 42px;
    line-height: 42px;

}


#Mainbottom .main .Ri .Na i {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    color: #3468be;
    padding: 0 12px;
    font-style: normal;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
    font-weight: bold;

}

#Mainbottom .main .Ri .Na i::before {
    position: absolute;
    bottom: -2px;
    left: 0px;
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 3px;
    width: 100%;
    background: #3468be;

}


#Mainbottom .main .Ri .Na span {
    float: right;
    font-size: 15px;

}

#Mainbottom .main .Ri .Na span a {
    color: #979797;
}

#Mainbottom .main .Ri .Li {
    margin-top: 10px;
}

#Mainbottom .main .Ri .Li li {
    display: block;
    line-height: 40px;
    font-size: 16px;

}

#Mainbottom .main .Ri .Li li::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 3px;
    width: 3px;
    background: #666;
    margin-top: 18px;
    margin-right: 6px;
}

#Mainbottom .main .Ri .Li li i {
    font-style: normal;
    float: right;
    line-height: 40px;
    color: #999;
}</pre></body></html>