.frame-wrap{padding: 20px 0;}
.frame-left { width: 260px; float: left; }
.frame-right { width: 900px; float: right; background-color: #fff; }
.main { background: #FFF; min-height: 610px; }
/* 左侧菜单 */
.sidebar-wrap{ margin-bottom: 10px; }
.sidebar-name { font-size: 2.4em; color: #FFF;text-align: center;line-height: 70px;background: #31ABFB}
ul.sidebar { display: block; border-left: 1px solid #eee ;border-right: 1px solid #eee ;border-bottom: 1px solid #eee;padding-bottom: 10px; }
ul.sidebar li { display: block;position: relative;overflow: hidden; padding: 10px 0; border-bottom: 1px solid #eee;}
ul.sidebar li a { display: block; line-height: 30px;color: #333; font-size: 1.6em; padding-left: 50px; -webkit-transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; transition: all .3s linear }
ul.sidebar li.selected a,ul.sidebar li a:hover {color: #F15651;border-right: 4px solid #F15651;  }

.hot-news { margin: 20px 0; margin: 10px auto; border: 1px solid #F1F1F1; }
.hot-news .title { color: #666666; border-bottom: 1px solid #FC4129; font-size: 1.6em; position: relative; top: 1px; text-align: center; line-height: 36px; display: inline-block; padding: 0 25px; }
.hot-news ul { border-top: 1px solid #F1F1F1; padding: 5px }
.hot-news ul li { padding: 8px 0 }
.hot-news ul li a { display: block; position: relative; padding-left: 10px;background: url('/Public/Home/Default/images/subject/rcpx/hot.png') no-repeat left 5px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.hot-news ul li a h6{font-size: 1.4em; color: #444444; }
.hot-news ul li span{font-size: 1.2em; color: #999;font-family: "Arial"; }
.hot-news ul li a:hover h6 { color: #FF5A31 }

/*当前位置*/
.location { background-color: #FFF; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; height: 50px;border-bottom: 1px solid #EFF2F5;}
.location-now{float: left;padding-left: 0;}
.location-now a{font-size: 2.0em;color: #F1A411;line-height: 50px;display: block;position: relative;}
.location-now a:after{content: "";width: 100%;height:1px;background: #DB9B1F;position: absolute;bottom: 0;left: 0;z-index: 9;}
.location-main{float: right;font-size: 1.4em;background: url('/Public/Home/Default/images/frame/location.png')no-repeat left center;padding-left: 15px;padding-right: 10px;line-height: 50px;}
.location-main a{color: #040000;}

/*分页样式*/
.page { line-height: 50px; margin-top: 10px; text-align: center; font-size: 1.4em; }
.page a{ color: #999999; background: #F7F7F7; padding: 8px 12px; -webkit-border-radius: 3px; border-radius: 3px; margin:0 2px;}
.page span.current { background: #387FE3; color: #FFFFFF; padding: 8px 12px;-webkit-border-radius: 3px; border-radius: 3px; margin:0 2px; }
.page a:hover{background: #387FE3; color: #FFFFFF;  }
.page a.total{ cursor: not-allowed; }

/*文字新闻列表*/
.list-text li { display: block; position: relative; padding: 7px 0 7px 0; border-bottom: 1px dashed #E2E2E2; }
.list-text li a { display: block; font-size: 1.4em; line-height: 2.6; padding: 0 100px 0 12px; color: #333333;background: url('/Public/Home/Default/images/subject/rcpx/list.png') no-repeat left center; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
.list-text li span { font-family: "Arial"; position: absolute; right: 0; top: 7px; color: #666666;  width: 100px; height: 34px; line-height: 34px; text-align: right; padding-right: 10px; }
.list-text li:hover a { color: #FF4C00; background: url('/Public/Home/Default/images/subject/rcpx/list_on.png') no-repeat left center; }
.list-text li:hover span { color: #FF4C00 }


/*图文新闻列表*/
.news-img li { padding: 0 10px; position: relative; -webkit-transition: all .5s ease; -o-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; }
.news-img li a { display: table; width: 100%; border-bottom: 1px solid #E7E7E7; padding: 20px 0 10px; position: relative; }
.news-img li a .news { display: table-cell; vertical-align: top; padding: 0 0px 0 20px; }
.news-img li a .img { display: table-cell; vertical-align: top; width:260px; height: 168px; overflow: hidden; }
.news-img li a img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; -o-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease }
.news-img li a .news-title { font-size: 1.8em; color: #666666; padding: 0 0 10px 0; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.news-img li a .news-intro { font-size: 1.4em; color: #999; line-height: 1.8 }
.news-img li a .date { font-size: 1.4em; color: #999999; padding: 10px 0; }
.news-img li a:hover .news-title { color: #FF4E00 }
.news-img li a:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.news-img li .line { width: 0; display: block; height: 2px; background: #FF4E00; position: absolute; left: 0; bottom: -1px; }
.news-img li:hover .line { width: 100%; -webkit-transition: all 1.2s ease; -o-transition: all 2s ease; -moz-transition: all 2s ease; -webkit-transition: all 2s ease; transition: all 2s ease }
.news-img li:hover { -webkit-box-shadow: 0 0 3px 1px #ccc; box-shadow: 0 0 3px #ccc; }

/* 教师列表 */
.teacher-img li a .img{width: 173px;}
.teacher-img li a img{width: 173px;}
.teacher-img li a .news{vertical-align: middle;}
.teacher-img li a .img{vertical-align: middle;}
/* 日期列表 */
.date-news li{overflow: hidden;border-bottom: 1px dashed #E2E2E2;transition: all .3s ease;}
.date-news li a{padding: 10px;display: block;min-height: 139px;}
.date-news li h2{line-height:50px;color: #666666;font-size: 1.6em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s ease;}
.date-news li span{color: #999999;font-size: 1.4em;}
.date-news li p{font-size: 1.4em;color: #999;line-height: 180%;}
.date-news li:hover{background-color: #F3F4F9;}
.date-news li:hover h2{color: #FF540C; }

/* 任务列表 */
.person-list li {position: relative; -webkit-transition: all .5s ease; -o-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; }
.person-list li a { display: table; width: 100%; border: 1px solid #DBDBDB; padding:10px; position: relative; margin-top:20px;}
.person-list li a .news { display: table-cell; vertical-align: top; padding: 0 0px 0 20px; }
.person-list li a .img { display: table-cell; vertical-align: top; width: 260px; height: 156px; overflow: hidden; }
.person-list li a img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; -o-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease }
.person-list li a .person-name { font-size: 1.8em; color: #666666; padding: 0 0 10px 0; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.person-list li a .news-intro { font-size: 1.4em; color: #666666; line-height: 1.8 }
.person-list li a .sub-name { font-size: 1.4em; color: #666666; line-height: 2}
.person-list li a:hover{border-color: #FF4E00;}
.person-list li a:hover .person-name { color: #FF4E00 }
.person-list li a:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.person-list li:hover { -webkit-box-shadow: 0 0 3px 1px #ccc; box-shadow: 0 0 3px #ccc; }
/*文章内容样式*/
.article-title .title { font-size: 24px; font-weight: bold; line-height: 1.8; text-align: center; padding: 30px 0px 15px; color: #387FE3; border-bottom: 1px solid #dddddd; margin: 0 10px; }
.article-title .ftitle { font-size: 16px; text-align: center; color: #333; line-height: 1.8 }
.article-title .info { font-size: 1.4em; line-height: 30px; text-align: center; padding-bottom: 10px; color: #888888; padding-top: 5px; }
.article-title .info .beform { margin-left: 15px; }
.article-title .info span { padding-right: 50px; color: #888888; }
.article-title .info span a { color: #333; }
.article-content { padding: 10px 15px 20px 15px; font-size: 16px; min-height: 500px; }
.article-content p { font-size: 16px; padding: 8px 0; line-height: 1.8; text-indent: 2em; width: 100% !important; }
.article-content a { color: #0F98F2 }
.article-content img { display: block; max-width: 100% !important; height: auto !important; margin: 5px auto; }
.article-content　table { width: 100% !important; }
/*上一篇、下一篇*/
.change-btn { line-height: 30px; padding: 12px 0; position: relative; overflow: hidden; font-size: 1.6em; background-color: #F5F5F5; margin: 0 10px 10px; }
.change-btn div { padding: 3px 0; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
.change-btn a { color: #666666; position: relative; }
.change-btn a:hover { color: #4587E4; }
.change-btn .prev { float: left; padding-right: 40px; background: url('/Public/Home/Default/images/frame/change_run.png') no-repeat left center; padding-left: 30px; margin-left: 20px; }
.change-btn .prev:hover { background: url('/Public/Home/Default/images/frame/change_lon.png') no-repeat left center; }
.change-btn .prev:hover:after { background-color: #387FE3; }
.change-btn .prev:after { content: ""; width: 1px; height: 20px; background-color: #DCDCDC; position: absolute; left: 43px; top: 50%; margin-top: -10px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.change-btn .next { float: right; padding-right: 30px; margin-right: 20px; background: url('/Public/Home/Default/images/frame/change_lun.png') no-repeat right center; }
.change-btn .next:hover { background: url('/Public/Home/Default/images/frame/change_ron.png') no-repeat right center; }
.change-btn .next:after { content: ""; width: 1px; height: 20px; background-color: #DCDCDC; position: absolute; right: 43px; top: 50%; margin-top: -10px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
