<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html{
min-width:1200px;
}
img{
  object-fit: cover;
}
li
{
    list-style-type: none;
    }
.wrap{
  margin: 0 auto;
}
input,textarea,button
{
    outline:none;
    border:none;
    }
/*引入字体
@font-face
{
    font-family: "SourceHanSerifSC-Heavy";
    src:url("../font/SC-Heavy.otf");
    }
*/

/*显示一行*/
.oneLine{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*显示两行*/
.twoLine{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*显示两行*/
.threeLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*显示两行*/
.nLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
/*隐藏*/
.hide{
  display: none;
}
/*首页*/
.Default
{
 color: #010101 !important;
}
.Default:hover
{
    color:#09199B !important;
    }
.Body
{
    min-width:1200px;
    height:100%;
    }
.MenuActive
{
    }
.MenuActiveLeft {
    background-image: linear-gradient(to right, #D70000 0%, #FF8236 100%);
    color:azure !important;
}

/*appNotice*/
.appNotice
{
    width:270px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius:8px;
    }

.appNotice .disDiv {
}
.appNotice .texthead {
    height:60px;
    line-height:60px;
    text-align:center;
    font-size:21px;
    color:#FFFFFF;
    background:#BF000A;
}
.appNotice .border {
    margin: 0px 10px;
    border: 1px dashed #CACBCC;
}
.appNotice .disDiv a {
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:80px;
    color: #000000;
    font-size:20px;
    padding-left:20px;
}
.appNotice .disDiv img{
    width:13px;
    height:13px;
    margin-right:30px;
}

.appNotice .disDivLeft {
    padding:0px 20px;
}
.appNotice .disDivLeft a {
    display: flex;
    align-items: center;
    height: 60px;
    color: #000000;
    font-size: 16px;
}
/*
.appNotice ul li a::after
{
    position: absolute;
    content: "";
    background: url(../img/Default/right_icon.png);
    right: 0;
    top: calc(50% - 13px);
    width: 25px;
    height: 25px;
    background-size: cover;
    }

/*Footer*/
.returnTop
{
    width:100%;
    position:fixed;
    bottom:10%;
    z-index:3; 
    }
.goTop
{
    width:1450px;
    margin:auto;
    }


</pre></body></html>