body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

/* 酌情修改 */
body {
	max-width: 1920px;
	min-width: 1400px;
	margin: 0 auto;
	background: #fff;
	font-size: 14px;
	font-family: "微软雅黑" !important;
}

/* 短引用的内容可取值：''或"" */
q:before,
q:after {
	content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
	border: 0 none;
}

abbr,
acronym {
	font-variant: normal;
}

legend {
	color: #000;
}

/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

/* 上下标 */
sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption,
th {
	text-align: left;
}

input,
img,
select {
	vertical-align: middle;
}

/* 清除列表样式 */
ol,
ul {
	list-style: none;
}

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
	text-decoration: none;
}

a:link {
	color: #009;
}

/* 鼠标样式 */
input[type="submit"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.clear {
	clear: both;
}


.m-width {
	max-width: 1400px;
	margin: 0 auto;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}


/* header区域 */
.con-head {
	background: url(../img/top-bg.png) no-repeat;
        background: #fff;
	height: 170px;
}

.header h1 {
	margin-top: 30px;
}

.header .search {
	margin-top: 40px;
}

.header .search a {
	color: #ababab;
	font-size: 14px;
}

.header .search a:hover{
color:#de2020;
}

.header .search span {
	color: #ababab;
	margin: 0 10px;
}

.header .search .f-seach {
	margin-top: 15px;
	position: relative;
}

.header .search .f-seach input {
	border: none;
}

.header .search .f-seach input.search-in {
	height: 40px;
	width: 250px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #de2020;
	color: #ababab;
	font-size: 14px;
	padding-left: 20px;
	outline: none;
}

.header .search .f-seach input.search-btn {
	position: absolute;
	right: 15px;
	top: 10px;
	border: none;
	width: 25px;
	height: 25px;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
	color: #ababab;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
	color: #ababab;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
	color: #ababab;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
	color: #ababab;
}

/* 导航 */
.con-navigation {
	width: 100%;
	background: #de2020;
	height: 60px;
}

.nav-con {
	width: 1400px;
	margin: auto;
}

.nav {
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 1;
}

.nav a {
	color: #fff;
}

.nav .nLi {
	width: 155px;
	height: 60px;
	float: left;
	display: inline;
	text-align: center;
}

.nav .nLi h3 {
	height: 60px;
}

.nav .nLi h3 a {
	display: inline-block;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
}

.nav .nLi h3 a:hover {
	color: #ffd971;
}

.nav li.on h3 a {
	color: #ffd971;
}


.nav .sub {
	display: none;
	width: auto;
	top: 60px;
	position: absolute;
	background: #de2020;
	border-radius: 0 0 5px 5px;
}

.nav .sub li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	zoom: 1;
	width: 140px;
	border-top: 1px solid #d2d2d2;
	border-radius: 0 0 5px 5px;
}

.nav  li.nLi:nth-child(6)  ul  li{
   width: 200px;
}

.nav .sub li:hover a {
	color: #ffd971;
}

.nav .sub a {
	color: #fff;
	display: block;
	font-size: 16px;
}


/* 大图 */


.con-banner .nav2-lunbo {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}


.nav2-lunbo .nav2-lunbo-bd {
	position: relative;
	z-index: 0;
}

.con-banner .nav2-lunbo-bd ul li img {
	width: 100%;
}

.con-banner .nav2-lunbo-hd {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 46%;
	bottom: 30px;
	z-index: 1;
}

.con-banner .nav2-lunbo-hd ul li {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #e0dede;
	margin: 0 2px;
    cursor: pointer;
}

.con-banner .nav2-lunbo-hd ul li.on {
	background: #de2020;
	border: none;
	width: 12px;
	height: 12px;
}

/* 师德建设 */
.con-sdjs .sdjs {
	height: 510px;
}


.con-sdjs a.col-title-link {
	font-size: 22px;
	font-weight: bold;
	color: #de2020;
	width: 30px;
	height: 330px;
	display: inline-block;
	margin-right: 15px;
	padding: 72px 0 0 4px;
	background: url(../img/col_title-bg.png) no-repeat;
}


.slideTxtBox {
	width: 1350px;
	margin-top: 60px;
}

.slideTxtBox .hd {
	height: 35px;
	line-height: 30px;
	padding: 0 10px 0 20px;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 32px;
}

.slideTxtBox .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	width: 120px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	
	background: #f7eded;
	margin-right: 15px;
	border-radius: 20px;

}
.slideTxtBox .hd ul li a{
  color: #de2020;
}

.slideTxtBox .hd ul li.on {
	background: #de2020;
	color: #fff;
}

