ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:hover,
a:focus {
    color: #444;
    text-decoration: none;
}
/* 顶部 */
.welcomeBar {
    background-color: #E9E9E9;
}
.welcomeBar > div {
    height: 40px;
    padding: 10px 0;
    color: #767676;
    font-size: 14px;
}
.welcomeBar span {
    float: left;
}
.welcomeBar li {
    list-style: none;
    float: right;
    padding: 0 16px;
    font-size: 14px;
}
.welcomeBar li.jumpLogin {
    border: 1px solid #767676;
    border-top: none;
    border-bottom: none;
}
.welcomeBar a {
    color: #767676;
}
.searchBar > .container{
    padding: 15px 0;
    height: 90px;
}
.searchBar img {
  float: left;
}
/* 时间样式 */
.date {
    color: #999;
    font-size: 12px;
}
/* 弹性盒子 */
.flexbox {
    display: flex;
    justify-content: space-between;
}
/* banner图 */
.bannerImg > img{
    width: 100%;
    height: 200px;
}
/* 搜索框 */
.searchBar .form-control {
    width: 220px;
    height: 30px;
	text-align: left;
}
/* 按钮样式 */
.btn {
    padding: 5px 20px;
    border-radius: 2px;
}
.btn>span.glyphicon {
    color: #fff;
}
.btn>span.glyphicon {
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
/* container */
.container {
    width: 1200px !important;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
/* 一级标题 */
.container h2 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}
.container h2 .vline {
    display: inline-block;
    width: 0;
}
.container h2 .vline.first-line {
    height: 25px;
    border-right: 5px solid #FD705D;
}
.container h2 .vline.second-line {
    height: 14px;
    border-right: 5px solid #0063AE;
}
.container h2 .english {
    color: #e9e9e9;
}
.container h3 {
    font-size: 20px;
}
/* navbar样式 */
.navbar {
    border: none;
    margin-bottom: 0;
}
.navbar-nav>li>a {
    padding: 0;
    line-height: normal;
}
.nav>li>a:focus, 
.nav>li>a:hover {
    background-color: transparent;
}
/* tabs样式 */
.nav-tabs {
    border-bottom:none !important;
}
.nav-tabs a {
    border: none !important; 
    padding: 0 !important;
    margin-right: 0 !important;
}
.nav-tabs a,
.nav-tabs a:hover {
    color: #444;
    text-decoration: none;
}
.nav-tabs>li>a:hover {
    background: none !important;
}
/* 轮播图样式 */
.swiper-slide {
    position: relative;
}
.swiper-slide .text {
    position: absolute;
    height: 50px;
    bottom: 0;
    text-align: center;
    padding: 7px 11px 0;
    color: #fff;
    font-size: 14px;
    background-color: rgb(0,0,0,.4);
	width: 291px;
}
.swiper-slide-active .text {
    /* height: 100%;
    display:table; */
}
/* 多行文本溢出 */
.ellipsis-text {
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ellipsisText {
  position: relative;
  overflow: hidden;
}
.ellipsisText::after {
  content: "";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 20px;
  background: -webkit-linear-gradient(left, transparent, #fff 55%);    /* #fff为遮罩颜色，下同↓ */
  background: -o-linear-gradient(right, transparent, #fff 55%);
  background: -moz-linear-gradient(right, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%);
}
.swiper-slide .text span {
    -webkit-line-clamp: 2; 
}
.swiper-slide-active .text span {
    /*display: table-cell;
    vertical-align: middle;*/
}
/* 列表样式 */
.list-group .list-group-item {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #ddd;
}
/* 列表下媒体样式 */
.list-group-item .media-heading {
    display: inline-block;
    width: 531px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}
.list-group-item .media-object {
    width: 220px;
    height: 124px;
    border: 1px dashed #e9e9e9;
}
.list-group-item .media-body .date {
    margin: 10px 0;
}
.list-group-item .media-body a {
    color: #0063AE;
    font-size: 14px;
}
.list-group-item .media-body p {
    height: 60px;
}
/* 黄色标记线 */
.yellowline {
    display: flex;
    align-items: center;
}
.yellowline>span {
    flex-grow: 1;
    border-top: 2px dotted #FD705D;
}
/* 图文详情样式 */
.imgtext>div {
    width: 100%;
    line-height: 30px;
}
.imgtext img {
    float: left;
    width: 453px;
    height: 248px;
    margin-right: 16px;
}
.imgtext p {
    margin-bottom: 0;
    text-indent: 28px;
}
/* 分页 */
.Page {
    text-align: right;
    font-size: 12px;
}
.Page span:first-child {
    letter-spacing: 18px;
    margin-right: 10px;
}
.Page span {
    display: inline-block;
}
.Page a {
    display: inline-block;
    width:32px;
    height:32px;
    padding: 6px 12px;
    margin-left: 10px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 2px rgba(0,0,0,0.16);
}
.Page a.active {
    font-weight: bold;
    box-shadow: none;
}
.Page .pageBtn {
    width: auto;
    padding: 0;
    box-shadow: none;
    color: #0063AE;
}
/* 查看详情样式 */
a.looklink {
    color: #0063AE;
}
ul.filelist {
    padding: 0 20px;
}
ul.filelist>li {
    display: flex;
    justify-content: space-between;
	margin: 10px 0;
}
ul.filelist>li a {
    color: #0063AE;
}
/* 文档留白 */
.textcontent {
    padding: 0 36px;
    border: 1px solid #999;
    margin-top: 30px;
}
/* footer样式 */
footer {
    width: 100%;
    height: 205px;
    background-color: #0063AE;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    margin-top: 50px;
}
footer li {
    margin: 10px 0;
    text-align: center;
}