@CHARSET "UTF-8";
body,ul,li,p,h1,h2,h3,h4,h5{
    margin:0;
    padding:0;
    font-size:100%;
}
body{
    font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    font-size: 14px;
    position: relative;
    background: #eefff1;
    /*background: #eefff1 url(../../images/sccm2/body-bg-2.png) center bottom no-repeat;
    background: #eefff1 url(../../images/sccm2/body-bg-5.png) center 200px no-repeat;
    background-size: cover;
    -webkit-background-size: cover;*/
}
button,input,select,textarea{
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
li{
    list-style: none;
}
a{
    text-decoration:none;
    color:#000;
    background: transparent;
}
a:focus{
    outline: none;
}
img{
    border:0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.center{
    width: 1000px;
    margin: 0 auto 0;
}
/*header*/
.container{
    background: url(../../images/sccm2/content-bg.png) 0 0 no-repeat;
}
.header{
    height: 110px;
}
.top-box{
    overflow: hidden;
    zoom: 1;
}
.logo{
    width: 446px;
    height: 80px;
    margin: 10px 0 0 0px;
}
.r-info{
    width: 360px;
    height: 100px;
    margin-top: 8px;
}
.link-list{
    float: right;
    height: 30px;
}
.link-list li{
    float: left;
}
.link-list li.line{
    height: 12px;
    color: #88383d;
}
.link-list li a{
    font-size: 12px;
    color: #88383d;
    padding: 0 4px;
}
.link-list li a:hover{
    text-decoration: underline;
}
.search-box{
    clear: both;
    width: 350px;
    height: 39px;
    border: 2px solid #fbae64;
    background-color: rgba(234,255,238,.5);
    *background-color: rgb(234,255,238);
    filter:Alpha(opacity=50);
    position:static;
    *zoom:1;
}
.search-text{
    position: relative;
    float: left;
    width: 286px;
    height: 37px;
    line-height: 37px;
    padding-left: 10px;
    border: 0;
    outline: 0;
    background-color: transparent;
}
.search-btn{
    position: relative;
    float: right;
    display: block;
    width: 52px;
    height: 39px;
    text-align: center;
    background-color: #fbae64;
}
.search-btn img{
    margin-top: 4px;
}
.search-btn:hover{
    background-color: #fa9c43;
}
.nav-box{
    position: absolute;
	*position:fixed; /*For IE7 & IE6*/
	_position:fixed; /*For IE6*/
	*+position:fixed; /* IE7 */
    z-index: 5;
    left: 0;
    top: 110px;
    width: 100%;
    height: 35px;
    background-color: rgba(233,148,91,.8);
    *background-color: #e69c6b;
}
.nav-list{
    height: 35px;
}
.nav-list li{
    float: left;
    position: relative;
    width: 76px;
    height: 53px;
    *height:35px; /*For IE7 & IE6*/
    text-align: center;
}
.nav-list li a{
    position: relative;
    z-index: 2;
    display: block;
    width: 76px;
    height: 53px;
    *height:35px; /*For IE7 & IE6*/
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}
.nav-list li img{
    display: none;
    position: absolute;
    top: -4px;
    left: 0;
}
.nav-list li:hover a{
    color: #730103;
}
.nav-list li a:hover{
	color: #730103;
}
.nav-list li:hover img{
    display: block;
}
.nav-list li.cur-nav a{
    color: #730103;
}
.nav-list li.cur-nav img{
    display: block;
}
/*content*/
.content{
    overflow: hidden;
    zoom: 1;
    height: auto!important;
    min-height:700px;
    margin-top: 90px;
    _margin-top:45px;
    background: url(../../images/sccm2/middle-bg.png) center 0 repeat-y;
    *text-align:left; /*For IE7 & IE6*/
}
.l-sidebar{
    overflow: hidden;
    zoom: 1;
    width: 220px;
    margin-top: 10px;
}
.sidebar-list{
    overflow: hidden;
    zoom: 1;
    margin-left: 20px;
}
.sidebar-list li a{
    display: block;
    width: 156px;
    margin-top: 20px;
    line-height: 1.8;
    padding-left: 24px;
    color: #010101;
    background: url(../../images/sccm2/l-list-icon.png) 0 6px no-repeat;
    text-align: left;
}
.sidebar-list li a:hover{
    text-decoration: underline;
}
.r-content{
    overflow: hidden;
    zoom: 1;
    width: 668px;
    margin-right: 25px;
    _margin-right:13px;
    /*border: 1px solid #000;*/
}
.cur-pos{
    font-size: 12px;
    text-align: left;
    color: #9c9692;
}
.r-main{
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    padding-bottom: 20px;
    border-top: 1px dashed #cdbfb3;
    border-bottom: 1px dashed #cdbfb3;
}
.r-main .ul-one{
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}
.r-main .ul-one .li-one{
    overflow: hidden;
    zoom: 1;
    width: 100%;
    margin-top: 22px;
}
.r-main .ul-one .li-one a{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 450px;
    /*
    padding-left: 73px;
    background: url(../../images/sccm2/r-list-icon.png) 0 center no-repeat;
    */
}
.r-main .ul-one .li-one a:hover{
    text-decoration: underline;
}
.date{
    float: right;
    color: #9c9692;
}
.page-box{
    overflow: hidden;
    zoom: 1;
    height: 86px;
    text-align: center;
    background: url(../../images/sccm2/pagebox-bg.png) center 0 repeat-y;
}
.page-btn{
    float: right;
}
.page-btn a{
    margin: 0 5px;
    font-size: 12px;
    color: #a4a4a4;
}
.page-btn a.cur-page{
    color: #ff4b5a;
}
.page-btn a.prev-btn,a.next-btn{
    margin: 0;
}
/*footer*/
.footer{
    overflow: hidden;
    zoom: 1;
    height: 86px;
    text-align: center;
    background-color: #e69c6b;
}
.footer p{
    margin-top: 9px;
    font-size: 12px;
    color: #ffffff;
}

/*艺术画廊列表相关*/
.ys{
	width:120px;
	height:190px;
	float:left;
	margin-left:12px;
	_margin-left:6px;
	margin-top:15px;
}
.ys ul{
	padding:0px;
	margin:0px;
}
.ys ul li{
	list-style:none;
	float:left;
}
.ys_li1{
	height:150px;
}
.ys_li1 img{
	width:120px;
	height:150px;
}
.ys_li2{
	width:100%;
	text-align:center;
	background: #D8E0CB;
}

/*拼音*/
#firstLetterLink {
    float: left;
    width:100%;
}
.letter {
    font-size: 13px;
    text-align: center;
    color:#40484A;
    margin: 5px 3px;
    border: 1px solid #E9EAEB;
    width: 17px;
}
/* 文献类型 */
.literature{
	float: left;
}
.literature p{
	margin-right: 20px;
	float: left;
}
.literature a{
	margin-right: 5px;
	margin-bottom:5px;
	padding:0 5px;
	border:1px solid #E9EAEB;
	float: left;
}
.dh-title{
	width: 100%;
	height: 60px;
}
.title-img{
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 60px;
    line-height: 60px;
    background: url(../../images/sccm2/dh.png) 0 6px no-repeat;
    padding-left: 55px;
    font-size: 22px;
}
.secondLi{
	background: none;
	margin-left:15px;
	margin-top: 10px;
}
.firstLi{
	font-size:18px;
}