.slideTxtBox .hd ul li.on a{
   color:#fff
}

.slideTxtBox .bd ul {
	padding: 15px 0 0 15px;
	zoom: 1;
}

.slideTxtBox .bd li {
	height: 24px;
	line-height: 24px;
}

.con-sdjs .zdjs-content .zdjs-left {
	width: 500px;
	position: relative;
}

.con-sdjs .zdjs-content .slideBox {
	height: 280px;
}

.con-sdjs .zdjs-content .slideBox {
	position: relative;
}

.con-sdjs .slideTxtBox{
   position: relative;
}

.con-sdjs .slideTxtBox a.prevs,
.con-sdjs .slideTxtBox a.nexts {
	width: 25px;
	height: 40px;
	display: inline-block;
	position: absolute;
	z-index: 999;
	top: 40%;
}

.con-sdjs .slideTxtBox a.prevs{
	left: 10px;
}

.con-sdjs .slideTxtBox a.nexts {
	right: 30px;
}

.con-sdjs .slideTxtBox .bd {
	margin-top: 20px;
}

.con-sdjs .slideTxtBox .bd .zdjs-left .bds ul li {
	height: 280px;
}

.con-sdjs .slideTxtBox .bd ul {
	padding-top: 0;
}

.con-sdjs .sdjs .slideTxtBox .bd ul .zdjs-content .zdjs-left .slideBox .bds {
	position: relative;
}

.con-sdjs .sdjs .slideTxtBox .bd ul .zdjs-content .zdjs-left .slideBox .bds ul {
	padding-top: 0;
}

.con-sdjs .sdjs .slideTxtBox .bd ul .zdjs-content .zdjs-left .slideBox a.prevs {
	width: 25px;
	height: 40px;
	display: inline-block;
	left: 30px;
}

.con-sdjs .sdjs .slideTxtBox .bd ul .zdjs-content .zdjs-left .slideBox a.nexts {
	width: 25px;
	height: 40px;
	display: inline-block;
	right: 10px;
}





.con-sdjs .zdjs-content .zdjs-left .dete {
	position: absolute;
	width: 110px;
	top: 0;
	color: #de2020;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background: url(../img/news-date-bg.png) no-repeat;

}

.con-sdjs .zdjs-content .zdjs-left .title {
	font-size: 16px;
	height: 50px;
	color: #000;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con-sdjs .zdjs-content .zdjs-left p.desc {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}



.con-sdjs .zdjs-content .zdjs-right {
	width: 795px;
	margin-left: 20px;
}

.con-sdjs .zdjs-content .zdjs-right ul {
	padding: 0;
}

.con-sdjs .zdjs-content .zdjs-right ul li {
	width: 328px;
	height: 130px;
	float: left;
	border: 1px solid #929292;
	padding: 25px 30px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.con-sdjs .zdjs-content .zdjs-right ul li a {
	color: #000;
	font-size: 16px;
}

.con-sdjs .zdjs-content .zdjs-right ul li:hover {
	border: 1px solid #de2020;
}

.con-sdjs .zdjs-content .zdjs-right ul li:hover .title {
	color: #de2020;
	font-weight: bold;
}

.con-sdjs .zdjs-content .zdjs-right ul li:hover .date {
	color: #de2020;
}

.con-sdjs .zdjs-content .zdjs-right ul li a p.desc {
	font-size: 14px;
height:50px;
	line-height: 25px;
	margin: 10px 0;
	color: #666;
}

.con-sdjs .zdjs-content .zdjs-right ul li p.date span {
	width: 20px;
	height: 20px;
	float: right;
	background: url(../img/jiantou.png) no-repeat;
}

/* 通知公告 */
.con-tzgg {
	width: 100%;
	height: 360px;
	margin-top: 55px;
	background: url(../img/tzgg_bg_x.jpg) no-repeat;
}


.con-tzgg a.col-title-link {
	font-size: 22px;
	font-weight: bold;
	color: #de2020;
	width: 30px;
	height: 330px;
	display: inline-block;
	margin-right: 15px;
	padding: 72px 0 0 5px;
	background: url(../img/col_title-bg.png) no-repeat;
}

.con-tzgg .tzgg-right {
	width: 1335px;
}

.con-tzgg .tzgg-right .bd ul li {
	margin-top: 70px;
	position: relative;
	width: 278px;
	height: 98px;
	margin-right: 8px;
	padding: 55px 25px 25px 25px;
	background: url(../img/tzgg_list_bg.png) no-repeat;
}

.con-tzgg .tzgg-right .bd ul li:hover {
	background: url(../img/tzgg_list_bg_on.png) no-repeat;
}

.con-tzgg .tzgg-right .bd ul li:hover a {
	color: #da0808;
}

.con-tzgg .tzgg-right .bd ul li:hover a .dete {
	color: #fff;
}


.con-tzgg .tzgg-right .bd .tempWrap {
	width: 100% !important;
}

.con-tzgg .tzgg-right .bd ul li a {
	font-size: 16px;
	color: #000;
	line-height: 25px;
}

.con-tzgg .tzgg-right .bd ul li a .dete {
	color: #da0808;
	position: absolute;
	top: 5px;
	left: 15px;
}

.con-tzgg .tzgg-right .bd ul li a p {
	margin-top: 17px;
}

.con-tzgg .tzgg-right .bd ul li a p span {
	width: 20px;
	height: 20px;
	float: right;
	background: url(../img/tzgg-jiantou.png) no-repeat;
}

.con-tzgg .tzgg-right .hd ul {
	text-align: center;
	margin-top: 40px;
}

.con-tzgg .tzgg-right .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #da0808;
	border-radius: 50%;
	margin: 0 5px;
cursor: pointer;
}

.con-tzgg .tzgg-right .hd ul li.on {
	background: #da0808;
}

/* 党建adv */
.con-adv {
	margin-top: 60px;
}

.con-adv img {
	width: 100%;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;

}

.con-adv .adv .img {
	overflow: hidden;
}

.con-adv .adv img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);

}



