﻿@charset "utf-8";
/* CSS Document */
.main_content{ width:913px; border:solid 1px #d9d9d9; margin:0px auto; padding:10px 20px;}
.new_left{ width:305px; float:left}
.new_right{ width:305px; float:right; margin:8px 0 0;}
.new_mid{width: 255px;float: left;margin-left: 25px;}

/*先进人物*/
.scrcontBox{ width:905px; zoom:1;height:245px; position:relative; overflow:hidden; margin:10px auto}
.scrcontBox .pcont { float:left; overflow:hidden; width:914px; position:absolute; top:0px; z-index:1; left:0px;}
.scrcontBox .ScrCont { width:32766px; zoom: 1}
.scrcontBox #List1_1 { float:left}
.scrcontBox #List2_1 { float:left}
.scrcontBox .LeftBotton { background:url(/Content/Areas/News/images/leftBtn.png) no-repeat 0 0px; height:36px; width:36px; position:absolute; z-index:2; left:15px; top:90px; outline:none}
.scrcontBox .RightBotton {background:url(/Content/Areas/News/images/rightBtn.png) no-repeat 0 0px; height:36px; width:36px; position:absolute; z-index:2; right:15px;top:90px; outline:none}
.scrcontBox ul{ float:left; margin:0px; display:inline;padding:0px;}
.videoList2 { margin:20px 0 0 0px; overflow:hidden}
.videoList2 li{ width:291px; display:inline; float:left; margin:0 0 0 10px; position:relative}
.videoList2 li img{ width:291px; height:215px; display:block}  
.videoList2 li .title_type{ height:30px; line-height:30px; font-size:14px; text-align:center; margin:5px 0 0 0px; font-weight:normal}

/*医生论坛*/
.newNotice{ width:255px;}
.NoticeContent{ border-left:solid 1px #f0f0f0; border-right:solid 1px #f0f0f0; background:#fbfbfb; padding:0 10px; width:233px; overflow:hidden}
.NoticeContent .column_list{ margin:0px;}
.noticeBottom{ background:url(/Content/Areas/Common/images/title_bottom.jpg) no-repeat 0 0px; width:255px; height:4px; display:block}

/*院徽院训*/
.motto{ overflow:hidden; margin:20px 0 0;}
.motto img{ float:left; width:200px; height:150px; margin-right:20px;}
.motto h2{ line-height:40px;}
.motto p{ line-height:24px;}

@media only screen and (max-width: 768px){
.main_content{width:100%;padding:5px;box-sizing:border-box; border:none;}
.new_left{width:100%;  overflow:hidden;}
.new_right{ width:34%; margin:15px 0 0 ; overflow:hidden;}
.new_mid{width: 64%;margin-left: 0;}
.new_right .newNotice{  width:100%;}
.NoticeContent{border-radius:0 0 4px 4px;border-bottom:1px solid #F0F0F0 ; width:auto;}
.noticeBottom{display:none;}
.column_list li{ height:35px; overflow:hidden;}
.scrcontBox{ width:603px;}
.NoticeContent{ padding:0 10px 15px;}
}
@media only screen and (max-width: 640px){
.new_left{ float:none; width:100%;}
.new_right{ float:none; width:100%;}
.new_mid{width: 100%;float: none;}
.new_right .newNotice{ float:none; width:100%; margin:0 0 15px;}
.new_right .newNotice .NoticeContent{ height:auto;}	
.new_right{ margin:15px auto 0;}
.new_right .newNotice .NoticeContent{ height:auto;}	
.scrcontBox{ width:303px;}
.column_list li{ float:none; width:auto;}
.motto img{ float:none; margin:0 auto 10px; display:block;}	
}





 