@charset "UTF-8";
/**
*
@Author: MiniHui
@Date: Fri Sep 13 2019 10:43:37 GMT+0800 (GMT+08:00)
*
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.clearfix:after {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  background:#f3f3f3;
}

body {
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

ol,
ul,
li {
  list-style: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style-type: none;
}

/* 图片地址 */
/* 颜色 */
/* 屏幕尺寸 */
html,
body {
  position: relative;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*栏目名称*/
.title {
  width: 1200px;
  height: 30px;
  background: url("http://www.locpg.gov.cn/qzxzgcl70zn/images/line.jpg") repeat-x 0 10px;
  position: relative;
  margin-bottom: 20px;
}

.title h3 {
  padding: 0px 15px 0 0px;
  background: #FFF;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
  color: #ce1724;
  font-weight: bold;
  font-family: "微软雅黑";
}

.title h3 a {
  color: #ce1724;
}

/* 列表样式 */
.list {
  margin-top: 30px;
}

.list ul {
  margin-bottom: 45px;
  /* 文字列表 */
  /* 图片列表 */
}

.list ul .list-wz {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 0;
  overflow: hidden;
  border-bottom: 1px solid #c9c9c9;
}

.list ul .list-wz .tit {
  display: inline-block;
  padding-left: 10px;
  line-height: 35px;
  font-size: 16px;
  color: #333;
}

.list ul .list-wz .time {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  line-height: 35px;
  color: #b1b1b1;
  float:right;
}

.list ul .list-wz:before {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  content: '';
  background: #a40000;
}

.list ul .list-tw {
  float: left;
  border-bottom: 0;
  width: 232px;
  height: 198px;
  margin: 0px 17px 20px 17px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.list ul .list-tw .pic {
  width: 232px;
  height: 142px;
  overflow: hidden;
}

.list ul .list-tw .pic img {
  width: 100%;
  height: 100%;
}

.list ul .list-tw .tit {
  height: 60px;
  padding: 5px;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* 点击加载更多按钮 */
.xpage-more-btn {
  width: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #bbb;
  background: #eee;
  line-height: 2em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  cursor: pointer;
}

.xpage-more-btn:hover {
  background: #ddd;
}

.xpage-more-btn:active {
  background: #ccc;
}

.banner {
  width: 100%;
  height: 426px;
  background: url(http://www.locpg.gov.cn/qzxzgcl70zn/images/banner.jpg) center 0 no-repeat;
}
.banner .index{ width:170px; height:48px; position:absolute; top:30px; left:10px;}
.banner .jf{ width:90px; height:30px; background:#970000; border-radius:5px; color:#fff; position:absolute; line-height:30px; text-align:center; top:30px; right:10px;}
.banner .jf a{ color:#fff;}

.nav {
  width: 100%;
  height: 53px;
  background: url("http://www.locpg.gov.cn/qzxzgcl70zn/images/nav.jpg") center 0 repeat-x;
  font-size: 0;
}

.nav a {
  display: inline-block;
  margin-right: 73px;
  line-height: 53px;
  font-size: 18px;
  vertical-align: top;
  color: #fff;
}

.nav a:last-child {
  margin-right: 0;
}

.foot {
  width: 100%;
  height: 100px;
  margin-top: 30px;
  padding-top: 30px;
  background: url("http://www.locpg.gov.cn/qzxzgcl70zn/images/footer.jpg") center 0 repeat-x;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.foot p {
  margin-bottom: 5px;
  height: 24px;
  line-height: 32px;
  text-align: center;
  color: #000;
}

.foot p a {
  display: inline-block;
  color: #000;
}
.leftpart{ width:800px; float:left; overflow-x:hidden; padding:10px; background:#fff; border:1px solid #e9e9e9;}
/*右栏*/
.rightpart{ width:365px; float:right;}
.rt01,.rt02,.rt03{ border:1px solid #e9e9e9; margin-bottom:15px; background:#fff;}
.rt01 .tab{ padding:0 8px;}
.rt01 .tab .tab-heads {
  width: 242px;
  margin:0 auto;
  padding:10px 0;
}

.rt01 .tab .tab-heads .tab-head {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.rt01 .tab .tab-heads .tab-head h2 {
  width: 244px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #f9cc91;
  color: #333333;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#fce5b6));
  background-image: -webkit-linear-gradient(bottom, white 0%, #fce5b6 100%);
  background-image: -moz- oldlinear-gradient(bottom, white 0%, #fce5b6 100%);
  background-image: linear-gradient(0deg, white 0%, #fce5b6 100%);
  cursor: pointer;
}

.rt01 .tab .tab-heads .tab-head p {
  font-size: 16px;
  line-height: 26px;
  height: 0;
  overflow: hidden;
  color: #333333;
}
.rt01 .tab .tab-heads .tab-head .tabimg{
	width:242px;
	height: 0;
	overflow:hidden;
	text-align:center;	
}
.rt01 .tab .tab-heads .tab-head.on .tabimg{
	width:242px;
	height: auto;
}

.rt01 .tab .tab-heads .tab-head.on h2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb74b), to(#fbdc82));
  background-image: -webkit-linear-gradient(bottom, #ffb74b 0%, #fbdc82 100%);
  background-image: -moz- oldlinear-gradient(bottom, #ffb74b 0%, #fbdc82 100%);
  background-image: linear-gradient(0deg, #ffb74b 0%, #fbdc82 100%);
  border: 1px solid #d3992e;
}
.rt01 .tab .tab-heads .tab-head h2 a{ color:#333;}
.rt01 .tab .tab-heads .tab-head.on p {
  height: auto;
}

.rt01 .tab .tab-conts {
  width: 166px;
  float: left;
}

.rt01 .tab .tab-conts .tab-cont {
  display: none;
  text-align: center;
}

.rt01 .tab .tab-conts .tab-cont.on {
  display: block;
}

.rt01 .list {
  padding-top: 10px;
  padding-bottom:10px;
  margin-top: 10px;
  border-top: 1px solid #f9cc91;
  background:url(http://www.locpg.gov.cn/qzxzgcl70zn/images/fdxsdbg.jpg) top center repeat;
  border-radius:10px;
}
.rt01 .list ul{ padding:0 15px;}
.rttit{ width:94%; border-bottom:1px solid #dadada; height:40px; position:relative; margin:0 auto;}
.rttit span{ height:40px; padding:0 5px; border-bottom:2px solid #fa2c18; position:absolute; left:0; top:-1px; font-size:18px; line-height:40px; color:#fa2c18; font-weight:bold;}
.rttit span a{ color:#fa2c18;}
.imgbox{ width:336px; height:190px; margin:15px auto; position:relative; overflow:hidden;}
.imgbox img{ width:100%; height:100%;}
.imgbox .play{width: 50px;
    height: 50px;
    background: url(http://www.locpg.gov.cn/qzxzgcl70zn/images/play.png) no-repeat;
	background-size:contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -30px;
    z-index: 99;}
.imgbox .imgtit{
	background: rgba(0,0,0,0.6);
    bottom: 0px;
    height: auto;
    position: absolute;
    width: 316px;
	padding:10px;
	font-size:16px; 
	line-height:24px;
	color:#fff;
    z-index: 10;
	}
	.imgbox .imgtit a{ color:#fff;}
.rt03{ padding-bottom:10px;}
.rt03 ul{ width:96%; margin:15px auto 20px auto;}
.rt03 ul li{ width:165px; height:146px; float:left; margin:5px 4px;}
.rt03 ul li img{ height:92px; width:100%; margin-bottom:10px;}
.rt03 ul li h3{ font-size:14px; line-height:20px; height:48px; text-align:left; color:#333;}
.rt03 ul li h3 a{ color:#333;}
/* 手机版banner和底部 */
.banner-mob,
.foot-mob {
  display: none;
}

@media screen and (max-width: 750px) {
	html,
body {
  height: 100%;
  background:#fff;
}
.banner-mob{ position:relative;}
.banner-mob .index{ width:130px; height: auto; position:absolute; top:8px; left:10px; z-index:99;}
.banner-mob .index img{ width:100%; height:auto;}
	.leftpart{ width:100%; padding:0; border:0;}
	.rightpart{ display:none;}
	.domPC{ display:none;}
	.xpage-container{ padding-bottom:15px;}
  .container {
    width: 100%;
  }
  /* 手机版banner和底部 */
  .banner-mob,
  .foot-mob {
    display: block;
  }
  .banner-mob img {
    width: 100%;
    height: auto;
  }
  /* 底部信息 */
  .totop {
    margin-top: 30px;
    width: 100%;
  }
  .totop img {
    width: 100%;
    height: auto;
  }
  .foot-cont {
    width: 100%;
    padding: 20px 0;
    background: #c0453d;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .foot-cont p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #e9ecd0;
  }
  .foot-cont p a {
    display: inline-block;
    color: #e9ecd0;
  }
  /* pc banner和底部 */
  .banner,
  .foot {
    display: none;
  }
  /* 导航 */
  .nav {
    width: 100%;
    padding: 0;
    height: 53px;
    background: url("http://www.locpg.gov.cn/qzxzgcl70zn/images/nav.jpg") center 0 no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
    font-size: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    overflow: auto;
  }
  .nav a {
    display: inline-block;
    margin: 0 12px;
    line-height: 53px;
    font-size: 14px;
    vertical-align: top;
    color: #fff;
  }
  .nav a:last-child {
    margin-right: 12px;
  }
  /*栏目名称*/
  .title {
    width: 100%;
  }
  .title h3 {
    padding-left: 8px;
  }
  /* 列表 */
  .list ul {
    margin-bottom: 45px;
    padding: 0 2%;
    /* 文字列表 */
    /* 图片列表 */
  }
  .list ul .list-wz .tit {
    line-height: 28px;
  }
  .list ul .list-wz .time {
    display: none;
  }
  .list ul .list-tw {
    width: 50%;
    margin: 0 0 10px 0;
    height: auto;
  }
  .list ul .list-tw:nth-child(odd) {
    clear: left;
    padding: 0 1% 0 0;
  }
  .list ul .list-tw:nth-child(even) {
    padding: 0 0 0 1%;
  }
  .list ul .list-tw .pic {
    width: 100%;
    height: 7rem;
  }
  .list ul .list-tw .tit {
    height: auto;
  }
}