﻿
/* CSS Document */
.gov_banner { 
	position: relative;
	margin-bottom: 30px;
	margin-top:20px;
}
.gov_banner img{
  width: 100%;
  height: 358px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index:-1;
}
.gov_banner>p{
	width:780px;
	padding: 20px 36px;
	box-sizing:border-box;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius:10px;
	margin: 0 auto;
	 box-shadow: 0px 8px 8px 0px rgba(215, 215, 215, 0.4);
	margin-top: -86px;
	z-index:1;
  font: normal 16px/30px 'MicroSoft YaHei';	
  text-align: left;
  color: #333
}
.gov_topRecm {
	width: 100%;
	border: 1px solid #eee;
	border-top: none;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}
.gov_curCon{
  margin-top: 30px;
}
.gov_topRecm .mod_hd,.gov_coun .mod_hd{
	width: 100%;
	border-top: 3px solid #009aff;
	background-color: #f8f8f8;
	overflow: hidden;
	line-height: 52px;
	border-bottom: 1px solid #eee;
	margin: 0 auto;
}
.gov_topRecm .mod_hd h3,.gov_coun .mod_hd h2{
	float: left;font-size: 20px;
	font-weight: bold;
	padding-left: 16px;
}
.gov_topRecm .mod_hd span{
	float: right;
	cursor: pointer;
	color: #0099ff;
	padding-right: 16px;
}
.gov_topRecm .mod_hd span i {
  display: inline-block;
  margin: 0 auto;
  margin-right: 6px;
  zoom: 1;
  vertical-align: middle;
  background-size: 300px 300px;
  width: 20px;
  height: 20px;
  background: url("../images/studyIcon.png") no-repeat -57px -62px;
}
.gov_topRecm .mod_con {
	padding:0 0 16px;
	overflow:hidden;
}
ul.mod_list {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	overflow: hidden;
}
ul.mod_list li{
	float: left;
	margin-right: 20px;
	width: 163px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	margin-top: 10px;
}
ul.mod_list li:nth-child(7n){
	margin-right: 0
}
ul.mod_list li a{
	display: block;
}
ul.mod_list li img{
	float: left;
	margin-right: 6px;
	border-radius: 4px;
	width: 26px;
	height: 26px;
}
.comm_more_tit {
  width: 100%;
  overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.comm_more_tit h2 {
  float: left;
  font-weight: bold;
  font-size: 18px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.comm_more_tit h2 em {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: url(../images/azicon.png) no-repeat -130px -270px;
  margin: 5px 8px 0 0;
}
.comm_more_tit span{
	float: right;
	letter-spacing: 2px;
	color: #0099ff;
}
.comm_more_tit span i {
  display: inline-block;
  margin: 0 auto;
  margin-right: 6px;
  zoom: 1;
  vertical-align: middle;
  background-size: 300px 300px;
  width: 20px;
  height: 20px;
  background: url("../images/studyIcon.png") no-repeat -87px -62px;
}
/*当前城市app*/
.dl_list{
  margin: 16px 0;
  width: 100%;
  float: left;
  height: 36px;
  overflow: hidden;
}
.dl_list dt {
  float: left;
  line-height: 36px;
  font-size: 0;
	margin-right: 12px;
  color: #fff;
}
.dl_list dt i, .dl_list dt span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.dl_list dt span {
  background: #009aff;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 4px;
}
.dl_list dt i {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 9px solid #009aff;
  border-bottom: 6px solid transparent;
}
.dl_list dd {
  float: left;
  color: #ccc;
  text-align: center;
  line-height: 36px;
}
.dl_list dd a {
  float: left;
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  opacity: 0.9;
}
.dl_list dd a:hover {
  opacity: 1;
	text-decoration: underline;
	color: #009aff;
}
ul.m_asList {
  width: 100%;
  height: auto;
  border-top: 1px solid #eee;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
ul.m_asList li {
  width: 259px;
  height: 108px;
	box-sizing: border-box;
  border-width: 0px 1px 1px 0;
  border-style: solid;
  border-color: #eee;
  float: left;
  margin: 0;
  display: inline;
  overflow: hidden
}
ul.m_asList li a.img {
	float: left;
  margin: 14px 14px 0 14px;
   text-align: center;
	overflow: hidden;
}
ul.m_asList li a.img img{
  width: 80px;
  height: 80px;
  float: left;
  box-sizing: border-box;
	border: 1px solid #f9f9f9;
  display: inline;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
transition: transform 0.3s;
}
ul.m_asList li:hover a.img img{
  transform: scale(0.9);
  transition: transform 0.3s;
}
ul.m_asList li p {
	width: 140px;
  font-size: 14px;
	margin-top: 14px;
	float: left;
  font-weight: normal;
  height: 80px;
  table-layout: fixed;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.m_asList li p a.ap_tit{
	display: block;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.m_asList li p span.app_starBox{
	display: block;
	font-size: 13px;
	color: #999;margin-top: 8px;
	margin-bottom: 4px;
}
ul.m_asList li p a.ap_type{
	font-size: 13px;
	color: #999;
}
ul.m_asList li p a:hover {
  color: #f30
}
ul.m_asList li:nth-child(5n) {
  border-right: 0;
}
/*热门*/
.gov_partCon {
	width: 100%;
	overflow: hidden;
	margin-top:30px;
}
.w910 {
	width: 910px;
	overflow: hidden;
}
.w360 {
	width: 360px;
	overflow: hidden;
}
.g_plate_dl {
  width: 442px;
  height: 143px;
  float: left;
  margin: 20px 26px 0 0 ;
  display: inline;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.mod_con .g_plate_dl:nth-child(2n)
{
	margin-right:0
}
.g_plate_dl dt {
  width: 100%;
  height: 66px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100
}
.g_plate_dl dt label {
  width: 66px;
  height: 66px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 56px;
	border: 5px solid #fff;
	line-height: 56px;
	font-size: 18px;
	text-align: center;
	font-family:"时尚中黑简体";
	color: #fff;
  float: left;
}
label.bg1{
	background-color:#ff3f3f;
}
label.bg2{
	background-color:#ae59f9;
}
label.bg3{
	background-color:#4dd67e;
}
label.bg4{
	background-color:#f97a87;
}
label.bg5{
	background-color:#f67d34;
}
label.bg6{
	background-color:#2ecefe;
}
.g_plate_dl dt strong {
  width: 300px;
  height: 26px;
  float: left;
  margin: 42px 0 0 34px;
  display: inline;
  overflow: hidden;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #404040
}
.g_plate_dl dd {
	width: 428px;
  height: 76px;
  background: url(../images/class_bg.png) no-repeat 66px 15px #f9f9f9;
  border: 1px solid #eee;
  position: absolute;
  left: 11px;
  top: 15px;
  z-index: 50;
  margin: 0;
  padding: 50px 0 0 0
}
.g_plate_dl dd a {
  font-size: 14px;
	height: 22px;
	line-height: 22px;
  font-weight: normal;
  color: #666;max-width: 100px;
	overflow: hidden;
  float: left;
  margin:10px 10px 0 20px;
  display: inline;
}
.g_plate_dl dd a.hot {
  color: #0099ff;
}
.g_plate_dl dd a:hover {
  color: #ff0000;
  text-decoration: underline
}
/*下载排行*/
ul.gov_topsec {
    overflow: hidden;
    width: 100%;
}
ul.gov_topsec li {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px dashed #f0f0f0;
}
ul.gov_topsec li:hover {
    background-color: #f9f9f9;
}
ul.gov_topsec li .l_texts span {
    margin-left: 10px;
    display: block;
    font-size: 13px;
}

ul.gov_topsec li:hover a {
    display: inline-block;
}

ul.gov_topsec li .l_text span {
    display: block;
    font-size: 13px;
    color: #a8a8a8;
}

ul.gov_topsec li span a {
    display: inline-block;
    font-size: 13px;
    color: #a8a8a8;
}
ul.gov_topsec li .pm {
    float: left;
    width: 28px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
    margin-right: 16px;
}

ul.gov_topsec li .p_tl {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #C5C5C5;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 6px;
    margin-right: 16px;
}

ul.gov_topsec li .p_tt {
    color: black;
    font-size: 15px;
    max-width: 82%;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.gov_topsec li .nbone {
    background-color: #ff4800;
}

ul.gov_topsec li .nbtwo {
    background-color: #ff6d34;
}

ul.gov_topsec li .nbthr {
    background-color: #ffa07b;
}
ul.gov_topsec li a.a_img {
    display: inline-block;
    width: 60px;
    height: 60px;
	float: left;
}
ul.gov_topsec li img {
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    border-radius: 6px;
}
ul.gov_topsec li .l_text {
    width: 240px;
	height: 60px;
	overflow: hidden;
	margin-left: 16px;
}
ul.gov_topsec li .l_text>a {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: 16px;
    width: 100%;
    display: block;
}
ul.gov_topsec li a:hover {
  color: #ff0000;
}
ul.gov_topsec li .l_text .tl:hover,ul.gov_topsec li a.p_tt:hover {
  color: #ff0000;
  text-decoration: underline;
}
/*区域划分*/
.area_slctbox {
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.area_slctbox .area_tabTit{
	width: 100%;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	color: #666;
	box-sizing: border-box;
}
.area_tabTit span{	
	display: inline-block;
	color: #444444;
	overflow: hidden;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
}
.area_slctbox .area_filter{
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 10px 20px;    	
}
.area_slctbox .filter_con {
	width:100%;	
    position: relative;
	overflow: hidden;
}
.area_filter .filter_item {
	align-items: flex-start;
    display: flex;
	margin-bottom: 8px;
    flex-shrink: 0;
    position: relative;
}
.area_filter .filter_item .filter_type{
	color: #222;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    margin-right: 20px;
}
.filter_item ul.filter_list{
	    zoom: 1;
    align-items: flex-start;
    display: block;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
}
ul.filter_list li{
	flex-shrink: 0;
    margin-right: 16px;
    text-align: left;
	margin-bottom: 10px;
}
ul.filter_list li:last-child {
    margin-right: 50px;
}
ul.filter_list li a{
	background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
ul.filter_list li.cur a{
    background: #358ff0!important;
    border: 1px solid #358ff0!important;
    color: #fff!important;
}
.ar_apCon {
	width:100%;
	overflow: hidden;
}
ul.ar_apList {	
	width:100%;
	overflow: hidden;
}
ul.ar_apList li {
    width: 635px;
	overflow: hidden;
    float: left;
	cursor: pointer;
    position: relative;
    color: #838383;
	margin-top: 20px;
	box-sizing: border-box;
	margin-right: 30px;
    border: 1px solid #eaeaea;
}
ul.ar_apList li:nth-child(2n) {
	margin-right: 0;
}
ul.ar_apList li h3 {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.ar_apList li h3 a{
	max-width: 90%;
	font-size: 18px;
	font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ar_ap_sum {
	width:100%;	
	padding: 16px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
}
.ar_ap_img {
	width: 88px;
	float: left;
	height: 88px;
	border-radius: 8px;
	overflow: hidden;
}
.ar_ap_img img{
	width: 88px;
	height: 88px;
	border-radius: 8px;
transition: transform 0.3s;
}
ul.ar_apList li:hover a.ar_ap_img img{
  transform: scale(0.9);
  transition: transform 0.3s;
}
.ar_ap_info {
	float: left;
	width: 390px;
	overflow: hidden;
	height: 88px;
	margin-left: 12px;
}
.ar_ap_info p{
	width: 100%;
	font-size: 13px;
	color: #666;
}
.ar_ap_info p span{
	display: inline-block;
	margin-right: 20px;
}
.ar_ap_info p span.app_starBox{
	margin-top: 6px;
	margin-bottom: 3px;
}
.ar_ap_btn {
	width: 110px;
	float: right;
	margin-top: 56px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border-radius: 4px;
	background-color: #00b6fa;
}
.ar_ap_btn a{
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 30px;
}
ul.ar_apList li:hover .ar_ap_btn{	
    background-color: #0d9fd5
}
.ar_txt{
	width: 100%;	
	padding:0 16px;
	overflow: hidden;
	margin-bottom: 10px;
    height: 78px;
    text-align: left;
    line-height: 26px;
    font-size: 13px;
    color: #777;
    margin-top: 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ar_txt font{
	font-weight: bold;
    color: #f60;
    margin-right: 5px;
    font-size: 13px;
}
.ar_txt span{
    color: #777;
    font-size: 13px;
}
/*国务院部门*/
.gov_coun{
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}
.mod_comCon {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.mod_comCon ul.com_itemUl{	
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
ul.com_itemUl li {
  margin: 10px 0;
    padding-top: 10px;
    width: 325px;
    height: 66px;
    float: left;
    position: relative;
    cursor: pointer;
}
ul.com_itemUl li a {
    height: 66px;
	display: block;
}
ul.com_itemUl li a h3{
	max-height: 28px;
	overflow: hidden;
	font-weight: bold;
	padding-top: 4px;
	font-size: 16px;
	box-sizing: border-box;
	margin-bottom: 16px;
}
ul.com_itemUl li a span{
	color: #555;
	display: block;
}
ul.com_itemUl li .uLiImg {
    float: left;
    width: 66px;
    height: 66px;
	border-radius: 8px;
    margin: 0 12px;
}