/* Css Reset */
/******  文章模型  S ***********************************************************************/

/*文章-列表*/
.nodePic { padding-bottom: 10px; }
.newsList {padding:0 0 15px; text-align:left;}
.newsList li {overflow: hidden; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dotted #c0c0c0; position:relative}
.newsList li .title{ font:18px/32px "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif; overflow: hidden; }
.newsList li .title a{color: #125230;}
.newsList li .date{font: 10px Arial,sans-serif; color: #666; position:absolute; right:0; top:10px;}
.newsList li .intro{font: 12px/18px Arial,sans-serif; color: #666; word-wrap: break-word; word-break: normal;}
.newsList li.noData{border: none;}
.newsList li .pic{display:none}

/*friendLinkList*/
.friendLinkList{overflow:hidden; padding:25px;}
.friendLinkList li{width:49%; float:left; font-size:14px; height:30px; line-height:30px;}



/*文章-缩略图列表页*/
.picListPage {width:680px; margin-right:34px; padding:0 0 15px; position: relative; overflow:hidden; }
.picListPage li{ float:left; text-align:center; width:192px; height:239px; padding:0 34px 0 0; overflow: hidden;}
.picListPage li .pic img{ width:172px; height:130px; padding:9px; border:1px solid #d7d7d7; background:#fff;   }
.picListPage li .pic a:hover img{ border-color:#aaa;  }
.picListPage li .title {padding:5px 8px; border:1px solid #d7d7d7; border-top: none; text-align: left;}
.picListPage li .title a {color: #005da2; display: block; height: 32px; line-height: 18px;}
.picListPage li .title .datetime {color: #adadad;}
.picListPage li .title .hits { color:#adadad; padding-left: 12px;}

/*教师列表页*/
.teacherList{width: 673px; margin-right: -28px; position: relative; overflow: hidden; padding: 0 0 15px;}
.teacherList li{width: 140px; float: left; margin-right: 28px; padding-bottom: 25px; display: inline; text-align: center; overflow: hidden;}
.teacherList li .pic img{width: 130px;height: 165px; display: block; padding: 4px; border: 1px solid #e9e9e9;}
.teacherList li .title{overflow: hidden; text-align: center; padding-top: 6px;}
.teacherList li .title a{display: block; font: 18px/24px Arial,sans-serif; color:#155c42;}
.teacherList li .title .job{font: 14px/24px Arial,sans-serif; color: #666;}

/*内容页*/
.articleCon { padding:0 0; }
.articleCon .title { font-size:24px; line-height:160%; color:#135432; text-align:center; font-family:"微软雅黑","宋体"; font-weight:200;}
.articleCon .subTitle { font-size:16px; line-height:160%; color:#666; text-align:center; font-family:"微软雅黑","宋体"; font-weight:200;}
.articleCon .Intro { background: #f4f4f4; border:1px solid #e5e5e5; padding: 10px; color: #333;  }
.articleCon .property{ line-height:34px; padding:0 10px; margin:10px 0; text-align:center; color:#999; }
.articleCon .property span{ padding:0 5px;}
.articleCon .userControl { line-height:22px; padding:2px 10px; text-align:right; color:#333; background-color:#fffbe6; border:1px dotted #ede699; }
.articleCon .conTxt {color:#333; font-size:14px; line-height:30px; padding:5px 0 10px 0; width:100%; overflow:hidden; }
.articleCon .conTxt p {/* padding-top:20px;*/}
.articleCon .conTxt img{max-width:600px;height:auto;}
.articleCon .inputer {display: block; height: 40px; line-height: 40px; text-align: right; color: #a3a3a3; margin-bottom: 20px; }
.articleCon .inputer span {padding-right: 10px;}
.articleCon .property2 { height: 30px; line-height: 30px; }
.articleCon .property2 .btn {float: left;}
.articleCon .property2 .btn a {padding: 0 10px 0 0;}
.articleCon .property2 .fxBox {float: right;}
.articleCon .property2 .fxBox .bds_more { padding-top: 0;height: 24px; line-height: 24px; }
.articleCon .page { padding:0 10px 0 0; }
.articleCon .others{ padding-top:12px; border-top:1px solid #d6d6d6;color: #999}
.articleCon .others span{color: #333;}
.articleCon .others .prev,.articleCon .others .next { font-size:12px; line-height: 30px;  }
.articleCon .others a:hover{color: #e56425;}
.articleCon .article_mood { padding: 20px 0;}
.articleCon .article_about {margin: 10px 0; }
.articleCon .article_about h3 {border-top: 2px solid #a96233; border-bottom: 1px solid #eaeae9; height: 42px; line-height: 42px; font-size: 14px; color: #c14d00; padding-left: 10px; font-weight: bold;}
.articleCon .article_about .infoList { padding: 10px 0;}
.articleCon .article_about .infoList a { background: url(/content/main/peskin/English/images/dot05.png) 0 6px no-repeat; padding-left: 14px;  font-family: Microsoft Sans Serif, Arial,sans-serif; }
.fontSize .fontZoomA{ padding-left:15px;display:inline-block; line-height:20px;padding-right: 5px }
.fontSize .fontZoomB{ padding-left:15px;display:inline-block; line-height:20px; }

/*历史沿革*/
.history{overflow: hidden;}
.history .bd{overflow: hidden;}
.history .bd h4.year{font: 30px/46px Arial,sans-serif; color: #165d43;  float: left;}
.history .bd .hisCon{width: 510px; float: right; overflow: hidden; font: 12px/24px Arial,sans-serif; color: #666;}
.history .bd .hisCon p{overflow: hidden; padding-bottom: 15px; word-wrap: break-word; word-break: normal;}
.history .bd .hisCon h5.strong{ font: 18px/32px Arial,sans-serif; color: #e06f01;}


