.loginbg {
    background: url(../images/login_bg.png) no-repeat 0 -105px;
    background-size: 100% !important;
    height: 630px;
    position: relative;
}

.loginbg .login-box {
    width: 410px;
    height: 360px;
    background-color: #fff;
    position: absolute;
    right: 240px;
    top: 96px;
    padding: 20px;
}

.login-box .login-head .phone-head,
.login-box .login-head .account-head {
    position: relative;
    padding: 0 7px 7px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 25px;
}

.login-box .login-head .phone-head h1,
.login-box .login-head .account-head h1 {
    font-size: 30px;
    font-weight: 700;
    color: #3a3a3a;
    position: relative;
}

.login-box .login-head .phone-head h1::before,
.login-box .login-head .account-head h1::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: -10px;
    width: 172px;
    height: 2px;
    background-color: #910123;
}

.login-box .login-head .phone-head .phone-head-icon,
.login-box .login-head .account-head .account-head-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 7px;
    right: 0;
    display: inline-block;
    cursor: pointer;
}

.login-box .login-head .account-head .account-head-icon {
    width: 25px;
    height: 35px;

}

.login-box .login-head .phone-head .phone-head-icon img,
.login-box .login-head .account-head .account-head-icon img {
    width: 100%;
    height: 100%;
}

.phone-head {
    display: none;
}

.phone-box {
    display: none;
}

.layui-input {
    height: 45px;
    background-color: #f2f2f2;
}

.picCode {
    width: 50%;
    display: inline-block;
}

.picCode-block img {
    float: right;
    width: 46%;
    height: auto;
}

.dxyzmInput {
    width: 50%;
    display: inline-block;
}

.hydxyzm {
    width: 47%;
    float: right;
    padding: 0;
    height: 45px;
    background-color: #d11a07;
}

.phone-box .btn,
.account-box .btn {
    width: 25%;
    height: 40px;
    background-color: #d11a07;
    color: #fff;
    border: none;
    border-radius: 2px;
    margin-left: 110px;
    margin-top: 10px;
}

.phone-box .register {
    margin-left: 90px;
}

.msg .helpCenter {
    color: #d11a07;
}

