#main-list {
	margin: -10px auto 30px auto;
    padding: 35px 0 20px 0;
    background: #fff;
    overflow: hidden;
}
#main-list .navbar {
    display: block;
    margin: 10px 0 10px 0;
    padding: 0;
}
.navbar label {
    display: inline-block;
    padding-left: 25px;
    background: url(cjr.home.png) 0 no-repeat;
    color: #999;
}
.navbar a {
    color: #999;
    text-decoration: none;
}
.navbar a:hover {
    color: #005ec2;
}
.navbar span {
    display: inline-block;
    margin: 0 4px;
    width: 7px; 
    height: 10px;
    background: url(cjr.jt.png) no-repeat;
}

.main-menu {
    float: left;
    margin: 0;
    padding: 0 0 50px 0;
    width: 250px;
    height: auto;
    overflow: hidden;
    list-style: none;
}
.main-menu li {
    float: left;
    margin:2px 0 0 0;
    width: 240px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
}
.main-menu li a {
    display: inline-block;
    padding: 0 0 0 30px;
    width: 240px;
    height: 50px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    background: #f0f5fa;
    border-left: 10px solid #52a950;
}
.main-menu li a.hover,
.main-menu li a:hover {
    border-left: 10px solid #eaaf45;
    background: #fff8ec;
    color: #ffa400;
}

.main-list {
    float: right;
    margin: 0 0 30px 0;
    padding: 0;
    width: 930px;
    height: auto;
    overflow: hidden;
}

.main-list-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    background: url(cjr.green.main-title.png) 0 6px no-repeat;
    overflow: hidden;
}

.main-list-ul {
    display: block;
    margin:20px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.main-list-ul li {
    display: block;
    margin: 0;
    padding: 0 10px;
    border-bottom: 1px dotted #e7e7e7;
    overflow: hidden;
}
.main-list-ul li:hover {
    background: #f1f1f1;
}
.main-list-ul li a {
    display: block;
    padding-left: 15px;
    color: #333333;
    line-height: 48px;
    text-decoration: none;
    background: url(cjr.d.png) 0 no-repeat;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-right: 120px;
}
.main-list-ul li a:hover {
    color: #52a950;
    background: url(cjr.green.dh.png) 0 no-repeat;
}
.main-list-ul li span {
    float: right;
    color: #999;
    line-height: 50px;
    
}
.main-list-ul li h5.no-record {
    text-align: center;
    line-height: 3;
}

.main-list-page .float-left span {
    display: inline-block;
    margin: 0 2px;
    color: #52a950;
}
.main-list-page .float-left em {
    display: inline-block;
    margin: 0 2px;
    color: #52a950;
    font-style: normal;
}
.main-list-page .float-right a {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #ccc;
    text-decoration: none;
    cursor: not-allowed;
}
.main-list-page .float-right a.hover {
    color: #333;
    cursor: pointer;
}
.main-list-page .float-right a.hover:hover {
    color: #52a950;
}
.main-list-page .float-right input {
    margin: 0 3px;
    width: 36px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.main-list-page .float-right a.go {
    margin-left: 5px;
    padding: 0 3px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #52a950;
    border-radius: 5px;
    cursor: pointer;
    background: #8dc28c;
}


.main-list-page {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}
.main-list-page a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.main-list-page a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.main-list-page a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}





.main-map {
    padding: 15px 24px;
    background: #f4faf2;
}
.main-map h3 {
    font-size: 16px;
}
.main-map p {
    padding-left: 32px;
}
.main-map a {
    display: inline-block;
    margin-right: 15px;
    color: #52a950;
}



.main-detail {
    margin: 0;
    padding:20px 0 0 0;
    background: #f4faf2;
}
.main-detail-title {
    padding: 15px;
    text-align: center;
}
.main-detail-title h1 {
    font-size: 24px;
    color: #52a950;
}
.main-detail-title p {
    margin: 0;
}
.main-detail-title p label {
    margin-left: 15px;
}
.main-detail-content {
    margin:0 0 20px 0;
    padding: 20px 50px;
    font-weight: 300;
}
.main-detail-info {
    line-height: 27px;
}

 .main-detail-info table {
    width: 98% !important;
    border-collapse: collapse;
    border: 1px solid #000;
}
 .main-detail-info td {
    border: 1px solid #000;
}

.main-detail-info .video {
    width: 100% !important;
}
.main-detail-info .videoid {
    width: 100% !important;
}
.main-detail-appendix {
    margin: 0;
    padding: 0;
}
.main-detail-appendix dt {
    padding: 0 0 5px 3px;
    border-bottom: 1px dashed #eee;
    font-size: 1.15rem;
    font-weight: normal;
}
.main-detail-appendix dd {
    margin: 8px 0 5px 0;
    padding: 0 0 0 5px;
}


#main-service {
	margin: -10px auto 30px auto;
    padding: 55px 20px 50px 20px;
    background: rgba(255,255,255,0.5);
    overflow: hidden;
}

.service-left {
    float: left;
    margin: 0;
    padding: 0;
    width: 380px;
    height: auto;
    overflow: hidden;
}

.service-left a {
    padding-top: 120px;
    text-decoration: none;
    font-size: 21px;
    color: #fff;
}

