.full-width {
    width: 100%;
    float: left;
    min-width: 1400px;
}

.width-1200 {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}

.top {
    height: 47px;
    line-height: 47px;
    margin-top: 28px;
    margin-bottom: 31px;
}

.logo {
    float: left;
    height: 47px;
}

.top-img {
    float: right;
    height: 47px;
}

.search-content {
    height: 47px;
    margin-left: 100px;
    width: 532px;
    float: left;
    padding: 14px 8px 14px 20px;
    border: none;
    color: #333;
    vertical-align: middle;
    outline: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
}

.search-button {
    width: 87px;
    padding: 13px 0;
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    border: none;
    outline: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #b4151c;
}

.search-button:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -5px 0 0 10px;
    vertical-align: middle;
    background: url(../img/search.png) no-repeat;
}

.nav {
    height: 44px;
    font-size: 20px;
    line-height: 44px;
}

.nav-item {
    /* width: 240px; */
    width: auto;
    color: #333;
    text-align: center;
    float: left;
    padding: 0 25px;
}

a.nav-item {
    text-decoration: none;
    display: block;
}

.nav-active {
    color: #fff;
    background-color: #b4151c;
}

/* .nav-item:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	vertical-align: middle;
	margin: -5px 10px 0 0;
} */

.nav-bg-1-active:before,
.nav-bg-1:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin: -5px 10px 0 0;
    background: url(../img/nav-line-active.svg) no-repeat;
}

.nav-bg-1:before {
    background: url(../img/nav-line.svg) no-repeat;
}

.nav-bg-2-active:before,
.nav-bg-2:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin: -5px 10px 0 0;
    background: url(../img/nav-2-active.svg) no-repeat;
}

.nav-bg-2:before {
    background: url(../img/nav-2.svg) no-repeat;
}

.nav-bg-3-active:before,
.nav-bg-3:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin: -5px 10px 0 0;
    background: url(../img/nav-3-active.svg) no-repeat;
}

.nav-bg-3:before {
    background: url(../img/nav-3.svg) no-repeat;
}

.nav-bg-4-active:before,
.nav-bg-4:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin: -5px 10px 0 0;
    background: url(../img/nav-4-active.svg) no-repeat;
}

.nav-bg-4:before {
    background: url(../img/nav-4.svg) no-repeat;
}

.nav-bg-5-active:before,
.nav-bg-5:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin: -5px 10px 0 0;
    background: url(../img/nav-5-active.svg) no-repeat;
}

.nav-bg-5:before {
    background: url(../img/nav-5.svg) no-repeat;
}

.line {
    border-bottom: solid #b4151c 2px;
}

.crumb {
    height: 68px;
    line-height: 68px;
    background-color: #fff;
}

.crumb a {
    font-size: 12px;
    color: rgba(119, 119, 119, 0.95);
    text-decoration: none;
}

/*.crumb li:first-child {
    margin-left: 8px;
}*/

/*.crumb .width-1200 {*/
/*    background: #fff;*/
/*}*/

.crumb li {
    display: inline-block;
    margin-right: 2px;
}

.crumb li:after {
    content: ">";
    margin-left: 6px;
    font-size: 12px;
    color: rgba(119, 119, 119, 0.95);
}

.crumb .cur:after {
    content: none;
}

.cate-search,
.list-content {
    margin-top: 8px;
    background-color: #fff;
    border-radius: 5px;
}

.list-content {
    margin-top: 30px;
    overflow: hidden;
    padding-top: 24px;
}

.cate-row {
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 0;
    padding: 10px 0;
}

.cate-row:last-child {
    border-bottom: unset;
}

.cate-label {
    display: inline-block;
    width: 8%;
    line-height: 25px;
    color: #394043;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    background-color: #fff;
    margin-top: 10px;
}

.cate-content {
    display: inline-block;
    width: 90%;
    padding: 0 12px;
}

.cate-item {
    display: inline-block;
    font-size: 13px;
    color: #333;
    border-radius: 3px;
    line-height: 19px;
    padding: 3px 15px;
    margin-top: 10px;
    cursor: pointer;
}

.cate-item-active {
    color: #fff;
    background-color: #b4151c;
    cursor: unset;
}

.bg-color-f8f8f8 {
    /*background-color: #f8f8f8;*/
}

.cate-children-content {
    margin-top: 10px;
}

.cate-children-content .cate-label {
    color: #cdcdcd;
}

.list-content-item {
    width: 180px;
    margin: 0 24px 24px 0;
    float: left;
    overflow: hidden;
}

.item-img {
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 212px;
    margin-bottom: 5px;
}

.item-img img {
    width: 130px;
    height: 180px;
}

