/*
* @Author: ZhangJiaoLong
* @Date:   2017-06-13 16:45:10
* @Last Modified by:   WangWenbing
* @Last Modified time: 2017-12-22 11:30:53
*/
.main{overflow: hidden;}
.frame{ min-height: 45px; margin-top: 20px;}

/* 页面框架 */
.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_gyxq/menu_title.png') center top no-repeat; }
ul.sidebar { display: block; }
ul.sidebar li { display: block; }
ul.sidebar li a { display: block; height: 50px; line-height: 50px; border-top: 1px solid #F0F0F0; color: #333; font-size: 1.6em;background:url('../../images/group_gyxq/sidebar.png') 30px center no-repeat; ; 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/group_gyxq/sidebar_on.png') 30px center no-repeat; color: #07B0F7  }


.location{border-bottom: 2px solid #029DDD;}
.location a{background: url('../../images/group_gyxq/location_next.png') right center no-repeat}
.location a:hover{color: #07B0F7;}
.article-title .ftitle{color: #029DDD;}
.focus .focus-btn li:hover, .focus .focus-btn li.active{background: #029DDD;}
.change-btn a:hover{color: #029DDD;}
.list li:hover a { color: #029DDD;}
.page b{background: #029DDD;}
.page a:hover{background: #029DDD;}
.news-img li a:hover .news-title { color: #029DDD; }
.img-list li:hover .name{background: #07B0F7;}
.news-list li:hover .news-title{color: #029DDD; }
/*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; }
.main{background: none;}
.frame{margin-top: 0;}
}

/*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) {
.list.download li{    padding: 0px 120px 0px 20px;}
.list li span{width: 120px;}
}

/* 480-639  按百分比缩放 */
@media only screen and (max-width:639px) {
.list.download li{    padding: 0px 100px 0px 20px;}
.list li span{width: 100px;}
}
/* 380-479  按百分比缩放 */
@media only screen and (max-width:479px) {
.frame{margin-top: 10px;}
}
/* 360-479  按百分比缩放 */
@media only screen and (max-width:379px) {

}