.msg .msg-tip {
    font-size: 15px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.account-box .account-tip {
    width: 74%;
    margin-left: 109px;
}

.account-box .account-tip a {
    font-size: 15px;
    color: #09aec7;
}

.account-box .account-tip .forgetPass {
    float: right;
}

.account-box .btn {
    margin-left: 188px;
}

.w800 {
    width: 700px;
    color: #fff;
}

.ml100 {
    margin-left: 64px;
    display: inline-block;
}

.jw a {
    color: #fff;
}

.jw p,
.w800 p {
    color: #fff;
}

/* 注册 */
.registerbg {
    background-color: #ededed;
    display: block;
    overflow: hidden;
}

.regTitle {
    padding: 30px;
}

.regTitle h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.regTitle p {
    color: #808080;
    font-size: 18px;
}

.regBox {
    width: 96%;
    background-color: #fff;
    margin: auto;
}

.regMain {
    margin: auto;
    width: 49%;
    background: #fff;
    padding: 50px 0;
}

.regMain .layui-form-item {
    margin-bottom: 20px;
    text-align: center;
}

.regMain .picCode {
    width: 68%;
}

.regMain .picCode-block img {
    float: none;
    width: 28%;
    margin-left: 13px;
	height: auto;
}

.regMain .dxyzmInput {
    width: 68%;
}

.regMain .hydxyzm {
    float: none;
    width: 27.5%;
    margin-left: 14px;
    background-color: #04ae00;
    font-size: 16px;
}

.regMain .layui-form-label {
    text-align: left;
    font-size: 16px;
    width: 96px;
}

.regMain .layui-input-block {
    margin-left: 126px;
}

.regMain .layui-input {
    font-size: 14px;
}

.regMain .layui-btn-fluid {
    width: 70%;
    background-color: #d11a07;
    height: 50px;
    margin-top: 25px;
    font-size: 24px;
}

.regMain .layui-form-label b {
    color: #d11a07;
}

.phone-box .btn,
.account-box .btn {
    cursor: pointer;
    font-size: 16px;
}

.phone-pic,
.account-pic,
.reg-pic {
    cursor: pointer;
}

.regMain .agree {
    text-decoration: none;
    color: #d11a07;
}

.layui-form-checked[lay-skin=primary] i {
    background-color: #d11a07 !important;
    border-color: #d11a07 !important;
}

.layui-form-label {
    line-height: 28px;
    font-size: 16px;
}

.toLogin {
    text-align: center;
    font-size: 18px;
}

.toLogin a {
    color: #d11a07;
}

.regMain .agreement i {
    font-size: 16px;
}

.regMain .agreement {
    margin-bottom: 10px;
    margin-top: 27px;
}

.regMain .agreement .agree {
    display: inline-block;
    transform: translate(-10px, 9px);
}

.regMain .layui-form-checkbox[lay-skin=primary] span {
    font-size: 16px;
}

@media (max-width: 768px) {
    .loginbg .login-box {
        right: 0;
    }

    .loginbg .login-box {
        position: static;
        margin: 15% 5% 15% 3%;
        width: 84%;
    }

    .msg .msg-tip {
        position: static;
        margin-top: 10px;
        text-align: right;
    }

    .layui-input-block {
        margin-left: 90px;
    }

    .phone-box .btn,
    .account-box .btn {
        margin-left: 55px;
        font-size: 14px;
    }

    .layui-form-label {
        padding: 9px 0 15px;
    }

    .layui-input {
        font-size: 12px;
    }

    .loginbg {
        background-size: 100% 100% !important;
        background-position: center;
        padding: 15% 0 0;
    }

    .dhWapTopaH {
        height: 27px;
    }

    .w800 {
        width: 94%;
        text-align: center;
    }

    .w800 .zxrx {
        float: none;
    }

    .w800 .jen {
        float: none;
    }

    .ml100 {
        margin-left: 0;
    }

    .account-box .account-tip {
        width: 60%;
    }

    .account-box .btn {
        margin-left: 155px;
    }

    .regMain {
        width: 94%;
    }

    .regMain .layui-form-label {
        font-size: 12px;
        width: 75px;
    }

    .regMain .layui-form-item {
        text-align: start;
    }

    .regMain .picCode {
        width: 58.5%;
    }

    .regMain .picCode-block img {
        width: 34%;
    }

    .regMain .dxyzmInput {
        width: 58.5%;
    }

    .regMain .regSubmit {
        text-align: center;
    }

    .regMain .hydxyzm {
        width: 33.5%;
    }

    .registerbg {
        margin-top: 20px;
    }

    .regMain .agreement {
        text-align: center;
    }

    .regMain .agreement .agree {
        top: 5px;
    }

    .layui-form-item {
        margin-bottom: 12px;
    }

    .regMain .layui-input-block {
        margin-left: 75px;
    }

    .regMain .agreement .agree {
        transform: translate(-10px, 7px);
    }

    .regMain .layui-btn-fluid {
        font-size: 20px;
        width: 60%;
    }

    .toLogin {
        font-size: 15px;
    }

    .regMain .layui-form-checkbox[lay-skin=primary] span {
        font-size: 14px;
    }

    .regMain .agreement i {
        font-size: 14px;
    }

    .regTitle h3 {
        font-size: 25px;
    }

    .regTitle p {
        font-size: 15px;
    }
}

@media (max-width: 525px) {
    .regMain .layui-input {
        font-size: 12px;
    }
}

@media (max-width: 470px) {
    .hydxyzm {
        font-size: 10px;
    }

    .regMain .layui-input {
        font-size: 9px;
    }

    .regMain .hydxyzm {
        font-size: 9px;
    }
}

@media (max-width: 451px) {
    .regMain .agreement .agree {
        transform: translate(-10px, 5px);
    }
}

body {
    background-color: #f8f8f8;
}

.left-nav {
    width: 20%;
    display: inline-block;
}

.left-nav .left-nav-top {
    height: 185px;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.left-nav .left-nav-top::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: -2px;
}

.left-nav .left-nav-top .hy-icon {
    width: 102px;
    height: 102px;
    background-color: #dedede;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 95px;
}

.left-nav .left-nav-top .hy-icon img {
    width: 60%;
}

.left-nav .left-nav-top .hy-name {
    font-size: 20px;
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    color: #424242;
}

.left-nav .left-nav-top .hy-name span:first-child {
    display: inline-block;
    margin-right: 10px;
}

.left-nav .left-nav-list {}

.left-nav .left-nav-list li {
    margin-bottom: 10px;
}

.left-nav .left-nav-list li:first-child {
    margin-top: 10px;
}

.left-nav .left-nav-list li .list-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    margin-left: -45px;
    vertical-align: top;
}

