﻿/* postion start */
body {
    background: url(../images/yexianbody.png) no-repeat fixed center top;
}

.postion {
    height: 50px;
    background-color: #fff;
    padding: 0 40px;
}

.postion h4,
.postion ul li {
    float: left;
    line-height: 50px;
    margin-right: 10px;
    color: #666;
}

.postion ul li a {
    color: #666;
}

.mainbox {
    overflow: hidden;
    background-color: #fff;
    padding: 30px;
}

/* postion end */

/* Home start */

.mainbox {
    background-color: #fff;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 10px;

}

.mainbox h4 {
    position: relative;
    font-size: 20px;
    width: 295px;
    height: 40px;
    background-color: #0a71c6;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.stipulate {
    margin-bottom: 30px;
}

.stipulate ul li {
    border-bottom: 1px dotted#d5d5d5;
    padding: 15px;
    color: #4e4f51;
}

.stipulate ul li a:hover {
    color: #1E64AA;
    cursor: pointer;
    padding-left: 10px;
    transition: 1s all;
}

.stipulate ul li::before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    background: #cdcdcd;
    border-radius: 100%;
    margin-right: 15px;
}

.stipulate ul li .timer {
    font-size: 14px;
    color: #777777;
    float: right;
}




.fastmod ul {
    overflow: hidden;
}

.fastmod ul li {
    text-align: left;
    line-height: 86px;
    width: 265px;
    height: 82px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    /* border-bottom: 1px dotted #ccc; */
    background: #0197D1;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}

.fastmod ul li a {
    color: #fff;
}
.fastmod ul li a img{
    width: 50px;
    margin: 20px 20px 20px 40px;
    float: left;
}
.fastmod ul li a:hover {
    color: #1E64AA;
    cursor: pointer;
    padding-left: 10px;
    transition: 1s all;
}




/* Home end */


/* Hospital start */
.Tmain {
    background-color: #e3e3e3;
    padding-bottom: 30px;
}

.lflist ul li {
    text-align: center;
    width: 250px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e7e7e7;
}


.current {
    background-color: #376cb0;
}

.current a {
    color: #fff;
}

.active a {
    color: #376cb0;
}

.rglist {
    margin-top: 10px;
    margin-left: 20px;
    width: 895px;
    height: 900px;
}

.rglist h4 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.rglist .margin {
    margin-top: 20px;
}

.rglist ul {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.rglist ul li {
    height: 40px;
    line-height: 40px;
}

.rglist ul li a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #376cb0;
    margin-right: 10px;
    vertical-align: middle;
}

.rglist ul li .timer {
    float: right;
    color: #999999;
}

/* Hospital end */


/* Traffic stat */
.Tinfomod {
    background-color: #fff;
    padding: 30px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.Tlfinfo {
    border-right: 1px dotted #000;
    padding-right: 20px;
    padding-bottom: 20px;
}

.Tpic {
    width: 330px;
    height: 200px;
    background-color: pink;
}

.Trginfo {
    margin-left: 20px;
}

.Trginfo h4 {
    font-size: 18px;
    margin-bottom: 41px;
}

.Tinfoshort ul {
    width: 750px;
}

.Tinfoshort ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}


.Ttitle ul li {
    float: left;
    margin-right: 55px;
    font-size: 18px;
    margin-bottom: 40px;
}

.Ttextbox {
    padding: 0 20px;
}

.Ttextbox p {
    line-height: 30px;
    color: #777777;
    font-size: 18px;
    padding-right: 10px;
}

.Tlftext {
    padding: 20px;
    padding-left: 0;
    background-color: #fff;
    padding: 30px;
    border-bottom: 1px solid lightgrey;
}

.Ttextbox h4 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #0e68b1;
}

.Trginshot ul {
    margin-top: 20px;
}

.Trginshot ul li {
    margin-bottom: 20px;
}

.Trginshot ul li:first-child span {
    color: #0e68b1;
}

.rginshot ul li span:first-child {
    margin-right: 150px;
    margin-left: 10px;
}

.Tleader {
    padding: 20px;
    width: 409px;
    height: 320px;
}

.Tcommon {
    padding: 20px;
    width: 409px;
    height: 320px;
}

.Tboxmod {
    background-color: #fff;
    padding: 30px;
    border-bottom: 1px solid lightgray;
}

.Tboxmod ul {
    height: 326px;
    overflow: hidden;
}

.Tboxmod ul li {
    font-size: 16px;
    padding: 14px 0;
    color: #4e4f51;
}

.Tboxmod ul li .timer {
    font-size: 14px;
    color: #777777;
    float: right;
}

.Tboxmod .more {
    width: 62px;
    padding: 10px 15px;
    border-radius: 20px;
    margin-top: 15px;
    background-color: #0a71c6;
}

.Tboxmod .more a {
    color: #fff;
}

.Tboxmod .more a:hover {
    font-weight: 700;
}

.Tboxmod ul li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #1c60a9;
    margin-right: 10px;
    vertical-align: middle;
}

.Tbox {
    width: 33%;
    float: left;
    height: 440px;
    padding: 20px;
    position: relative;
     border-right: 1px dotted #000;
}

.Tbox:last-child{
    border-right: 1px transparent ;
}


.Tboxmod h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #0e68b1;
    font-weight: 600;
    letter-spacing: 3px;
}