/* 师者风范 */
.con-szff {
	height: 355px;
}

.con-szff a.col-title-link {
	font-size: 22px;
	font-weight: bold;
	color: #de2020;
	width: 30px;
	height: 330px;
	display: inline-block;
	margin-right: 15px;
	padding: 72px 0 0 5px;
	background: url(../img/col_title-bg.png) no-repeat;
}

.con-szff .szff-right {
	padding-top: 60px;
    height: 100%;
    width: 1335px;
    float: right;
}


.con-szff .szff-right .bd .tempWrap{
width: 100% !important;
}

.con-szff .szff-right .bd ul li {
	margin-right:5px;
    width: 330px !important;
}

.con-szff .szff-right ul li a .title {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	background: #fafafa;
	text-align: left;
}

.con-szff .szff-right ul li a:hover .title {
	color: #de2020;
	font-weight: bold;
}

.con-szff .szff-right ul li a .img {
	overflow: hidden;
}

.con-szff .szff-right ul li a .img img {
	width: 330px;
height:185px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;

}

.con-szff .szff-right ul li a:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);

}



.con-szff .szff-right .hd ul {
	text-align: center;
	margin-top: 40px;
}

.con-szff .szff-right .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #da0808;
	border-radius: 50%;
	margin: 0 5px;
cursor: pointer;
}

.con-szff .szff-right .hd ul li.on {
	background: #da0808;
}

.slideTxtBox .hd ul li:hover{
	background: #de2020;
	color: #fff;
}
.slideTxtBox .hd ul li:hover a{
    color: #fff;
}

/* 理论学习 */

.con-llxx {
	height: 400px;
	width: 100%;
	margin-top: 110px;
	background: url(../img/llxx-bg.jpg) no-repeat;
}

.con-llxx a.col-title-link {
	font-size: 22px;
	font-weight: bold;
	color: #de2020;
	width: 30px;
	height: 330px;
	display: inline-block;
	margin-right: 15px;
	padding: 72px 0 0 5px;
	background: url(../img/col_title-bg.png) no-repeat;
}

.con-llxx .llxx-right {
	width: 1335px;
}

.con-llxx .llxx-right .bd ul li {
	margin-top: 100px;
	position: relative;
	width: 278px;
	height: 98px;
       float: left;
	margin-right: 8px;
	padding: 55px 25px 25px 25px;
	background: url(../img/tzgg_list_bg.png) no-repeat;
}

.con-llxx .llxx-right .bd ul li:hover {
	background: url(../img/tzgg_list_bg_on.png) no-repeat;
}

.con-llxx .llxx-right .bd ul li:hover a {
	color: #da0808;
}

.con-llxx .llxx-right .bd ul li:hover a .dete {
	color: #fff;
}


.con-llxx .llxx-right .bd .tempWrap {
	width: 100% !important;
}

.con-llxx .llxx-right .bd ul li a {
	font-size: 16px;
	color: #000;
	line-height: 25px;
}

.con-llxx .llxx-right .bd ul li a .dete {
	color: #da0808;
	position: absolute;
	top: 5px;
	left: 15px;
}

.con-llxx .llxx-right .bd ul li a p {
	margin-top: 17px;
    color: #aeaeae;
}