.left-nav .left-nav-list li .list-icon img {
    width: 100%;
}

.left-nav .left-nav-list li .list-name {
    color: #6a6a6a;
    font-size: 19px;
	position: relative;
}
.left-nav .left-nav-list li img{
	position: absolute;
	right:-26px;
	top:-10px;
	width: 26px;
	display: none;
}
.left-nav .left-nav-list li img.active{
	display: block;
}
.left-nav .left-nav-list li a {
    width: 100%;
    display: inline-block;
    padding: 14px 0;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.left-nav .left-nav-list li:hover a {
    background-color: #fff;
}

.left-nav .left-nav-list li:hover .list-name {
    color: #d11a07;
}

.left-nav .left-nav-list li .list-icon {
    background-repeat: no-repeat;
    background-size: 100% !important;
}
.left-nav .left-nav-list li:hover:nth-child(1) .list-icon {
    background-image: url(../images/0123_home_hover.png) !important;
}
.left-nav .left-nav-list li:hover:nth-child(2) .list-icon {
    background-image: url(../images/0123_grxx_hover.png) !important;
}

.left-nav .left-nav-list li:hover:nth-child(3) .list-icon {
    background-image: url(../images/0123_yhly_hover.png) !important;
}

.left-nav .left-nav-list li:hover:nth-child(4) .list-icon {
    background-image: url(../images/0123_zxdc_hover.png) !important;
}

.left-nav .left-nav-list li:hover:nth-child(5) .list-icon {
    background-image: url(../images/0123_xzzx_hover.png) !important;
}

.left-nav .left-nav-list li:hover:nth-child(6) .list-icon {
    background-image: url(../images/0123_hdgl_hover.png) !important;
}

.left-nav .left-nav-list li:hover:nth-child(7) .list-icon {
    background-image: url(../images/0123_cjwt_hover.png) !important;
}

.left-nav .left-nav-list li:hover:nth-child(8) .list-icon {
    background-image: url(../images/0123_ymtz_hover.png) !important;
}
.left-nav .left-nav-list li:hover:nth-child(9) .list-icon {
    background-image: url(../images/0123_tc_hover.png) !important;
}

@keyframes rot {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px) rotate(0deg);
    }

    50% {
        transform: translateX(5px) rotate(0deg);
    }

    75% {
        transform: translateX(-5px) rotate(0deg);
    }

    100% {
        transform: translateX(0);
    }
}

/* 应用动画 */
.element {
    animation-name: shake;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.left-nav .left-nav-list li:hover .list-icon {
    animation: rot 0.5s;
    -webkit-animation: rot 0.5s;
}

.list-active {
    background-color: #fff;
}

.left-nav .left-nav-list li .list-active .list-name {
    color: #d11a07;
}

.right-main {
    background-color: #fff;
    padding: 35px 0;
    width: 80%;
    float: right;
    min-height: 740px;
}

.right-main .right-main-box {
    border: 1px solid #f0f0f0;
    min-height: 740px;
    width: 93%;
    margin: auto;
    position: relative;
}

.right-main .right-main-box .right-title {
    height: 60px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #f0f0f0;
    line-height: 60px;
    position: relative;
}

.right-main .right-main-box .right-title h1 {
    font-size: 21px;
    font-weight: 700;
    margin-left: 20px;
}

.right-main .right-main-box .right-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 58px;
    height: 1px;
    background-color: #d11a07;
    left: 0;
    bottom: -1px;
}

