/*
* @Author: ZhangJiaoLong
* @Date:   2017-06-13 16:45:10
* @Last Modified by:   ZhangJiaoLong
* @Last Modified time: 2017-11-27 15:13:12
*/
.main{ padding: 22px 0 22px 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; border-bottom: 1px solid #FF5A31; 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_jykxx/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: #FFF url('../../images/group_jykxx/sidebar.png') 30px center no-repeat; line-height: 50px; border-top: 1px solid #CCCCCC; 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:#FFF url('../../images/group_jykxx/sidebar_on.png') 30px center no-repeat; color: #FF9826;  }

.location{ border-bottom:2px solid #FF9826;}
.location a:hover{ color:#FF7F1E; }

.frame-main{ border-bottom:1px solid #FF9826;}

.list li:hover a{ color:#FF8C1C;}
.news-img li a:hover .news-title{color:#FF8C1C;}
.news-list li:hover .news-title{color:#FF8C1C;}
.img-list li:hover .name{background:#FF8C1C; color:#FFF;}
.article-title .ftitle{color:#FF8C1C;}
.change-btn a:hover{color:#FF8C1C;}
.page a:hover,.page b{ background:#FF8C1C; }

/*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) {

}
