@charset "utf-8";
@media screen and (max-width:767px) {
    .top_wrapper {
        display: none;
    }
    body {
        background: #fff;
    }
    /*产业布局*/
    .children_hospital {
        width: 92%;
        margin: 0 auto;
    }
    .children_hospital .children_hospital_title,
    .children_hospital .children_hospital_content {
        width: 100%;
    }
    .children_hospital .children_hospital_title {
        font-size: 22px;
        color: #333;
        font-weight: bold;
        margin-top: 32px;
    }
    .children_hospital .children_hospital_content li {
        margin-top: 28px;
    }
    .children_hospital_content li p.title {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        margin-bottom: 21px;
    }
    .children_hospital_content li p.contents {
        font-size: 16px;
        color: #666;
        line-height: 24px;
        text-indent: 2em;
        margin-top: 18px;
        margin-bottom: 10px;
    }
    .children_hospital_content li div {
        width: 270px;
        height: 200px;
        margin: 0 auto;
    }
    .children_hospital_content li div img {
        display: block;
        width: 270px;
        height: 200px;
    }
    .container_top .current_page {
        margin-top: 13px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        display: none;
    }
     body {
        background: #fff;
    }
    /*儿童健康管理云平台*/
    .children_hospital_top {
        width: 92%;
        margin: 0 auto;
    }
    .children_hospital_top .hospital-title {
        width: 100%;
        height: 72px;
        font-size: 26px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .children_hospital_top .hospital-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .hospital_content {
        width: 100%;
        margin: 0 auto;
    }
    .hospital_content ul {
        width: 100%;
        height: auto;
    }
    .hospital_content ul li {
        position: relative;
        width: 100%;
        height: 280px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hospital_content ul li.one {
        border-bottom: 1px solid #e2e5e7;
    }
    .hospital_content ul li.one span {
        display: inline-block;
        width: 270px;
        height: 200px;
        float: left;
    }
    .hospital_content ul li.second span {
       display: inline-block;
        width: 270px;
        height: 200px;
        float: right;
    }
    .hospital_content ul li span img {
        display: block;
        width: 270px;
        height: 200px;
    }
    .hospital_content ul li.one div {
        height: 200px;
        position: absolute;
        top: 50%;
        margin-top: -100px;
        left: 310px;
    }
    .hospital_content ul li.second div {
        height: 200px;
        position: absolute;
        top: 50%;
        margin-top: -100px;
        right: 316px;
    }
    .hospital_content ul li div p.title {
        /*margin-top: 26px;*/
        margin-bottom: 15px;
    }
    .hospital_content ul li div p.contents {
        line-height: 29px;
        text-indent: 2em;
    }
}
@media screen and (min-width:960px) {
	.container {
		display: none;
	}
     body {
        background: #fff;
    }
	/*儿童健康管理云平台*/
    .children_hospital_top {
        width: 1000px;
        margin: 0 auto;
    }
    .children_hospital_top .hospital-title {
        width: 100%;
        height: 72px;
        font-size: 26px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .children_hospital_top .hospital-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .hospital_content {
        width: 1000px;
        margin: 0 auto;
    }
    .hospital_content ul {
        width: 100%;
        height: auto;
    }
    .hospital_content ul li {
        position: relative;
        width: 100%;
        height: 280px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hospital_content ul li.one {
        border-bottom: 1px solid #e2e5e7;
    }
    .hospital_content ul li.one span {
        display: inline-block;
        width: 270px;
        height: 200px;
        float: left;
    }
    .hospital_content ul li.second span {
       display: inline-block;
        width: 270px;
        height: 200px;
        float: right;
    }
    .hospital_content ul li span img {
        display: block;
        width: 270px;
        height: 200px;
    }
    .hospital_content ul li.one div {
        height: 200px;
        position: absolute;
        top: 50%;
        margin-top: -100px;
        left: 310px;
    }
    .hospital_content ul li.second div {
        height: 200px;
        position: absolute;
        top: 50%;
        margin-top: -100px;
        right: 316px;
    }
    .hospital_content ul li div p.title {
        /*margin-top: 26px;*/
        margin-bottom: 15px;
    }
    .hospital_content ul li div p.contents {
        line-height: 29px;
        text-indent: 2em;
    }
}