﻿/* list页面 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: background .5s;
    -webkit-transition: background .5s;
}
.main2 {
    width: 1200px;
    padding: 0 15px;
    margin: auto;
    min-height: 800px;
    background-color: white;
}

.position {
    color: #787878;
    font-size: 14px;
    width: 100%;
    line-height: 40px;
    margin: 0px auto 0px auto;
    border-bottom: 2px solid #0150ac;
    text-indent: 33px;
    background: url('../images/icon_position.jpg') no-repeat;
}

.position a {
    color: #787878;
}

.sidebar {
    width: 250px;
    padding: 20px 0px 0px 0px;
    float: left;
}

.sidebar li {
    width: 100%;
    line-height: 50px;
    color: #c9212e;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}

.sidebar li a {
    font-size: 16px;
    color: #0150ac;
    font-weight: 600;
}

.sidebar li a.currentside {
    display: block;
    color: #FFFFFF;
    background: url('../images/icon03.png') no-repeat left;
    background-position: 40px 20px;
    background-color: #0150ac;
}
.gzcxcurrentside {
    display: block;
    color: #FFFFFF!important;
    background: url('../images/icon03.png') no-repeat left;
    background-position:20px 20px;
    background-color: #c9212e;
}
.currentsidenobg {
    display: block;
    color: #FFFFFF!important;
    background-position: 40px 20px;
    background-color: #c9212e;
}
.right_list {
    width: 920px;
    float: right;
    margin: 20px 0;
}

.right_list li {
    padding: 10px 0px;
    font-size: 16px;
    background: url('../images/icon04.png') no-repeat left;
    background-position: 20px 18px;
    text-indent: 20px;
}

.right_list li:nth-child(5n) {
    border-bottom: 1px #dddddd solid;
    margin-bottom: 15px;
    padding: 10px 0 25px 0px;
}

.right_list li:last-child {
    border-bottom: none;
    padding: 10px 0px;
}

.right_list li:hover {
    background-color: #efefef;
}

.right_list li a:hover {
    color: black;
    /*font-weight: bold;*/
}

