* {
  padding: 0;
  margin: 0;
   list-style: none;
}
body {
  font-family: "微软雅黑 Light";
  background-color: #E6E6E6;
}
img{
	border: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  line-height: 0;
}
a,
a:hover {
  text-decoration: none;
}
.container {
  margin: 20px auto 0;
  width: 1200px;
  font-family: "微软雅黑";
}
.container > div {
  float: left;
}
.container .content-header {
  width: 100%;
  height: 48px;
}
.container .content-header > h2 {
  float: left;
  width: 125px;
  height: 48px;
  background-color: #3B6EB8;
  box-shadow: 0 0 8px #666;
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 48px;
  color: #eaeff5;
}
.container .content-header > a {
  float: right;
  margin-right: 35px;
  line-height: 48px;
  font-size: 14px;
  color: #386eb8;
}
.container .content-header > a:hover {
  text-decoration: underline;
  color: #333;
}
.content-body > ul {
  float: left;
  width: 184px;
}
.content-body > ul > li {
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.content-body > ul > li ~ li {
  border-top: 2px dashed #386eb8;
}
.content-body > ul > li > a {
  color: #17181a;
  font-size: 16px;
}
.content-body > ul > li > a:hover {
  color: #386eb8;
  text-decoration: underline;
}
.content-body > img {
  float: left;
}
.resource-container {
  margin-right: 10px;
  width: 380px;
  height: 380px;
  background-color: #fff;
  transition: box-shadow 0.15s ease-in-out;
}

.resource-container:hover{
  box-shadow: 0 0 12px #777;
}

.search-container {
  width: 810px;
  height: 380px;
  background-image: url(../image/图书馆3_15.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.search-container > .tab > li {
  float: left;
  width: 14.26%;
  *width: 14.2%;
  height: 44px;
  text-align: center;
  line-height: 48px;
}
.search-container > .tab > li > a {
  display: block;
  position: relative;
  color: #fefefe;
  font-size: 16px;
  font-weight: bold;
}
.search-container > .tab .tab--active{
  background-image: url(../image/遮罩.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-bottom: 4px solid #386eb8;
}
.search-container .tab-content-container {
  width: 100%;
  height: 336px;
  position: relative;
}
.search-container .tab-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-container .content {
  margin: 115px auto 0;
  width: 530px;
}
.search-container .select {
  float: left;
  position: relative;
  margin-right: 4px;
  width: 100px;
  height: 32px;
  overflow: hidden;
  border: 2px solid #386eb8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#5a386EB8,endColorStr=#5a386EB8);  
  background-color: rgba(56, 110, 184, 0.3);
}

.search-container .select > span{
	margin-left: 4px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
}

.search-container .select > select {
	position: absolute;
	left: 0;
	top: 0;
  width: 100%;
  height: 100%;
	opacity: 0;
  background-color: #333;
  filter: alpha(opacity=0);
  outline: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑 Light";
}
.search-container .select > select > option {
  display: block;
  width: 100px;
  height: 32px;
}
.search-container .select > .select-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 32px;
  pointer-events: none;
	cursor: pointer;
	background-image: url(../image/下拉按钮.png);
	background-size: 100% 100%;
}
.search-container .search {
  float: left;
  height: 32px;
}
.search-container .search > input {
  float: left;
  padding-left: 4px;
  width: 320px;
  height: 32px;
  height: 31px\9;
  border: 2px solid #386eb8;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#64386EB8,endColorStr=#64386EB8);  
  background-color: rgba(56, 110, 184, 0.4);
  color: #f3e9e9;
  font-size: 14px;
  outline: none;
  line-height: 32px;
}

.search-container .search > button {
  float: left;
  width: 90px;
  height: 35px;
	border: none;
  outline: none;
  background-color: transparent;
  background-image: url(../image/搜索按钮.png);
  cursor: pointer;
}

.search-del {
    margin: 8px 0 0 390px;
}

.search-del > * {
    float: left;
    margin-right: 3px;
    color: #fefefe;
    font-size: 12px;
} 

.lab-checkbox {
    display: block;
    margin-top: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background-color: transparent;
    cursor: pointer;
}

    .lab-checkbox > div {
        display: none;
        margin: 2px auto 0;
        width: 4px;
        height: 4px;
        background-color: #fff;
    }

    .lab-checkbox > .checkbox--active {
        display: block;
    }






.news-container{
  margin-right: 10px;
  width: 415px;
  height: 380px;
  background-color: #fff;
  transition: box-shadow 0.15s ease-in-out;
  overflow: hidden;
}

    .news-container:hover {
        box-shadow: 0 0 12px #777;
    }

.news-container > .content-body > ol{
  padding: 5px 0 5px 0;
}

.news-container > .content-body > ol > li{
  padding: 0 20px 0 20px;
  height: 36px;
  line-height: 36px;
  *height: 33px;
  *line-height: 33px;
}

.new-item-stripe{
  background-color: #BCC7D6;
}

.news-container > .content-body > ol > li > a{
  display: block;
  font-size: 14px;
  color: #141516;
  *zoom: 1;
}

.news-container > .content-body > ol > li > a:after{
  content: "";
  display: table;
  clear: both;
  line-height: 0;
}

.news-container > .content-body .context{
  float: left;
  width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
   white-space: nowrap; 
}

.news-container > .content-body .time{
  float: right;
}

.news-container > .content-body ol > li > a:hover > .context{
  color: #386eb8;
  text-decoration: underline;
}

.news-container > .content-body ol > li > a:hover > .time{
  color: #386eb8;
}


.service-container{
  width: 775px;
  height: 380px;
}

.service-container > ul + ul{
  margin-top: 12px;
}

.service-container > ul > li{
  float: left;
  width: 184px;
  height: 184px;
  background-color: #333;
  transition: box-shadow 0.15s ease-in-out;
}

    .service-container > ul > li:hover {
        box-shadow: 0 0 12px #777;
    }

.service-container > ul > li > a{
  display: block;
  position: relative;
  height: 100%;
  color: #f1f4f9;
  font-size: 16px;
}

.service-container > ul > li > a > span{
  display: block;
  position: absolute;
  margin: 0 auto 0;
  bottom: 33px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.service-container > ul > li + li{
  margin-left: 12px;
}







.content-catagory, .content-artical {
    float: left;
    width: 984px;
    background-color: #fff;
    box-shadow: 0 0 15px #999;
}

.breadcrumb-container {
    float: right;
    margin-right: 37px;
    height: 47px;
}

.breadcrumb-container > * {
	float: left;
	font-size: 14px;
	line-height: 47px;
	color: #222121;
}

.breadcrumb-container > ol > li {
	float: left;
}

.breadcrumb-container > ol > a {
	color: #222121;
}

.news-list {
    width: 100%;
    clear: both;
}

.news-list > li {
	height: 40px;
	line-height: 40px;
}

.news-list > li > a {
	display: block;
	padding: 0 37px 0 20px;
	height: 40px;
	font-size: 14px;
	color: #222121;
	*zoom: 1;
}

.news-list > li > a:hover > .news-context {
	text-decoration: underline;
}

.news-list > li > a:after {
	content: "";
	display: table;
	line-height: 0;
	clear: both;
}

.news-list > li .disc {
	float: left;
	margin: 17px 16px 0 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #7e9bd0;
}

.news-list > li .news-context {
	float: left;
	width: 75%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; 
}

.news-list > li .news-date {
	float: right;
}



.content-artical{
	position: relative;
}

.artical {
    padding: 23px 36px 45px 26px;
	min-height: 460px;
    clear: both;
}

.artical img{
	max-width: 922px;
	height: auto;
}

.artical > .title {
	text-align: center;
	color: #222121;
	font-size: 18px;
	font-weight: bolder;
}

.artical > .date {
	padding: 12px 0 12px 0;
	text-align: center;
	color: #222121;
	font-size: 14px;
}

.artical > img {
	display: block;
	margin: 18px auto 18px; 
}

.artical > .context {
	text-align: justify;
	font-size: 14px;
	line-height: 23px;
	color: #676565;
	text-indent: 28px;
}

.jump {
	margin-left: 36px;
    font-size: 14px;
    color: #222121;
} 

.jump a{
	color: #222121;
}

.jump a:hover{
	text-decoration: underline;
}

.jump > div{
	margin-bottom: 22px;
}

.page{
	margin-bottom: 26px;
	text-align: center;
	color: #222121;
	font-size: 14px;
}

.jump-page{
	position: absolute;
	bottom: 26px;
	right: 36px;
	font-size: 14px;
	color: #222121;
}

.jump-page a{
	color: #222121;
}

.jump-page a:hover{
	text-decoration: underline;
}
.page-nav{
  height:30px;
  width:auto;
  padding:25px 0;
  position: relative;
  left: 4%;
}
.page-nav a{
  font-size:12px;
  display:block;
  border:1px solid #c5c5c5;
  color:#4e4e4e;
  float:left;
  width:45px;
  height:30px;
  text-align:center;
  line-height:30px;
  border-radius:5px;
  margin-right:10px;
}
.page-nav a{
  display:block;
  color:#4e4e4e;
}
.page-nav a:hover{
  background:#3461A2;
  border-color:#3461A2;
  color:#fff;
}
.page-nav>span{
  display:block;
  text-align:center;
  font-size:10px;
  width:120px;
  height:30px;
  color:#c0c0c0;
  border:1px solid #c5c5c5;
  float:left;
  line-height:30px;
}


.dis{
  display: block;
}

.undis{
  display: none;
}

.tab_ul li{
    float: left;
    width: 138px;
    height: 48px;
   
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 48px;
}

.tab_ul li a{
  color: rgb(59, 110, 184);
}

.tab_current{
  background-color: rgb(59, 110, 184);
  box-shadow: rgb(102, 102, 102) 0px 0px 8px;
}

.tab_current a{
  color: rgb(234, 239, 245)!important;
}
