* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    background-color: #b79c9c;
}

.qb {
    width: 1000px;
    margin: 0 auto;
    padding: 5px;
}

.qb ul {
    padding: 0;
    margin: 20px;
    height: 30px;
    margin: 20px 0;
}

.qb ul li {
    float: left;
    width: 166px;
    text-align: center;
    list-style: none;
}

.qb ul li:hover {
    background-color: white;
    border-radius: 15px;
}

.qb ul li:hover a {
    color: #313336;
}

.qb ul li.active {
    background-color: white;
    border-radius: 15px;
}

.qb ul li.active a {
    color: #313336;
}

.qb ul li a {
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.qb_1 {
    width: 1300px;
    height: 720PX;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: white;
}

h3 {
    color: #1c98b0;
}

.qb_2 p {
    margin: 10px 0;
    line-height: 1.6;
    text-indent: 2em;
}

.qb_2 img {
    width: 100%;
    border-radius: 5px;
    margin: 20px 0;
}

* {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.banner {
    width: 550px;
    margin: auto;
    border-radius: 10px;
    height: 550px;
    position: relative;
    overflow: hidden;
}

.imgList {
    list-style: none;
    /* width: 2480px; */
    position: absolute;
    /* left:-620px; */
}

.imgList img {
    width: 550px;
    height: 550px;
}

.imgList li {
    float: left;
    margin-right: 20px;
}

.circle {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.circle a {
    width: 15px;
    height: 15px;
    background: #ececec;
    display: block;
    border-radius: 50%;
    opacity: .5;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.circle a.hover {
    background: white;
    opacity: .8;
}

.qb_3 {
    width: 100%;
    height: 600px;
    background-color: white;
}

.qb_3 ul li {
    float: left;
    width: 300px;
    /* margin-right: 30px; */
    list-style: none;
    margin: 10px 30px 10px 0;
}

.qb_3 ul li:nth-child(3n) {
    margin-right: 0;
}

.qb_3 img {
    margin: 0;
}

.qb_3 h3 {
    text-align: center;
    margin: 10px 0;
}

.qb_3 p {
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.qb_4 {
    width: 100%;
    height: 200px;
    background-color: white;
}

.qb_4 img {
    float: left;
    width: 260px;
}

.qb_4 p {
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    width: 700px;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 25px;
}

.qb_4 a {
    color: #1c98b0;
    font-size: 14px;
    text-decoration: none;
    margin-left: 20px;
}

.jues {
    width: 1200px;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: white;
}

.character-container {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}

.character-info {

    background-color: white;
    padding: 20px;
    width: 807px;
    height: 458px;
    margin-left: 60px;
}

.character-image {
    flex: 1;
    padding: 20px;
}

.character-image img {
    width: 272px;
    height: 458px;
}

.menpai {
    margin-left: 60px;
    margin-top: 20px;
}

.wuzhe {
    margin-left: 60px;
    margin-top: 20px;
}

.changjing {
    width: 535px;
    height: 214px;
    margin: 40px;
    margin-top: 20px;
}
