﻿@charset "utf-8";
.detailct {
	    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
    
        min-height: 500px;}

.detailct video {
	width: 100%;
}

.detailct:before, .detailct:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.detailBox{
	 padding: 0px;
  	width: 1200px;
    height: auto;
    margin: 0 auto;
}

.detailBox1 {
	margin: 0px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 5px;
    border-bottom: 1px #ccc solid;
    width: 100%;
    float: left;
    
}
.detailBox1 .fl {
  float: left;
    line-height: 50px;
    font-size: 18px;
    background: url(../images/s.jpg) left center no-repeat;
}

.detailBox1 .fl .postitle {
          display: block;
    font-size: 18px;
    height: 50px;
    color: #b81d23;
    text-indent: 1em;
    font-family: "方正舒体";
    font-weight: bold;
}
	
.detailBox1 .fr{
	float:right;
	text-align:right;    
	height: 30px;
    line-height: 30px;
    margin-top: 10px;
        background: url(../images/site.jpg) left center no-repeat;
            color: #999;
    text-indent: 20px;    padding-right: 8px;}
.detailBox1 a {
	    color:#999 ;
	text-decoration:none;}
.detailBox1 a:hover {
	color: #FF5400;
	text-decoration:underline;}

.detailBox2 {
	margin:0 7px; 
	padding-top:10px;
	padding-bottom:30px;
	float:left;
	width:100%;
}

.detailBox3 {
	width:100%; 
	margin: 0 auto; 
	float:left;
	text-align:center; 
	line-height:50px; 
	vertical-align:middle;
	margin-bottom:20px
}

.detailBox3_content {
	font-size:28px;
}

.detailBox4 {
	width: 100%;
    height: 32px;
    margin: 0 auto;
    float:left;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    color: #b81d23;
}
.img-view{display:none}
.paging{margin-bottom:20px}
.paging:after{content:"";
clear:both;visibility:hidden;
height:0;display:block
}
.title h1{font-size:28px!important;margin-bottom:15px}
.paging div{float:left}
.paging div+div{float:right}
.detailBox5{
	width:98%; 
	overflow:hidden;
	margin:0 auto; 
	margin-top:10px; 
	line-height:20px; 
	font-size:12px;    line-height: 35px;
    font-family: microsoft yahei;}
.detailBox5 img{
	max-width:800px;
	    display: block;
	    margin:0 auto;
	_width:expression(this.width > 800 ? "800px" : false);}
.detailAttachment{
	width:94%; 
	overflow:hidden;
	padding-top:35px;
	padding-bottom:10px; 
	margin:0 auto}
.attachment_border{
	border:1px solid #DEDCDC;
	padding-bottom: 5px;
    padding-top: 10px;}
