﻿﻿.fl{
	float: left;
}

.fr{
	float: right;
}
.bg{
	    width: 100%;
    height: 100%;
    min-height: 100vh;
    background:#fef8f8 url(../images/bg.jpg) no-repeat;
    background-size: 100%;
}


.top {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

/*.tpd-bg{
	background: url("../images/tpb-bg.png") no-repeat;
	width: 100%;
	height:100%;
	display: inline-block;
	-webkit-background-size: 100%;
	background-size: 100%;
}*/

.center{
	width: 1200px;
	margin:0 auto;
}

.middle-content{
	background-color: #fff;
	box-shadow:  0 0 3px #ddd;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.home{
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #ddd;
	background-color: #f8f8f8;
	padding-left:15px;

}

.home i{
	background: url("../images/position.png") no-repeat center;
	width: 14px;
	height: 16px;
	display: inline-block;
	-webkit-background-size: 80%;
	background-size: 80%;
	vertical-align: sub;
	margin-right: 5px;
}

.home span{
	height: 36px;
	line-height: 36px;
	display: inline-block;
}
.xdd{
	margin-bottom: 30px;
}

/*左上角图片  固定 宽565px 高330px  */
.xdd-left{
	width: 500px;
    height: 385px;
    margin: 20px 15px 0 20px;
}

.xdd-left img{
	width: 500px;
	height: 385px;
}
.xdd-left a{
	cursor: pointer;
}



.xdd-right{
	width: 620px;
	padding: 20px 20px 0 15px;
}

.xdd-left img{
	width: 500px;
	height: 385px;
}

.xdd-list li{
	margin: 5px 0;
}
.xdd-list li a{
	font-size: 20px;
	color: #111;
	display: inline-block;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    width: 100%;
	cursor: pointer;
}
.xdd-list li a.more{
	color: #d30000;
	text-align: right;
}


.xdd-list li a:hover{
	color: #d30000;
}

.xdd-list li a:hover{
	color: #d30000;
}

.xdd-list li:hover .circle{
	background-color:  #d30000;
}

 .xdd-list li .circle,.con-left li .circle{ 
  display:inline-block;
  width: 5px; 
  height: 5px; 
  background: #777; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%; 
  margin-right: 15px;
  vertical-align:middle;
}



.tpd-sjwj{
	padding: 0 20px;
	width: 540px;
}
.tpd-tpsp{
	padding: 0 20px;

}

.tpsp-left{
	margin-top:15px;
	margin-bottom: 30px;
	width: 540px;
}


/*图片固定宽高*/

.tpsp-left img,.tpsp-left video{
	width: 540px;
	height: 370px;
}

.tpsp-left a{
	cursor: pointer;
}

.tpsp-left a span{
	 font-size: 18px;
    color: #111;
    display: inline-block;
   /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    line-height: 32px;
       width: 500px;
    padding: 10px 20px;
    text-align: center;
    margin-top: 10px;
}

.tpsp-left a span:hover{
	color: #d30000;
}


.sjwj-title,.tpsp-title{
	width: 100%;
	border-bottom:1px solid #f7d0d0;
}

.sjwj-title h2,.tpsp-title h2{
	font-weight: 700;
	line-height: 50px;
	display: inline-block;
	padding:0 20px;
	border-bottom:3px solid #d30000;
	    margin-bottom: -1px;
}

.sjwj-title h2 a,.tpsp-title h2 a{
	color: #d30000;
	font-size: 26px;
	font-weight: 700;
	cursor: pointer;
}

.sjwj-title .more a,.tpsp-title .more a{
	float: right;
	font-size: 16px;
	padding-top: 25px;
	padding-right: 10px;
	cursor: pointer;

}

.sjwj-title .more a:hover,.tpsp-title .more a:hover{
	color: #d30000;
}



.con-left{
	/*width: 50%;*/
	margin-top: 15px;
	margin-bottom: 30px;
}

.con-left li{
	margin: 5px 0;
}

.con-left li a{
	font-size: 18px;
	color: #111;
	display: inline-block;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 32px;
    width: 99%;
	cursor: pointer;
}
.con-left li a:hover{
	color: #d30000;
}

.con-left li:hover .circle{
	background-color:  #d30000;
}



/*分页样式*/

.page-list{
	
	float: right;
	margin:30px 0 50px 0;
}

.page-list ul li{
	float: left;
	margin:0 6px;
	line-height: 26px;
	text-align: center;
}

.page-list ul li a{
	min-width: 14px;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0px 8px;
	height: 26px;
	color: #111;
	line-height: 26px;
}

.page-list ul li .avtice,.page-list ul li a:hover{
	background-color: #d30000;
	color: #fff;
	border:1px solid #d30000;
}

.page-list ul li span{
	color: #111;
}

/*底部样式*/

.tpd-foot{
	border-top:2px solid #d30000;
	margin-top: 15px;
	text-align: center;
	width: 100%;
	padding: 15px 0px 30px 0px;
	    background: #fff;
}

.foot-tb {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

.foot-img{
	display: inline;
	/*width: 16%;*/
}

.foot-img img{
	vertical-align: middle;
}

.foot-tb p,.foot-tb p a{
	font-size: 14px;
	color: #333;
	
}
.foot-tb p a:hover{
	color:#2372c2; 
}


.foot-top{
	display: inline;
	vertical-align: middle;
}

.foot-top p{
	display:inline;
	font-size: 14px;
	color: #333;
}



/*列表页样式*/
.tpblist-content{
	padding: 0 55px;
}

.tpblist-bt{
	font-size: 28px;
	font-weight: 600;
	color: #d30000;
	border-left:6px solid #d30000;
	margin: 40px 0;
	padding-left:20px;
	line-height: 26px;
}


.tpblist-list-li{

}

.tpblist-list-li .circle{
	display:inline-block;
  width: 5px; 
  height: 5px; 
  background: #777; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%; 
  margin-right: 15px;
  vertical-align:middle;
}

.tpblist-list-li li{
	margin: 20px 0 10px 0;
	border-bottom: 1px dotted #ddd;
}

.tpblist-list-li li a{
	font-size: 18px;
	color: #111;
	display: inline-block;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px;
    width: 85%;
	cursor: pointer;
	padding-bottom:5px;
}

.tpblist-list-li li span{
	display: inline-block;
	width: 13%;
	text-align: right;
	color: #999;
	font-size: 16px;
	vertical-align: bottom;
    line-height: 38px;
}
.tpblist-list-li li a:hover{
	color: #d30000;
}

.tpblist-list-li:hover .circle{
	background-color:  #d30000;
}


/*详情页样式*/
.tpddetail-con{
	padding:0 50px 30px 50px;

}

.tpddetail-title{
	border-bottom: 1px dotted #ddd;

}

.tpddetail-title h3{
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #111;
	margin: 50px 0 30px 0;
	padding:0 30px;
}

.tpddetail-title p{
	text-align: center;
	color: #bbb;
	font-size: 14px;
	margin-bottom: 15px;
}

.tpddetail-main{
	padding:40px 0;
	color: #111;
	 font-size: 16px;
	 line-height: 28px;
}

