/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	background: transparent;
	z-index:999;
	width:100%;
	/* border-bottom:3px solid #0064B2; */
}
.main-header.page-header{
	background-color: #0064B2;
    padding-bottom: 9px
}

.auto-container {
    position: static;
    max-width: 1400px;
    padding: 0px 15px;
    margin: 0 auto;
}

.main-header .header-upper{
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	color:#677c91;
	padding-top:0px ;
	padding-bottom:15px;
	background: transparent;
}

.main-header .header-upper .logo{
	position:relative;
	float:left;	
}

.main-header .header-upper .logo img{
	padding-top: 20px;
	max-width: 300px;
	display:inline-block;	
}

.btn-find, .btn-find:hover{
    color: #fff;
    background-color: #0064B2;
    border-color: #0064B2;
}


/* 首页header */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;

    max-width: 1400px;
    margin: 0 auto;
}

.header .header-left {
    display: flex;
    align-items: center;
}

.header .header-left .logo {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.header-choose {
    border-bottom: 2px solid #0072BB;
    color: #0072BB;
}

.header-choose a {
    color: #0072BB !important;
}

.header ul li a{
    color: #333;
}

.header ul li:hover a{
    color: #0072BB !important;
    text-decoration: none;
}

.header ul li {
    display: inline;
    padding: 5px 15px;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: bold;
}

.null-data {
    display: block;
    margin: 20px auto;
    width: 400px;
    height: 400px;
    background: url(../../images/jiaoYuKeYan/null-data2.png) top center no-repeat;
}

.btn-rounded {
    border-radius: 50px;
}

.modal-backdrop.fade{ filter: alpha(opacity=0); opacity: 0; }
.modal-backdrop.in{ filter: alpha(opacity=50); opacity: .5; }


/* 首页 */
.content .middle {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.middle .notice {
    padding: 5px 10px ;
    border-bottom: 3px solid #0072BB;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
}

.middle .notice-content {
    box-shadow: 0px 0px 4px 0px rgba(132, 168, 194, 0.29);
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    min-height: 250px;
    border-radius: 5px;
}

.middle .notice-content .new:last-child {
    margin-bottom: 0;
}

.new {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.new .new-date {
    background-color: #045797;
    color: #ffffff;
    padding: 3px 20px;
    width: 80px;
    height: 30px;
    text-align: center;
    font-weight: bold;
}

.new .new-part {
    margin-left: 15px;
    width: calc(100% - 80px -15px - 20px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new .new-part a {
    color: #333;
}

.process {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project {
    width: 120px;
    height: 80px;
    border: 1px solid #0072BB;
    border-radius: 8px;
    font-size: 20px;
    margin: 5px 20px 5px 0px;
    padding: 10px 0;
    line-height: 1em;
    text-align: center;
    background-color: #ffffff;
}

.project .project-sign {
    font-size: 30px;
    color: #0072BB;
}

.project .project-content {
    margin-top: 5px;
}

.angle {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-right: 20px;
}

/* 通知公告 */
.content-title {
    position: relative;
}

.content-title .gonggao {
    position: absolute;
    color: #fff;
    font-size: 36px;
    top: 50%;
    left: 200px;
    margin-top: -27px;
}

.content-title img {
    margin: 0 auto;
    width: 100%;
}

.bulletin {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.bulletin:hover {
    text-decoration: none;
}

.bulletin .bulletin-date {
    background-color: #045797;
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
    white-space: nowrap;
}

.bulletin .bulletin-part {
    margin-left: 15px;
    color: #333;
    width: 100%;
}

.bulletin .bulletin-part .bulletin-title h5 {
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 15px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

.bulletin .bulletin-part .bulletin-cut {
    margin-top: 5px;
    width: calc(100% - 15px);
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
}

.bulletin .bulletin-part .bulletin-cut a {
    color: #333;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 16px;
    padding: 6px 5px;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 30px;
    border: 1px solid rgba(0,0,0,0.10);
    background: #ffffff;
    color: #0064B2;
    text-align: center;
    border-radius: 3px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li a:hover, .styled-pagination li a.active {
    color: #ffffff;
    background: #0064B2;
    border-color: #0064B2;
    text-decoration: none;
}

.middle .detail-title {
    padding: 25px 0;
    border-bottom: 2px solid #ddd;
    text-align: center;
}

.middle .detail {
    padding: 20px 0;
    line-height: 1.5em;
}

.null-data {
    display: block;
    margin: 20px auto;
    width: 400px;
    height: 400px;
    background: url(../../images/research/null-data2.png) top center no-repeat;
}