/*
* @Author: ZhangJiaoLong
* @Date:   2017-06-13 16:45:10
* @Last Modified by:   WangWenbing
* @Last Modified time: 2017-11-27 15:12:31
*/
/* .main{padding: 22px 0 20px 0;} */
.frame{ min-height: 45px; }

/* 页面框架 */
.frame-sidebar{ width: 260px; float: left; background: #FFF; padding-bottom: 10px; }
.frame-main{ width: 900px; float: right; min-height: 715px;background: #FFF; padding: 10px 10px 10px 10px; }

/* 侧边栏 */
.sidebar-wrap{background: #FFF; margin-bottom: 10px; }
.sidebar-name { font-size: 2.4em; color: #FFF; text-indent: 80px; line-height: 80px;  background:url('../../images/group_kjjrx/menu_title.jpg') center top no-repeat; }
ul.sidebar { display: block; }
ul.sidebar li { display: block; }
ul.sidebar li a { display: block; height: 50px; background: url('../../images/g01/sidebar.png') 30px center no-repeat; line-height: 50px; border-top: 1px solid #F0F0F0; 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 { background:#F5F5F5 url('../../images/g01/sidebar_on.png') 30px center no-repeat; color: #8B3222}

/* 面包削导航 */
.location{border-bottom: 2px solid #FFD532;}
.news-img li a:hover .news-title { color: #8B3222;}
.focus .focus-btn li:hover, .focus .focus-btn li.active{background: #FFD532;}
.page b{background: #FFD532;}
.page a:hover { background: #FF9E14; color: #FFFFFF; }
.hot-news ul li a:hover,.list li:hover a,.news-list li:hover .news-title{ color: #8B3222;}
.img-list li:hover .name{background: #FF9E14;}
ul.sidebar li.selected a, ul.sidebar li a:hover{background: #F5F5F5 url('../../images/group_kjjrx/sidebar_on.png') 30px center no-repeat}
.article-title .ftitle,.change-btn a:hover{color: #8B3222;}
/*1023-1200 内容宽度990 页面内容居中 */
@media only screen and (max-width:1200px) {
.frame-main{ width: 700px; }

}

/*768-1024  内容宽度740  两边间距14 页面内容居中 */
@media only screen and (max-width:1023px) {
.frame-sidebar{ display: none; }
.frame-main{ width: auto; float: none; }
}

/*ipad竖屏：(orientation:portrait)  ipad横屏：(orientation:landscape) */
@media only screen and (width:768px) and (orientation:portrait) {

}

/*640-767 内容宽度590 两边间距25 页面内容居中 */
@media only screen and (max-width:767px) {

}

/* 480-639  按百分比缩放 */
@media only screen and (max-width:639px) {

}
/* 380-479  按百分比缩放 */
@media only screen and (max-width:479px) {

}
/* 360-479  按百分比缩放 */
@media only screen and (max-width:379px) {

}