.hdgl-list dl {
    display: inline-block;
    border-bottom: 1px solid;
}

.hdgl-list table {
    border-collapse: collapse;
    text-align: center;
    width: 95%;
    margin: auto;
}

.hdgl-list table th,
td {
    border-bottom: 1px solid #f0f0f0;
}

.hdgl-list table th {
    font-size: 18px;
    padding: 20px 0 15px;
}

.hdgl-list table td {
    font-size: 17px;
    color: #818181;
    padding: 15px 0;
    position: relative;
    z-index: 2;
}

.hdgl-list table tbody tr {
    position: relative;
}

.hdgl-list table tbody tr:hover {
    background-color: #f0f0f0;
}

.hdgl-list .review {
    color: #e6910b;
}

.hdgl-list .registration {
    color: #00c613;
}

.right-main .right-main-box .more-activity {
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    background-color: #d11a07;
    padding: 13px 30px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.jfmx table a {
    color: #d11a07;

}

.jfmx table a:hover {
    font-weight: 700;
}

.ymtz table .unread {
    color: #d11a07;
}

.ymtz table .view:hover {
    color: #d11a07;
}

.xzzx .caozuo {
    width: 185px;
}

.xzzx .caozuo a {
    color: #09aec7;
}
.xzzx .caozuo a:first-child {
    margin-right: 10px;
}

.xzzx .caozuo a img {
    width: 20px;
    vertical-align: bottom;
}

.xzzx .caozuo a:hover img {
    animation: rot 0.5s;
    -webkit-animation: rot 0.5s;
}

.zxdc-list li {
    padding: 0 30px;
    margin: 20px 0;
}

.zxdc-list li a {
    font-size: 18px;
    color: #515050;
    display: inline-block;
    width: 100%;
    position: relative;
}

.zxdc-list li a span {
    float: right;
}
.zxdc-list li a::before{
    position: absolute;
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #515050;
    left: -8px;
    top: 12px;
    transition: all .3s linear;
}
.zxdc-list li a h1 {
    position: relative;
    display: inline-block;
    transition: all .3s linear;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.zxdc-list li .doing {
    color: #00c613;
}

.zxdc-list li .end {
    color: #797979;
}

.zxdc-list li a:hover h1 {
    color: #d11a07;
    transition: all .3s linear;
    padding-left: 5px;
}

.zxdc-list li a:hover::before {
    width: 6px;
    height: 6px;
    background-color: #d11a07;
    top: 10px;
    transition: all .3s linear;
}

.right-main .zxdc {
    height: auto;
}

.hdgl table tr:hover a {
    color: #d11a07;
}

.dcdt {
    padding: 50px 25px;
}

.dcdt .dt-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
}

.dcdt .dt-tip {
    font-size: 18px;
    text-align: center;
    color: #707070;
    margin-bottom: 20px;
}
.dcdt .dt-time{
    text-align: center;
    font-size: 17px;
    margin-bottom: 35px;
    color: #707070;
}
.dcdt .dt-list {
    margin-bottom: 50px;
}

.dcdt .dt-list li {
    border: 1px solid #dcdcdc;
    background-color: #f9f9f9;
    padding: 25px 25px 0;
    margin-bottom: 18px;
}

.dcdt .dt-list li h1 {
    font-size: 18px;
    margin-bottom: 12px;
}

.dcdt .dt-list li .multiple {
    margin-bottom: 15px;
}

.dcdt .layui-form-radio {
    margin: 6px 120px 0 0;
}

.dcdt .layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
    color: #d11a07;
}

.dcdt .layui-form-checkbox[lay-skin=primary] {
    margin-right: 94px;
    margin-bottom: 18px;
}

.dcdt .layui-btn-fluid {
    width: 18.5%;
}

.dcdt .layui-btn {
    background-color: #d11a07;
}

.dcdt .submitDt {
    text-align: center;
}

.dcdt .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #d11a07;
}