.right_list li a {
    color: #333333;
    font-size: 16px;
    font-family: "微软雅黑";
    display: inline-block;
    width: 795px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.content_list {
    width: 100%;
    float: right;
    margin: 20px 0;
}

.content_list li {
    padding: 10px 0px;
    font-size: 16px;
    background: url('../images/icon04.png') no-repeat left;
    background-position: 20px 18px;
    text-indent: 40px;
}

.content_list li:nth-child(5n) {
    border-bottom: 1px #dddddd solid;
    margin-bottom: 15px;
    padding: 10px 0 25px 0px;
}

.content_list li:last-child {
    border-bottom: none;
    padding: 10px 0px;
}

.content_list li:hover {
    background-color: #efefef;
}

.content_list li a:hover {
    color: black;
    /*font-weight: bold;*/
}

.content_list li a {
    color: #333333;
    font-size: 16px;
    font-family: "微软雅黑";
}


.list_date {
    float: right;
    font-size: 14px;
    color: #a8a8a8;
    padding-right: 10px;
}

/*分页*/
.pagination {
    clear: both;
    text-align: center;
    margin: 5px 0;
    padding: 3px 0;
    line-height: 26px;
    font-size: 14px;
}
.pagination .currentStep {
    background: #c9212e;
    border: 1px solid #c9212e;
    color: #ffffff;
}
.pagination a, .pagination span {
    border: 1px solid #d9d9d9;
    color: #666;
    font-family: Arial;
    margin: 2px;
    padding: 0px 9px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    height: 26px;
    line-height: 26px;
}
.pagination a:hover {
    background: #c9212e;
    border: 1px solid #c9212e;
    color: #ffffff !important;
}
.pagination a.active {
    border: 1px solid #c9212e;
    color: #fff;
}
.pagination span.current, .pagination span.current:hover {
    background: #c9212e;
    border: 1px solid #c9212e;
    color: #fff;
}
.pagination span.disabled, .pagination span.disabled:hover {
    border: 1px solid #d9d9d9;
    color: #666;
    background: #eee;
}
.pagination a.text, .pagination a.text:hover {
    color: #fff;
    background: #c9212e;
    border: #c9212e 1px solid;
    cursor: text;
}
.pagination a.pagemore, .pagination a.pagemore:hover {
    color: #666;
    background: #fff;
    border: 1px solid #fff;
    cursor: text;
    padding: 0px 3px;
}
.pagination .inputBar {
    border: 0px;
    height: 28px;
    line-height: 28px;
}
.pagination .inputBar input {
    width: 30px;
    height: 20px;
    padding: 3px 5px;
    border: #ccc 1px solid;
    *vertical-align:middle;
    _vertical-align: middle;
    margin: 0 3px;
}

.clear{ clear:both; margin:0; overflow:hidden; visibility:hidden;  font-size: 0; content: ".";}


/*分页结束*/
/* show页面 */
.mynone{
    display: none;
}
.mheader {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    padding: 0px 0px;
    width: 100%;
}

.maintitle {
    font-size: 26px;
    padding: 0 35px;
    color: #c9212e;
    text-align: center;
    padding-top: 20px;
}

.time {
    width: 95%;
    margin: 0px auto;
    font-size: 15px;
    text-align: center;
    color: #8d8d8d;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #dddddd solid;
}
.share_icon {
    font-size: 14px;
    color: #8d8d8d;
    display: inline;
}

.social-share .social-share-icon {
    width: 25px!important;
    height: 25px!important;
    line-height: 27px!important;
    font-size: 16px!important;
}

.list_text {
    padding: 0 35px;
    text-align: justify;
}

.list_text p {
    line-height: 200%;
    padding-bottom: 15px;
    font-size: 17px;
    color: #333;
}
.list_text img{
    max-width: 1100px;
}

.content_subtitle {
    padding-bottom: 20px;
    height: 30px;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    color: #00F;
}
#top {
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    transition:width 2s;
    -webkit-transition:width 2s; /* Safari */
}

#top_img {
    width: 100%!important;
}


#top1_img {
    width: 100%!important;
    z-index: -1;
    /* animation: top1_img 5s ease-in-out 0s 1 alternate forwards; */
}
.is-tipsr{
    text-align: center;
    margin: 15px 0;
}
.is-tipsr a{
    padding: 3px 7px;
    border: 1px solid #ddd;
    color: #888;
    margin: 0 0 0 5px;
}

/* 注册表单样式 */

.nc-login { width: 95%; float:right;border: 2px solid #c9212e; height: 800px}
.nc-login-title { background:#fff;  border-bottom:2px solid #c9212e;}
.nc-login-title h3 {font-size:18px; font-family: "微软雅黑"; font-weight:700; line-height: 20px; padding:15px 0 25px 25px; color: #555;}
em.required {
    color: red;
    font-style: normal;
    font-weight: normal;
    padding-right: 1px;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
    color: #c9212e !important;
}
.mylogin{
    width: 600px;
}

@media (max-width:1200px) {
    .main2{
        width: auto;
    }
    .sidebar{
        width: 100%;
        display: block;
        float: none;
    }
    .sidebar ul{
        display: block;
    }

    .sidebar li{
        width: 50%;
        display: inline-block;
        float: left;
        background-color: #e7e7e7;
        border-bottom: none;
    }
    .sidebar li:nth-child(2n){
        float: right;
    }
    .sidebar:after{
        display: table;
        content: " ";
        clear: both;
        box-sizing: border-box;
    }

    .right_list{
        width: auto;
        float: none;
    }
    .content_list{
        float: none;
    }


    .right_list li {
        display: flex;
        flex-direction: column-reverse;
        background-position: 5px 18px;
    }
    .list_date{
        text-align: right;
        margin-top: 8px;
    }
    .right_list li a{
        width: auto;
        overflow: unset;
        white-space: normal;
        line-height: 25px;
    }
}