        * {
            padding: 0;
            margin: 0;
        }

        html {
            width: 1200px;
            margin: 0 auto;
            background: #fff;

        }
        a{
            text-decoration: none!important;
        }

        /*清除input默认样式 */
        input {
            outline-style: none;
        }

        /* 头部 */
        .container {
            width: 400px;
            height: 400px;
            border: 1px solid red;
        }

        ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
        }

        li {
            list-style-type: none;
            text-align: center;
        }

        .header-search {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 0 20px;
        }

        .input-search .icon {
            display: block;
            width: 19px;
            height: 19px;
            position: absolute;
            left: 10px;
            top: 8px;
            /* background: url(${prefix('static/cmzj/images/icon-search.png')}) no-repeat; */
            background-size: 19px 19px;
        }

        .header-search .logo-cmzj,
        a,
        img {
            display: block;
            width: 188px;
            height: 65px;
        }

        .header-search .input-search {
            width: 500px;
            height: 34px;
            position: relative;


        }
.content-item img{
   width: 100%;
            height: auto;
}

        .header-search .input-search input {
            width: 100%;
            height: 100%;
            background: #ffffff;
            border: 1px solid #dfdfdf;
            border-radius: 17px;
            padding: 0 80px 0 52px;
            box-sizing: border-box;
            font-size: 14px;
        }

        .header-search .input-search .search-btn {
            width: 70px;
            height: 34px;
            line-height: 34px;
            background: #fa4e4e;
            border-radius: 17px;
            color: white;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
        }

        .header-search .input-search .search-btn {
            cursor: pointer;
        }


        .el-menu-nav {
            width: 100%;
            height: 56px;
            border-radius: 4px;
            padding: 0 30px;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            background-color: #eb2a38;
        }

        .el-menu-nav li {
            display: flex;
            padding: 0 20;
            flex: 1;
            justify-content: center;
            align-items: center;
            height: 100%;
            color: white;
            border-bottom: none;
        }

        .el-menu-nav li a {
            display: inline-block;
            width: auto;
            height: 100%;
            display: flex;
            flex: 1;
            justify-content: center;
            align-items: center;
            height: 100%;
            color: white;
            border-bottom: none;
        }

        .el-menu-nav a:hover {
            background-color: #dd1b29;
            color: white;
        }

        .el-menu-nav li .active {
            background-color: #dd1b29 !important;
            color: white !important;
            border-bottom: none;
            font-weight: bold;
        }

        /* 底部 */
        .footer {
            width: 100%;
            border-top: solid 2px #eb2a38;
            padding: 30px 0 52px;
            margin-top: 37px;
        }

        .footer-content {
            display: flex;
            justify-content: space-between;
        }

        .footer-content ul {
            font-size: 14px;
            color: #666666;
            line-height: 30px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .footer-content ul li:first-child {
            font-size: 20px;
            color: #111111;
            line-height: 42px;
        }

        .footer-num {
            font-size: 14px;
            text-align: center;
            margin-top: 30px;
        }

        .footer-logo {
            width: 140px;
            height: 48px;
            margin: 40px auto 0;
        }

        /* 内容 */
        .content {}

        .content .title {
            margin: 15px 0;
            display: flex;
            align-items: center;
        }

        .content .title span {
            font-size: 14px;
            color: #606266;
        }

        .content .detail {
            display: flex;
            justify-content: space-between;

        }

        .detail .left {
            width: 280px;
            background: #F5F8FC;
            border-radius: 4px;
            border-right: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-bottom: 10px;
            cursor: pointer;
            border: none!important;
        }

        .detail .item {
            margin-top: 10px;
            width: 260px;
            background-color: #FFFFFF;
            border-radius: 4px;
            padding-left: 10px;
            box-sizing: border-box;
            padding: 0 10px;
        }

        ._title {
            padding-left: 20px !important;
            height: 40px;
            font-size: 18px;
            color: #111111;
            display: flex;
            align-items: center;
        }

        .nav-side-icon {
            display: block;
            width: 22px;
            height: 22px;
            border-radius: 4px;
            border: 1px solid #999999;
            line-height: 18px;
            text-align: center;
            color: #666;
        }

        li .span {
            font-size: 18px;
            color: #111111;
            margin-left: 5px;
        }

        .menu-item {
            min-width: 100%;
            border-top: 1px dashed #CEDDF2;
            color: #666666;
        }
        .menu-item a {
            border-radius: 0px;
            padding-left: 10px;
            width: auto;
            min-width: 120px;
            margin-right: 0px;
            font-size: 14px;
            line-height: 20px;
            height: 50px;
            display: flex;
            align-items: center;
           text-align: left;
            box-sizing: border-box;
        }
        

        .contents {
            font-size: 30px;
        }

        .contents .__title {
            width: 890px;
            height: 50px;
            background: #F9F9F9;
            border-radius: 4px;
            font-size: 24px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            color: #111111;
            text-align: center;
            line-height: 50px;
            margin-bottom: 17px;
        }

        .contents .content-item {
            font-size: 16px;
            color: #111111;
            width: 890px; 
            line-height: 50px;
        }
        .hidden{
            display: none;
        }
        .y-cd .yx-box {
            padding: 0!important;
        }
        .A:hover{
            color: #fa4e4e!important;
        }
        .dqwz{
            color: #fa4e4e!important;
        }