.con-llxx .llxx-right .bd ul li a p span {
	width: 20px;
	height: 20px;
	float: right;
	background: url(../img/tzgg-jiantou.png) no-repeat;
}

.con-llxx .llxx-right .hd ul {
	text-align: center;
	margin-top: 40px;
}

.con-llxx .llxx-right .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #da0808;
	border-radius: 50%;
	margin: 0 5px;
cursor: pointer;

}

.con-llxx .llxx-right .hd ul li.on {
	background: #da0808;
}


/* 思政教育 */
.con-szjy {
	height: 400px;
	margin-bottom: 20px;
}

.con-szjy .slideTxtBox {
	margin-top: 50px;
}

a.col-title-link {
	font-size: 22px;
	font-weight: bold;
	color: #de2020;
	width: 30px;
	height: 330px;
	display: inline-block;
	margin-right: 15px;
	padding: 72px 0 0 5px;
	background: url(../img/col_title-bg.png) no-repeat;
}


.con-szjy .bd .imglist ul {
	padding-top: 0;
}

.con-szjy .bd .imglist ul li {
	float: left;
	height: 100%;
	margin-right: 15px;
}

.con-szjy .bd .imglist ul li a .img {
	overflow: hidden;
}

.con-szjy .bd .imglist ul li a .img img {
	width: 100%;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.con-szjy .bd .imglist ul li a:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);

}

.con-szjy .bd .imglist ul li a .content {
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	background: #fafafa;
}

.con-szjy .bd .imglist ul li a .content .title {
	    padding: 0 20px;
	    text-align: center;
	    width: 395px;
}

.con-szjy .bd .imglist ul li a .content .dete {
	width: 80px;
	height: 50px;
	background: #f7eded;
	text-align: center;
	color: #666;
}

.con-szjy .bd .imglist ul li a .content .d {
	font-size: 20px;
	line-height: 30px;
}

.con-szjy .bd .imglist ul li a .content .year {
	font-size: 14px;
	line-height: 20px;
}

.con-szjy .bd .imglist ul li a:hover .title {
	color: #de2020;
	font-weight: bold;
}

.con-szjy .bd .imglist ul li a:hover .dete {
	color: #de2020;
}



.con-szjy .bd .newslist {
	width: 860px;
	height: 100%;
}

.con-szjy .bd .newslist ul {
	padding: 0;
}

.con-szjy .bd .newslist ul li {
	    padding: 25px;
	    border: 1px solid #929292;
	    margin-bottom: 15px;
	    height: 90px;
	    width: 42%;
	    display: inline-block;
		
    margin-right: 25px;

		

}

.con-szjy .bd .newslist ul li a {
	color: #000;
}

.con-szjy .bd .newslist ul li a .title {
	font-size: 16px;
	height: 25px;
	line-height: 25px;
}

.con-szjy .bd .newslist ul li a p {
	margin-top: 5px;
}

.con-szjy .bd .newslist ul li a p span {
	width: 20px;
	height: 20px;
	float: right;
	background: url(../img/tzgg-jiantou.png) no-repeat;
}

.con-szjy .bd .newslist ul li a:hover {
	color: #de2020;
}

/* 页尾 */
.footer {
	height: 140px;
	width: 100%;
	margin-top: 40px;
	background: url(../img/footer-bg.jpg) no-repeat;
}

.footer .banq {
	padding-top: 45px;
}

