﻿/* 下面开始列表页 */
.breadcrumb{
	margin-top: 15px;
    height: 43px;
    background: #ffffff;
    margin-bottom: 15px;
    padding: 0 30px;
    line-height: 43px;
    font-size: 15px;
    color: #333;
    width: 1140px;
    margin: 10px auto 10px auto;
	
}
body{
	background-color: #ececec;
}
.list-title-box>h3{
    /* font-family: '微软雅黑'; */
    font-size:20px;
    width: 170px;
    height: 53px;
    font-weight: 200;
    /* padding: 10px 20px; */
    line-height: 53px;
    text-align: center;
    background-color: #499DDE;
    color: #ffffff;
    padding-left: 12px;

}
.list-title-box>h3>img{
    width: 18px;
    height: 18px;
}
.list-title-box>h3>a{
    color: #fff;
}
.list-title-box>ul>li{
    margin-top: 3px;
    background-color: #ffffff;
}
.list-title-box>ul>li>a{
    /* font-family: '微软雅黑'; */
    font-size:20px;
    display: block;
    width: 182px;
    border-radius: 2;
    height: 53px;
    font-weight: 200;
    /* padding: 10px 20px; */
    line-height: 53px;
    text-align: center;
    
    color: #499DDE;
}
.list-title-selected{
    background-color: #E8F9F8!important;
    box-shadow: 3px 3px 1px 1px rgb(216, 214, 214)!important;

}
.list-link-box{
    width: 1000px;
}
.list-link-title{
    position: relative;
    padding-left: 44px;
    margin-top: 12px;
}
.link-tile-bottom{
    height: 5px;
    width: 1000px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}
.list-link-title>h3{
    font-size:22px;
    font-weight: 400;
    /* width: 170px; */
    color: #0464B6;
    height: 32px;
    padding: 10px auto;
    border-bottom: solid 5px #499DDE;
    display: inline-block;
    z-index: 2;
}
.lists-link{
    padding:35px 55px 55px 55px;
    background-color: #ffffff;
    margin-top: 6px;
    min-height: 420px;
	margin-bottom: 20px;
}
.lists-link>div>ul>li>a{
    display: inline;
    font-size: 15px;
    line-height: 37px;
    height: 37px;
    width: 690px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.lists-link>div>ul>li{
    border-bottom: dashed 2px #cecccc;
    display: block;
    padding-left: 2px;
    margin-top: 6px;
}
.lists-link>div>>ul{
    list-style-image: url('http://wgyxy.zjhu.edu.cn/imgs/list-icons/before-list.png');
}
span.list-time{
    float: right;
    font-size: 15px;
    color: #797979;
	    line-height: 37px;
}
.lists-link>div>ul>li>span{
    margin-right: 3px;
}
.lists-page{
    margin-top: 15px;
    height: 43px;
    background: #ffffff;
    margin-bottom: 15px;
    padding: 0 30px;
    line-height: 43px;
    font-size: 15px;
    color: #333;
    width: 940px;
    text-align: center;
    margin: 10px auto 10px auto;
    margin-bottom: 30px;
}
.lists-link a:hover,
.breadcrumb>a:hover,
.lists-page>a:hover{
    color: #499DDE;
    transition: all 0.3s;
}
/* 下面开始内容页 */
.list-content-box{
    background-color: #ffffff;
    width: 900px;
    /* height: 400px; */
    padding: 55px 50px;
}
.list-content-box>h3{
    font-size:20px;
    font-weight: 500;
    text-align: center;
}
.news-info{
    height: 26px;
    background: #f5f5f5;
    line-height: 26px;
    text-align: center;
    color: #999999;
    font-size: 13px;
    margin:15px auto;
    /* width: 900px; */
}
.list-contents-neirong{
    /* 这里是内容的样式 */
    font-size: 15px;
    text-align: justify;
    margin-top: 20px;

}
.list-contents-neirong span{
    font-family: '微软雅黑'!important;
    font-size: 16px!important;
}

.list-content-page-nav{
    background-color: #ffffff;
    /* height: 1px; */
    width: 900px;
    padding: 10px 50px;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}
.list-content-page-nav>a:hover{
    color:#499DDE ;
    transition: all 0.3s;
}