.rmly-list {
    padding: 25px 25px 0;
}

.rmly-list li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
}

.rmly-list li a {
    display: inline-block;
    width: 100%;
    position: relative;
}

.rmly-list li a::before {
    position: absolute;
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #515050;
    left: -8px;
    top: 8px;
    transition: all .3s linear;
}

.rmly-list li a:hover h1 {
    color: #d11a07;
    transition: all .3s linear;
    padding-left: 5px;
}

.rmly-list li a:hover::before {
    width: 3px;
    height: 3px;
    background-color: #d11a07;
    top: 8px;
    transition: all .3s linear;
}

.rmly-list li h1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 85%;
    font-size: 18px;
    position: relative;
    transition: all .3s linear;
	text-indent: 1em;
}
.rmly-list li p {
    line-height: 30px;
    padding-top: 10px;
    font-size: 16px;
    color: #696969;
	text-align: justify;
	padding:10px 1em 0;
}
.right-main .rmly {
    height: auto;
	min-height: auto;
    margin-bottom: 25px;
}

.wdly table a {
    color: #818181;
}

.wdly table tbody tr:hover a {
    color: #d11a07;
}

.yhly .right-title h1 {
    display: inline-block;
}

.yhly .right-title a {
    float: right;
    margin-right: 25px;
    font-size: 16px;
}

.yhly .right-title a:hover {
    color: #d11a07;
}

.lybtn {
    padding: 8px 0;
    font-size: 20px;
    width: 14.5%;
    margin: auto;
    display: block;
    background-color: #d11a07;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.lybtn:hover {
    color: #fff;
}

.right-main .wdly {
    height: auto;
	min-height: auto;
    margin-bottom: 95px;
}

.layui-layer-title {
    display: none;
}

.yhxz-box {
    border: 8px solid rgba(209, 26, 7, .4);
    border-radius: 0;
    padding: 40px 40px 27px;
}

.yhxz-box h1 {
    font-size: 28px;
    color: #d11a07;
    text-align: center;
    margin-bottom: 35px;
}

.yhxz-box p {
    font-size: 18px;
    line-height: 33px;
    display: block;
    overflow: hidden;
}

.yhxz-agree input {
    transform: translateY(-1px);
}

.yhxz-agree {
    margin-top: 30px;
    text-align: center;
}

.layui-layer-page .layui-layer-content {
    height: 450px !important;
}

.yhxz-box .lybtn {
    padding: 8px 0;
    width: 29%;
    font-size: 18px;
    margin-top: 25px;
}

.yhxz-box p span {
    display: inline-block;
}

.yhxz-box p .yhxz-txt {
    float: right;
    width: 89%;
}

.lyForm {
    margin-top: 40px;
    padding-left: 10px;
}

.lyForm .layui-input {
    width: 90%;
}

.lyForm .layui-form-label b {
    color: #d11a07;
}

.lyForm .layui-form-label {
    font-size: 18px;
}

.lyForm .layui-input {
    background-color: #fff;
}

.lyForm .layui-textarea {
    resize: none;
    width: 90%;
    height: 185px;
}

.lyForm .layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
    color: #d11a07;
}

.lyForm .layui-form-radio {
    margin: 0 85px 0 0;
}

.lyForm .picCode {
    width: 40%;
}

.lyForm .picCode-block img {
    height: 50px;
    float: none;
    width: 12%;
    margin-left: 10px;
}

.lyForm .lySubmit .layui-btn {
    width: 15%;
    background-color: #d11a07;
    height: 45px;
    font-size: 20px;
}

.lyForm .lySubmit {
    text-align: center;
    margin-top: 50px;
}

.lyForm .layui-form-item {
    line-height: 45px;
}

.lyForm .uploadtip {
    font-size: 16px;
    display: inline-block;
    vertical-align: sub;
    color: #8b8b8b;
}

.lyForm .layui-form-radio * {
    font-size: 18px;
}

#ID-upload-demo-action {
    background-color: #d11a07;
    margin-left: 10px;
}

.ymtz-slide {
    width: 93%;
    height: 60px;
    background-color: #f7f7f7;
    margin: auto;
    margin-bottom: 25px;
}