.service-left-a {
    display: block;
    width: 185px;
    height: 200px;
    text-align: center;
}
.service-left-a img {
    display: block;
}
.service-feedback {
    float: left;
    background: #acd17a url(cjr.service.left02.png) center 50px no-repeat;
}
.service-feedback img {
    margin-left: 70px;
}
.service-status {
    float: right;
    background: #60bcf1 url(cjr.service.left03.png) center 50px no-repeat;
}
.service-status img {
    margin-left: 70px;
}

.service-item {
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    width: 372px;
    height: auto;
    overflow: hidden;
}
.service-item h5 {
    margin-bottom: 0;
    padding: 0 0 0 15px;
    height: 50px;
    background: #cae6cc;
}
.service-item h5 span {
    display: inline-block;
    margin: 20px 20px 0 0;
    padding-bottom: 5px;
    font-size: 18px;
    color: #52a950;
    text-decoration: none;
    border-bottom: 4px solid #f1bf41;
}

.service-item .service-info {
    padding: 20px 15px 0 15px;
    height: 327px;
    background: #f4faf2;
}
.service-item .service-info a {
    display: block;
    float: left;
    margin: 0 0 15px;
    padding: 0 0 0 60px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}
.service-item .service-info a.service-01 {
    background: url(cjr.service.01.png) 15px center no-repeat #52b69e;;
}
.service-item .service-info a.service-02 {
    background: url(cjr.service.02.png) 15px center no-repeat #66c098;
}
.service-item .service-info a.service-03 {
    background: url(cjr.service.03.png) 15px center no-repeat #88c794;
}
.service-item .service-info a.service-04 {
    background: url(cjr.service.04.png) 15px center no-repeat #e8d78b;
}

.service-item .service-list {
    padding: 20px 15px 0 15px;
    height: 327px;
    background: #f4faf2;
}
.service-item .service-list a {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    background: url(cjr.d.png) 0 10px no-repeat;
    color: #333;
}

.service-item-1 {
    width: 404px;
}
.service-item-2 {
    width: 340px;
}
.main-leader table {
    margin: 30px 0 0 0;
    width: 100%;
}
.main-leader p {
    text-align: center;
}
.main-leader p img {
    width: 200px;
    height: 270px;
}


.TRS_Editor, .main-detail-info {
    font-family: 宋体;
    font-size: 12pt;
}
.TRS_Editor b, .TRS_Editor strong,.main-detail-info b, .main-detail-info strong {
    font-weight: bold;
}
.TRS_Editor p, .main-detail-info p {
   /* text-indent: 35px;*/
}
.TRS_Editor table p, .main-detail-info table p {
    text-indent: 0;
}

.pagination {
    float: right;
}
.pagination .page-link,.pagination .page-link:hover {
    color: #52a950;
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #52a950;
    border-color: #52a950;
}


@media (max-width: 640px) {

	#main-list {
        margin: 0 auto;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }
    #main-list .navbar {
        display: none;
    }

    .main-list {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .main-list-title {
        padding: 0 0 0 10px;
    }
    .main-list-ul {
        margin: 10px 0;
    }
    .main-list-ul li {
        padding: 10px;
    }
    .main-list-ul li a {
        line-height: 1.5;
    }

    .main-menu-nav {
        display: block;
        width: 100%;
        height: 53px;
        overflow: hidden;
        overflow-x: auto;
    }

    .main-menu {
        position: relative;
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
        background: #f4faf2;
    }
    .main-menu li {
        margin: 0;
        padding: 0 10px 5px 10px;
        width: auto;
        height: auto;
        overflow: hidden;
        line-height: 2;
    }
    .main-menu li a {
        padding: 0;
        width: auto;
        height: auto;
        font-weight: normal;
        font-size: 18px;
        background: none;
        border-left: none;
    }
    .main-menu li a.hover, .main-menu li a:hover {
        border-bottom: 2px solid #eaaf45;
        border-left: none;
        background: none;
    }
    .main-list-page {
        margin: 0 auto 0 10px;
    }

    .main-detail {
        margin: 0;
        padding: 0;
        background: #f4faf2;
    }
    .main-detail-content {
        margin: 0;
        padding: 20px;
        font-weight: 300;
    }
    .main-detail-info table {
    width: 98% !important;
    border-collapse: collapse;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
   .main-detail-info td {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

.main-detail-info img {
   display: block;
   width:100%;
   height:auto;
}
.main-detail-info .video {
    width: 100% !important;height:auto;
}
.main-detail-info .videoid{
    width: 100% !important;height:auto;
}

    .main-map {
        padding: 15px 20px;
    }
    .main-map h3 {
        line-height: 2;
    }
    .main-map p {
        padding-left: 0;
        line-height: 1.8;
    }

    #main-service {
        margin: 0;
        padding: 0 0 50px 0;
    }
    .service-left {
        margin: 0 0 10px 0;
        padding: 0;
        width: 100%;
    }
    .service-left a img {
        width: 100%;
    }
    .service-left-a {
        width: 50%;
        height: 200px;
    }

    .service-item {
        margin: 0;
    }
    .service-item .service-info {
        height: auto;
    }
    .service-item-1 {
        width: 100%;
    }
    .service-item-2 {
        width: 100%;
    }
    .service-item .service-list {
        padding: 20px 15px;
        height: auto;
    }
}