.footer .banq p {
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.footer .banq p a{
color: #fff;
}

/* 内页图 */
.nei-banner img{
	width: 100%;
}

/* 内页导航  位置 */
.con-subnav{
	height: 65px;
	line-height: 65px;
	box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}
.con-subnav .nav-left a{
	font-size: 18px;
	color: #000;
	margin-right: 50px;
}
.con-subnav .nav-left a.on{
	color: #de2020;
	font-weight: bold;
}

.con-subnav .nav-left a:hover{
	color: #de2020;
	font-weight: bold;
}
.con-subnav .nav-weizhi{
	color: #999 ;
}
.con-subnav .nav-weizhi a{
	color: #999;
}
.con-subnav .nav-weizhi span{
	color: #de2020;
}

/* 信息列表页 */
.con-textList .text-content{
	margin-top: 40px;
}

.con-textList .text-content ul li{
	border: 1px solid #efefef;
	padding: 25px 30px;
	margin-bottom: 20px;
	height: 90px;
}

.con-textList .text-content ul li:hover{
	border: 1px solid #de2020;
}

.con-textList .text-content ul li:hover .title{
	color: #de2020;
	font-weight: bold;
}

.con-textList .text-content ul li:hover p.d{
	color: #de2020;
}

.con-textList .text-content ul li a .title{
	color: #000;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}

.con-textList .text-content ul li a p.desc{
	color: #666;
}
.con-textList .text-content ul li a .dete{
	text-align: center;
	    padding-right: 25px;
	    border-right: 1px solid #efefef;
}
.con-textList .text-content ul li a p.d{
	font-size: 36px;
	color: #666;
}
.con-textList .text-content ul li a p.year{
	color: #666;
}
.con-textList .text-content ul li a .content{
	padding-left: 108px;
}

.con-textList .text-content ul li a .xian{
	width: 20px;
	margin: 12px;
	height: 1px;
	background-color: #efefef;
}

ul .list-page{
	    height: 30px;
	    line-height: 30px;
	    width: 100%;
	    text-align: center;
	    margin-top: 40px;
}

/* 图文列表页 */
.con-picList .piclist-content{
	margin-top: 40px;
}

.con-picList .piclist-content ul li{
	border: 1px solid #efefef;
	margin-bottom: 20px;
	height: 180px;
}

.con-picList .piclist-content ul li:hover{
	border: 1px solid #f4b4b4;
}

.con-picList .piclist-content ul li:hover .title{
	color: #de2020 !important;
	font-weight: bold;
}


.con-picList .piclist-content ul li:hover  p.dete{
	color: #de2020;
}
.con-picList .piclist-content ul li:hover p.dete span{
	background: url(../img/tzgg-jiantou.png) no-repeat;
}

.con-picList .piclist-content ul li:hover a .img img{
	transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);

}
.con-picList .piclist-content ul li .img{
	overflow: hidden;
}
.con-picList .piclist-content ul li .img img{
	width: 100%;
		transition: All 0.3s ease-in-out;
		-webkit-transition: All 0.3s ease-in-out;
		-moz-transition: All 0.3s ease-in-out;
		-o-transition: All 0.3s ease-in-out;

}

.con-picList .piclist-content ul li .content{
	width: 72%;
	padding: 30px;
}

.con-picList .piclist-content ul li .content .title{
	font-size: 16px;
	color: #000;
}

.con-picList .piclist-content ul li .content .desc{
	color: #666;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
}
.con-picList .piclist-content ul li .content .dete{
	margin-top: 45px;
	color: #666;
}

.con-picList .piclist-content ul li a p span {
	width: 20px;
	height: 20px;
	float: right;
	background: url(../img/jiantou.png) no-repeat;
}


/* 图片列表页 */

.con-picture .picture-content{
	margin-top: 40px;
}

.con-picture .picture-content ul li{
	float: left;
	width: 445px;
	height: 295px;
	margin: 0 30px 30px 0;
}
.con-picture .picture-content ul li a .title{
	font-size: 18px;
	color: #000;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #efefef;
	width: 443px;
}

.con-picture .picture-content ul li:hover .title{
	border: 1px solid #f4b4b4;
}

.con-picture .picture-content ul li a .img img:hover{
	transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);

}
.con-picture .picture-content ul li .img{
	overflow: hidden;
}
.con-picture .picture-content ul li .img img{
	width: 100%;
		transition: All 0.3s ease-in-out;
		-webkit-transition: All 0.3s ease-in-out;
		-moz-transition: All 0.3s ease-in-out;
		-o-transition: All 0.3s ease-in-out;

}

/* 详情页 */
.con-detail .detail{
	margin-top: 40px;
	border: 1px solid #efefef;
	padding: 0 140px;
}

.con-detail .detail .title{
	font-size: 30px;
	font-weight: bold;
	
	line-height: 60px;
	text-align: center;
	margin-top: 30px;
}
.con-detail .detail  .timer{
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #999;
}
.con-detail .detail  .timer p{
	display: inline-block;
	margin: 0 5px;
	
}
.con-detail .detail  .timer p span.ly{
	width: 20px;
	    height: 20px;
	    display: inline-block;
	    position: relative;
	    top: 3px;
	background: url(../img/laiyaun.png) no-repeat;
}
.con-detail .detail .detail-text{
	padding: 30px 0;
	font-size: 16px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.con-detail .detail .detail-text p{
	
	margin-bottom: 10px;
	
}

.con-detail .detail .detail-page{
	    height: 20px;
	    margin: 35px 0;
}

.con-detail .detail .detail-page p a{
	color: #000;
}


.con-detail .detail .detail-page p a:hover{
	color: #de2020;
}

.pb_sys_style1 .p_no_d{
background: #de2020 !important;
    border: 1px solid #de2020 !important;
}
.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
   color:#de2020 !important;
}