.slide-img {
    display: inline-block;
    width: 30px;
    line-height: 60px;
    margin-left: 15px;
}

.slide-img img {
    width: 100%;
}

.injdt {
    position: relative;
    overflow: hidden;
    width: 83%;
    float: right;
    height: 100%;
}

.injdt .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 58px;
    width: 100%;
    overflow: hidden;

}

.injdt .txt li {
    position: absolute;
    height: 60px;
    line-height: 60px;
}

.injdt .txt li a {
    display: block;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #505050;
}

.ymtz-slide .slide-txt {
    font-size: 18px;
    color: #505050;
}

.gr-wdly-list {
    padding: 10px 20px;
}

.gr-wdly-list li {
    border-bottom: 1px dotted #cccccc;
    line-height: 23px;
    margin-bottom: 5px;
}
.gr-wdly-list li a{
    display: inline-block;
    width: 100%;
}
.gr-wdly-list li a:hover {
    color: #d11a07;
}

.gr-wdly-list li h1 {
    display: inline-block;
    font-size: 18px;
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gr-wdly-list li span {
    float: right;
}

.grzx-ly {
    margin-bottom: 20px;
}

.right-main .gr-wdly {
    height: auto;
    margin-bottom: 28px;
}

.right-main .gr-zxdc,
.right-main .gr-cjwt {
    width: 45.15%;
    height: auto;
    margin: unset;
    display: inline-block;
    margin-bottom: 28px;
}

.right-main .gr-cjwt {
    margin-left: 25px;
}

.right-main .gr-zxdc {
    margin-left: 40px;
}

.right-main .rwzx {
    height: auto;
}
.rwzx-list{
    padding: 15px 20px 10px;
    display: block;
    overflow: hidden;
}
.rwzx-list li {
    width: 47%;
display: inline-block;
position: relative;
padding-left: 20px;
margin-bottom: 10px;
}
.rwzx-list li:nth-child(2n){
    float: right;
}
.rwzx-list li::before{
    content: "";
    background: url(../images/0123_lxicon.png);
    width: 13px;
    height: 13px;
    display: block;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 2px;
}
.rwzx-list li a{
    display: inline-block;
    width: 100%;
}

.rwzx-list li h1{
display: inline-block;
width: 76%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.rwzx-list li span {
    float: right;
    margin-right: 30px;
}
.ymtz-slide .txt li a:hover{
    color:#d11a07 ;
}
.gr-wdly-list .download{
    color: #09aec7;
}
.registered{
    color: #9d9d9d;
}
.registered:hover{
    color: #9d9d9d;
}
.completed{
    color: #00c613;
}
.unfinished{
    color:#d11a07 ;
}
.rwzx-list li a:hover{
    color:#d11a07 ;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
    color:#d11a07 ;
}
.rmly-list li{
    background:url(../images/hdjl_list_jt.png) no-repeat right 6px;
    position: relative;
}
.rmly-list li.selected{
    background-image: url(../images/hdjl_list_open.png);
}
.rmly-list .drawer span{
    color:#d11a07 ;
    margin-right: 5px;
}
.rmly-list .drawer {
    padding-left: 8px;
    width: 98%;
    height: 0;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    background-color: #f0f0f0;
    overflow: hidden;
    transition: height 0.5s;
    line-height: 50px;
}
.drawer.open {
    height: 50px;
}
@media (max-width: 768px) {
    .left-nav {
        width: 100%;
        margin-left: 0;
        height: auto;
		margin-top: 30px;
    }

    .left-nav .left-nav-top .hy-name {
        width: 100%;
        left: 0;
        text-align: center;
    }

    .right-main {
        float: none;
        width: 100%;
        padding-bottom: 100px;
        min-height: auto;
    }

    .right-main .right-main-box .right-title h1 {
        font-size: 18px;
    }

    .hdgl-list table th {
        font-size: 14px;
    }

    .hdgl-list table td {
        font-size: 14px;
    }

    .right-main .right-main-box .more-activity {
        font-size: 15px;
        bottom: 25px;
    }

    .right-main .right-main-box {
        height: 100%;
        padding-bottom: 100px;
    }

    .xzzx .caozuo {
        width: 110px;
    }

    .xzzx .caozuo a img {
        width: 16px;
    }

    .zxdc-list li a {
        font-size: 15px;
    }
    .zxdc-list li a h1{
        width: 80%;
    }
    .zxdc-list li a::before {
        top: 9px;
    }

    .zxdc-list li a:hover::before {
        width: 5px;
        height: 5px;
        top: 8px;
    }

    .dcdt .dt-title {
        font-size: 18px;
    }

    .dcdt .dt-tip {
        font-size: 11px;
    }

    .dcdt .dt-list li h1 {
        font-size: 13px;
    }

    .dcdt .layui-form-radio {
        margin-right: 60px;
    }

    .dcdt .layui-form-checkbox[lay-skin=primary] {
        margin-right: 0;
    }

    .rmly-list li {
        width: 100%;
    }

    .rmly-list li h1 {
        width: 100%;
    }

    .yhly .right-main-box {
        padding-bottom: 0;
    }

    .yhly .lybtn {
        width: 30%;
        font-size: 16px;

    }

    .rmly-list li h1 {
        font-size: 16px;
    }

    .yhly .right-title a {
        font-size: 14px;
    }

    .layui-layer {
        width: 100% !important;
        height: auto !important;
    }

    .yhxz-box {
        padding: 35px 15px 25px;
    }

    .yhxz-box h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .yhxz-box p {
        font-size: 14px;
    }

    .layui-layer-page .layui-layer-content {
        height: auto !important;
    }

    .yhxz-box p .yhxz-txt {
        width: 86%;
    }

    .yhxz-box .lybtn {
        font-size: 15px;
    }

    .yhxz-box p span:first-child {
        width: 14%;
        text-align: right;
    }

    .lyForm .layui-form-label {
        font-size: 14px;
    }

    .lyForm .uploadtip {
        font-size: 12px;
        line-height: 22px;
        padding: 0 20px;
    }

    .lyForm .layui-form-radio * {
        font-size: 14px;
    }

    .lyForm .layui-form-radio {
        margin: 0;
    }

    .lyForm .picCode-block img {
        width: 25%;
    }

    .lyForm .lySubmit .layui-btn {
        width: 35%;
        font-size: 16px;
    }

    #ID-upload-demo-choose {
        margin-left: 10px;
        width: 27%;
    }

    .layui-form-item .layui-upload-choose {
        display: inline-block;
    }

    #ID-upload-demo-action {
        width: 27%;
        margin-left: 0;
    }
    .slide-img{
        width: 25px;
        margin-left: 10px;
    }
    .ymtz-slide .slide-txt{
        font-size: 15px;
    }
    .right-main .gr-zxdc, .right-main .gr-cjwt{
        width: 93%;
        margin: auto;
        display: block;
        margin-bottom: 28px;
    }
    .rwzx-list li{
        width: 100%;
    }
    .rwzx-list li:nth-child(2n){
        float: none;
    }
    .injdt .txt li a{
        font-size: 15px;
        width: 90%;
    }
    .injdt{
        width: 69%;
    }
    .rmly-list li a::before{
        top: 10px;
    }
    .rmly-list li a:hover::before{
        top: 8px;
    }
	.left-nav{margin-top: 30px;}
	.left-nav .left-nav-list li {
	    float: left;
	    width: 48%;
		margin-bottom: 0px;
	}
	.left-nav .left-nav-list li:nth-child(2n){
		float: right;
	}
	.left-nav .left-nav-list li:first-child {
	    margin-top: 0;
	}
}

@media (max-width: 460px) {
    .right-main .right-main-box .more-activity {
        font-size: 10px;
    }

    .lyForm .picCode-block img {
        width: 40%;
    }
    .ymtz-slide .slide-txt{
        font-size: 13px;
    }
    .injdt .txt li a{
        font-size: 13px;
        width: 70%;
    }
    .injdt{
        width: 65%;
    }
}