.Tfootericon {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.Tfootericon img {
    width: 42px;
}

/* Traffic end */


/* School start */
.Sinfomod {
    background-color: #fff;
    padding: 30px;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
}

.Slfinfo {
    border-right: 1px solid lightgray;
    padding-right: 20px;
    padding-bottom: 20px;
}

.Spic {
    width: 330px;
    height: 200px;
    background-color: pink;
    box-shadow: 0.15em 0.15em 0.25em rgb(0 0 0 / 20%);
}

.Srginfo {
    margin-left: 20px;
}

.Srginfo h4 {
    font-size: 18px;
    margin-bottom: 41px;
}

.Sinfoshort ul {
    width: 750px;
}

.Sinfoshort ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.Stextmod {
    background-color: #fff;
    border-bottom: 1px solid lightgray;
    padding: 20px;
}



.Stextbox p {
    line-height: 30px;
    color: #777777;
    margin-top: 20px;
    font-size: 18px;
    padding-right: 10px;
}

.Stitle {
    border-bottom: 1px solid #0a71c6;
}

.Stitle ul li {
    float: left;
    margin-right: 30px;
    font-size: 18px;
    margin-bottom: 20px;

}


.active {
    color: #0e68b1;
    font-weight: 700;
}


.Sbox
{
    width: 33%;
    float: left;
    height: 440px;
    padding: 20px;
    position: relative;
    border-right: 1px solid lightgray;
}


.Sboxmod {
    background-color: #fff;
    padding: 30px;
}

.Sboxmod h4 {

    font-size: 18px;
    margin-bottom: 20px;
    color: #0e68b1;
    font-weight: 600;
    letter-spacing: 3px;
}

.Sboxmod ul {
    height: 326px;
    overflow: hidden;
}

.Sboxmod ul li {
    font-size: 16px;
    padding: 14px 0;
    color: #4e4f51;
}

.Sboxmod ul li .timer {
    font-size: 14px;
    color: #777777;
    float: right;
}

.Sboxmod .more {
    width: 62px;
    padding: 10px 15px;
    border-radius: 20px;
    margin-top: 15px;
    background-color: #1c60a9;
}

.Sboxmod .more a {
    color: #fff;
}

.Sboxmod .more a:hover {
    font-weight: 700;
}

.Sboxmod ul li::before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    background: #cdcdcd;
    border-radius: 100%;
    margin-right: 15px;
}

.Sfootericon {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.Sfootericon img {
    width: 42px;
}


/* School end */

/* Hospital start */
.Hinfomod {
    background-color: #fff;
    padding: 30px;
    border-bottom: 1px solid lightgray;
}

.Hlfinfo {
    border-right: 1px solid lightgray;
    padding-right: 20px;
    padding-bottom: 20px;
}

.Hpic {
    width: 330px;
    height: 200px;
    background-color: pink;
    box-shadow: 0.15em 0.15em 0.25em rgb(0 0 0 / 20%);
}

.Hrginfo {
    margin-left: 20px;
}

.Hrginfo h4 {
    font-size: 18px;
    margin-bottom: 41px;
}

.Hinfoshort ul {
    width: 750px;
}

.Hinfoshort ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.Htextmod {
    background-color: #fff;
    padding: 30px;
    border-bottom: 1px solid lightgray;
}

.Htextbox {
    width: 700px;
    height: 600px;
}

.Htitle {
    border-bottom: 1px solid #0e68b1;
}

.Htitle ul li {
    float: left;
    margin-right: 30px;
    font-size: 18px;
    margin-bottom: 20px;

}

.Htextbox {
    margin-top: 15px;
    line-height: 30px;
    color: #777777;
    height: 555px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 18px;
    padding-right: 10px;
}



.Hlftext {
    border-right: 1px solid lightgray;
    padding: 20px;
    padding-left: 0;
}

.Hrginshot h4 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #0e68b1;
}

.Hrginshot ul {
    margin-top: 20px;
}

.Hrginshot ul li {
    margin-bottom: 20px;
}

.Hrginshot ul li:first-child span {
    color: #0e68b1;
}

.Hrginshot ul li span:first-child {
    margin-right: 150px;
    margin-left: 10px;
}

.Hleader {
    padding: 20px;
    width: 409px;
    height: 320px;
    border-bottom: 1px solid lightgray;
    overflow: auto;
}

.Hcommon {
    padding: 20px;
    width: 409px;
    height: 320px;
}

.Hbox01,
.Hbox02,
.Hbox03 {
    width: 33%;
    float: left;
    height: 440px;
    padding: 20px;
    position: relative;
    overflow-y: scroll;
}

.Hbox01,
.Hbox02 {
    border-right: 1px solid lightgray;
}

.Hboxmod {
    background-color: #fff;
    padding: 30px;
}

.Hboxmod h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #0e68b1;
    font-weight: 600;
    letter-spacing: 3px;
}

.Hboxmod .pbox {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 305px;
    line-height: 25px;
    color: #777777;
    padding-right: 10px;
}

.Hfootericon {
    position: absolute;
    bottom: 0px;
    right: 16px;
}

.Hfootericon img {
    width: 42px;
}

/* Hospital end */

/* Schoolist start */

.Pagebox {
    background-color: #fff;
    padding: 20px;

}

.Pagebox ul {
    width: 394px;
    margin: 0 auto;
}

.Pagebox ul li {
    float: left;
    padding: 5px 10px;
    background-color: #0e68b1;
    border-radius: 4px;
    margin-left: 10px;
}

.Pagebox ul li a {
    color: #fff;
}

.Pagebox .active {
    background-color: rgb(148, 148, 148);
}

/* Schoolist end */


.stipulate h3 {
    position: relative;
    font-size: 20px;
    width: 125px;
    height: 40px;
    background-color: #0a71c6;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
}