﻿/*网站整体的背景，文字字体和大小*/
@font-face {
  font-family: '叶友根毛笔行书';
  src:url('yyg.eot');
  src:url('yyg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} 
/*网站整体的背景，文字字体和大小*/
@media screen and (min-width:768px){

html{width:1200px;}

	
}
@media screen and (min-width:1200px){

html{width:100%;}

	
}
body{
	padding:0;margin:0;font-size:12px;font-family:"Microsoft Yahei";color:#222222;background:#ffffff;}
a{
	text-decoration:none;color: #222222;}
a:hover{
	text-decoration:none;color:#FF5400;}
a img{
	border: none;margin:0;padding:0;width:100%;}

/*form,div.ul,iframe的样式*/
form{
	margin: 0;padding: 0;}
div{
	margin:0;padding:0;}
ul{
	list-style:none;margin:0;padding:0;}
iframe{
	margin:0;padding:0;}
/*#container:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
*/
/*附件的图标*/
.fileStyle{
	background:url(../images/file_icon.gif) no-repeat;
	width:32px;height:32px;display:inline-block;-moz-display:inline-block;;vertical-align:middle;}

.att{
background-position:0;
}

.html{
background-position:-37px 0;
}

.pdf{
background-position:-74px 0;
}

.xls{
background-position:-111px 0;
}

.ps{
background-position:-148px 0;
}

.ppt{
background-position:-185px 0;
}

.doc{
background-position:-222px 0;
}

.txt{
background-position:-259px 0;
}

.flv{
background-position:-296px 0;
}

.pic{
background-position:-331px 0;
}

.jpg{
background-position:-368px 0;
}

.rar{
background-position:-405px 0;
}

.teaterlist {margin:10px 10px !important;
    width: 205px !important;height:205px;float:left;display:inline-block;border-bottom:none !important;}
.teaterlist img{width:100%;height:205px !important;}
.teaterlist .name{    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
        padding-left: 5px;}
.teaterlist .job{    font-size: 12px;
    display: inline-block;
    line-height: 25px;
    color: #fff;
    overflow: hidden;
    height: 25px;
    text-align: left;
    padding-left: 5px;}
.teaterdetail p{    font-size: 12px;
    color: #fff;
    line-height: 25px;
    height: 60px;
    overflow: hidden;
    padding: 0;
    width: 95%;
    margin: 0 auto;
}
.teaterdetail {
    color: #fff;
}
.more{width:80px;height:25px;font-size:12px;line-height:25px;display:block;border:1px #b81d23 solid; color:#fff; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius:15px;text-align:center;    margin-left: 10px;}  



#pager {
	
	height: 20px;
	margin-top:20px;
	float:right;
}

#pager ul.pages {
	height: 20px;
	float: right;
	margin: 10px 30px 10px 0px;
}

#pager a {
	list-style: none;
	float: left;
	border: 1px solid #ccc;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 2px 8px 2px 8px;
}

#pager a:hover {
	border: 1px solid #b81d23;
}

.pre {
	border: 1px solid #eee;
	color: #eee;
}

.last {
	border: 1px solid #b81d23;
	color: #000;
	font-weight: 700;
	background-color: #eee;
}