*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    list-style: none;
}

html,body{
    width: 100%;
}

.box{
    width: 100%;
    background-image: url(../img/images/bg.jpg);
    background-repeat: repeat;
}

.sBox{
    width: 900px;
    margin:0 auto;
}

.header .top{
    position: relative;
}
.header .topbutton{
    position: absolute;
    top: 10px;
    right: 20px;
}
.header .topbutton p{
    display: inline-block;
}
.header .topbutton01 a{
    color: #64849d;
    font-size: 12px;
    border-right: 1px solid #64849d;
    text-decoration: none;
    display: block;
    padding:0 10px;
}
.header .topbutton02 a{
    color: #fd001d;
    font-size: 14px;
    text-decoration: none;
    padding:0 10px;
}


.header .listButton{
    padding-top: 5px;
    background-color: #fff;
}
.header .listButton ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 5px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    font-weight: bold;
}
.header .listButton ul li{
    flex: 0 0 10%;
    text-align: center;
    border-right: 1px solid #7e7e80;
    background-color: #c9c9c9;
    padding:3px 0;
    cursor: pointer;
}
.header .listButton ul .noline{
    border-right: none;
}
.header .listButton ul .on{
    background-color: #d61317;
    color: #fff;
}

.header .flash{
    background-color: #fff;
}
.header .flash object{
    margin:0 auto;
    display: block;
}
.header .on a{
    text-decoration: none;
    color: #fff;
}
.header li a{
    text-decoration: none;
    color: #000;
}

@keyframes scale{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(6px);
	}
}

.header .anchorpoint{
    position: absolute;
    bottom: 10px;
    right: 32px;
}
.header .anchorpoint img{
    width: 32px;
    animation: scale .4s infinite;
}
.header .anchorpoint a{
    text-decoration: underline;
    color: red;
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.footer{
    padding:10px 5px;
    background-color: #DFEEFD;
    text-align: left;
    border-top: 2px solid #ccc;
    color: #648299;
}
.footer .webconfig{
    width: 300px;
    margin:0 auto;
}


.index{
    display: flex;
    padding:10px 5px;
    background-color: #DFEEFD;
}
.index .left{
    width: 244px;
}

.index .right{
    width: 644px;
    margin-left: 5px;
}

.index .left .title{
    background-color: #1fa2d0;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 5px 0;
    padding-left: 20px;
}
.index .left .title img{
    margin-right: 10px;
    padding:5px 0;
}
.index .left li{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #1fa2d0;
    /* position: relative; */
    margin-bottom: 20px;
}
.index .left li .more{
    text-align: right;
    margin: 10px 10px;
    cursor: pointer;
    color: #0f519b;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
.index .left li div{
    /* margin:40px 0; */
    font-size: 12px!important;
}
.index .left object{
    margin:-10px 0 15px;
    display: block;
}
.index .left li a{
    color: #000;
    text-decoration: none;
}