.item-title {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.width-1224 {
    width: 1224px;
    overflow: hidden;
}

.width-1224 a {
    text-decoration: none;
}

.list-content-item:hover .item-img {
    border: 1px solid #b4151c;
}

.list-content-item:hover .item-title {
    color: #b4151c;
}

.page-box {
    height: 40px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.page-item {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
    color: #b4151c;
    border: 1px solid #d6d6d6;
    margin-right: 5px;
    float: left;
}

a.page-item {
    text-decoration: none;
}

.color-999 {
    color: #999;
    pointer-events: none;
}

.inline-block {
    display: inline-block;
}

.margin-right-unset {
    margin-right: unset;
}

.page-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b4151c;
    border: 1px solid #b4151c;
}

.footer {
    background-color: #333;
    line-height: 80px;
    height: 80px;
    font-size: 14px;
    text-align: center;
    margin-top: 80px;
    color: #fff;
}

.detail-img-box {
    width: 240px;
    float: left;
}

.detail-img {
    width: 240px;
    height: 324px;
    float: left;
}

.detail-img-bottom-button {
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #ccc;
    font-size: 18px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.margin-left-unset {
    margin-left: unset;
}

.detail-right {
    width: 916px;
    float: left;
    margin-left: 44px;
}

.detail-title {
    float: left;
    max-width: 600px;
    margin-right: 25px;
    font-size: 36px;
    color: #222;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 16px;
}

.detail-flag {
    float: left;
    font-size: 13px;
    line-height: 36px;
    color: rgba(119, 119, 119, 0.95);
}

.detail-flag-item {
    float: left;
    margin-right: 18px;
}

.detail-flag-item::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url(../img/flag-icon.png) no-repeat;
    vertical-align: middle;
    margin: 0 4px 4px 0;
}

.detail-title-top {
    /* margin-bottom: 8px; */
}

.detail-title-bottom {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgba(119, 119, 119, 0.95);
    font-weight: normal;
}

.detail-info {
    width: 100%;
    float: left;
}

.detail-info-left {
    float: left;
    width: 330px;
}

.detail-info-middle,
.detail-info-right {
    float: left;
    width: 293px;
}

.detail-info-content {
    box-sizing: border-box;
    padding-right: 8px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 13px;
    color: rgba(119, 119, 119, 0.95);
}

.font-weight-bold {
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.detail-info-right .detail-info-content {
    padding-right: unset;
}

.detail-info-line {
    height: 1px;
    width: 100%;
    float: left;
    margin: 10px 0 20px;
    background-color: rgba(119, 119, 119, 0.95);
}

.detail-info-other {
    width: 100%;
    float: left;
}

.detail-info-other-item {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 0.95);
    float: left;
    margin-top: 10px;
}

.detail-info-other-item-left {
    font-weight: bold;
    color: #222;
    float: left;
    width: 86px;
}

.detail-info-other-item-right {
    width: 830px;
    float: left;
}

.detail-statistics {
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-top: 20px;
}

/* .detail-statistics-left {
	width: 240px;
	float: left;

} */

.detail-statistics-right {
    width: 960px;
    float: right;
    background-color: #fff;
}

.detail-statistics-button {
    color: #333;
    width: 470px;
    float: left;
    margin-left: 10px;
    background-color: #e0e0e0;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.bg-color {
    background-color: #f5f5f5;
}

.detail-statistics-content {
    width: 100%;
}

.detail-statistics-button-left::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/statistics-icon.png);
    background-size: 100% 100%;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}

.detail-statistics-button-right::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/evaluate-icon.png);
    background-size: 100% 100%;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}

.content {
    float: left;
    overflow: hidden;
    font: 12px/150% Arial, "宋体", serif;
    color: #666666;
}

.listbox {
    box-sizing: border-box;
    width: 960px;
    position: relative;
    min-height: 550px;
    padding: 21px 10px 35px 10px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

.viewbox .tit {
    height: 30px;
    line-height: 30px;
    margin-top: 13px;
    padding-left: 10px;
    border-left: 5px solid #0077cb;
    font-size: 14px;
}

.viewCon .vTit {
    text-align: center;
    height: 43px;
    line-height: 43px;
    font-weight: 600;
    font-size: 12px;
}

.viewCon .vCon-w {
    margin-bottom: 20px;
    padding-left: 15px;
}

.graph_tips {
    position: relative;
    line-height: 24px;
    font-weight: bold;
    margin-left: 36px;
}

.graph_tips .left {
    position: absolute;
    left: 20px;
    top: 0;
}

.graph_tips .right {
    margin-left: 48px;
}

.graph_tips .right .vTit {
    display: block;
    height: auto;
    line-height: 24px;
    text-align: left;
}

.sel_cnt a {
    margin: 10px;
    cursor: pointer;
    color: blue;
}