.attachment_title{
	height:30px; 
	line-height:30px; 
	background-color:#EEEEEE; 
	border-bottom:1px solid #DEDCDC;}
.attSpanTitle{
	font-weight:bold;
	font-size:14px;
	margin-left:10px;}
.attContentDiv{
	width:98%; 
	margin:0 auto;}
.attContentTitle{
	font-weight:bold;}
.attContentImg{
	float:left;
	max-width:320px;}
.attContentLink{
	padding:0 5px;}
.attContentLink a{
	color:#1E5494;
	text-decoration:none;}
.attContentLink a:hover{
	color:#1E5494;
	text-decoration:underline;}
.attSize{
	color:#666666;}
.att-detail{
	margin-left:42px;}
/*图片列表*/
.imageList {
	width: 86%;
	margin: 0 auto;
	overflow: hidden;
}

.imageList .contentUl {
	text-align: left;
}

.imageList .imageListContent {
	padding-top: 15px;
}

.imageList .contentUl li {
	float: left;
	width: 126px;
	padding: 0 9px 5px 9px;
}

.imageListContent img {
	width: 120px;
	height: 90px;
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.imageListText {
	width: 100%;
	height: 40px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
/*视频播放*/
videoPlayer {
	width: 96%;
	margin: 0 auto;
}

.videoPlayerContent {
	width: 100%;
	padding-top: 20px;
}

.videoImg {
	text-align: center;
}

.videoText {
	width: 80%;
	line-height: 25px;
	text-indent: 20px;
	padding: 10px 0;
	overflow: hidden;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
}

.videoText a {
	text-decoration: none;
	color: #000;
}
/*附件列表*/
.attachmentList {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}

.attTable table {
	border: 1px solid #dedcdc;
	border-collapse: collapse;
}

.attTable table  th {
	background: #eee;
	height: 28px;
	border: 1px solid #dedcdc;
	text-align: left;
	padding-left: 10px;
}

.attTable table  td {
	border-bottom: 1px solid #dedcdc;
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
}

.attTable table  td textarea {
	width: 98%;
	height: 100%;
	border: 0;
	overflow: auto;
}

.attTable table .widthTitle {
	width: 50%;
}

.attTable table .widthWeight {
	width: 25%;
}

.attTable table .widthOperate {
	width: 15%;
}

.attTable table  td .delete_icon {
	background: url(../images/po_icon.gif) -92px -33px no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	-moz-display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.attTable table  td .editor_icon {
	background: url(../images/po_icon.gif) -153px -88px no-repeat;
	width: 21px;
	height: 16px;
	display: inline-block;
	-moz-display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.attTable table  td table {
	border: none;
}

.attTable table  td table tr td {
	padding: 0;
	border: none;
	padding-top: 24px;
	padding-bottom: 24px;
}

.attTable table  td table tr .poto_icon {
	vertical-align: top;
}

.commentRegister {
	padding-bottom: 10px;
	margin: 0 auto;
}

.comment_border {
	border: 1px solid #DEDCDC;
	padding-bottom: 15px;
	padding-top: 5px;
	background-color: #eee;
}

.contentLink a {
	color: #004276;
}

.commentRegister .contentLink {
	height: 25px;
	line-height: 25px;
	text-align: right;
}

.commentRegister textarea {
	width: 100%;
	height: 105px;
	resize: none;
	line-height: 25px;
}

.commentRegister .comBut {
	line-height: 30px;
	height: 30px;
	margin-top: 5px;
	text-align: right;
}

.commentRegister .comBut .spanGray {
	float: left;
	display: inline-block;
}

.btn_gray {
	display: inline-block;
	padding: 0px 10px;
	height: 22px;
	float: right;
	line-height: 22px;
	cursor: pointer;
	vertical-align: middle;
	border-radius: 2px;
	border: 1px solid #888;
	color: #000000;
	color: #000000 !important;
	background: #F3F3F3;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 90%, #F3F3F3 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 90%, #F3F3F3 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 90%, #F3F3F3 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 90%, #F3F3F3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#d7d7d7', GradientType=0);
	background: linear-gradient(top, #ffffff 0%, #ebebeb 90%, #F3F3F3 100%);
}

.btn_gray:hover {
	border: 1px solid #48a2ea;
	background: #e7f4fd;
	background: -moz-linear-gradient(top, #e7f4fd 0%, #c8e8ff 100%);
	background: -webkit-linear-gradient(top, #e7f4fd 0%, #c8e8ff 100%);
	background: -o-linear-gradient(top, #e7f4fd 0%, #c8e8ff 100%);
	background: -ms-linear-gradient(top, #e7f4fd 0%, #c8e8ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f4fd',
		endColorstr='#c8e8ff', GradientType=0);
	background: linear-gradient(top, #e7f4fd 0%, #c8e8ff 100%);
}

.vlist {
	height: 400px;
	width: 100%;
	margin: 0px auto;
}

.vlist .mlist {
	float: right;
	width: 35%;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
	height: 100%;
	overflow-y: auto;
}

.vlist .mlist li {
	cursor: pointer;
	padding-top: 5px;
	height: 94px;
	width: 100%;
	border-bottom: 1px dashed #ACACAC;
	background-color: #F9F9F9;
}

.vlist .mlist li .mimg {
	float: left;
	background-color: #F5F5F5;
	padding: 2px;
	margin-left: 5px;
	border: 1px solid #878787;
	height: 80px;
	width: 80px;
}

.vlist .mlist li .mright {
	float: right;
	width: 70%;
	height: 94px;
	overflow: hidden;
}

.vlist .mlist li .mright .imagePlayTitle {
	display: inline-block;
}

.vlist .mlist li .mright .imagePlayText {
	display: inline-block;
}

.vlist .leftz {
	float: left;
	height: 100%;
	width: 65%;
}

.vlist .leftz .palyer {
	height: 100%;
	width: 100%;
	display: inline-block;
	float: left;
}

.vlist .sqlb {
	float: right;
	position: absolute;
	z-index: 19;
	right: 25.5%;
	top: 144px;
	width: 19px;
	height: 72px;
	padding-top: 8px;
	color: #7d7d7d;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background: #1c1c1c;
	cursor: pointer;
}

.alist table {
	line-height: 25px;
	width: 50%;
}

.attTable table tr td, .attTable table tr th, .alist table tr td, .alist table tr th
	{
	font-weight: normal;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	text-align: left;
}


.file-list li{width:100%;display:block;float:left; padding:5px}


