.no-padding {
    padding: 0;   
}
.entirety {
    width: 1200px;
}

body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6,ul, li { font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}


.full-screen-top {
    min-width: 1200px;
    background: url(../images/top-bg.png);
}
.top {
    height: 162px;
    
}

.full-screen-nav {
    background-color: #0F3D8A;
    min-width: 1200px;
}
.navbar-default {
    background-color: transparent;
    border-color: #0F3D8A;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .nav-title li a {
    color: #FFFFFF;
    border-bottom: 3px solid #0F3D8A;
}
.navbar-nav {
    text-align:center;
    float: none;
}
.navbar-default .navbar-nav li{
    display: inline-block;
    float: none;
    border-bottom: 3px solid #0F3D8A
}
 .navbar-default .navbar-nav>li:hover {
    background-color: transparent;
    border-bottom: 3px solid #1F9BE1;
 }
 .navbar-default .navbar-nav>li:hover>a {
    color: #FFFFFF;
 }
.navbar-default .navbar-nav > .active > a ,.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #FFFFFF;
    
}
.navbar-default .navbar-nav > .active {
    border-bottom: 3px solid #1F9BE1;
}


h4 {
    
    color: #0F3D8A;
    font-weight: 900;
    
}
a:hover {
    text-decoration: none;
}
.content {
    margin-top: 10px;
}
.new-top, .img-top {
    width: 100%;
    border-bottom: 3px solid #0F3D8A;
}
.content h4, .content .h4 {
    padding-left: 15px;
}
.new-top>a, .img-top>a {
    margin: 10px 0;
    color: #666666;
}
.new-con {
    margin-top: 10px;
}
.content li {
    line-height: 200%;
}
.content a {
    color: #333333;
}
.content a:hover {
    color: #0F3D8A;
}

 
 .tab-bottom {
  border-bottom: 3px solid #0F3D8A;
 }
 .tab-bottom .h4 {
  color: #0F3D8A;
     font-weight: 900;
  margin-top: 0;
 }
 .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background-color: #0F3D8A;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
 }

.thematic {
 height: 185px;
 line-height: 185px;
 background-color: #f0f0f0;
}
.thematic img {
 margin: 0 10px;
}

.elegant {
 padding-top: 15px;
 height: 300px;
}


.full-screen-link {
    min-width: 1200px;
    height: 160px;
 padding-top: 15px;
    background-color: #f0f0f0;
}
.link {
}

.full-screen-footer {
    min-width: 1200px;
    height: 180px;
 padding-top: 15px;
    background-color: #313131;
}
.footer {
 color: #FFFFFF;
 padding-top: 15px;
}
.footer-left {
    padding-right: 20px;
    line-height: 120px;
    padding-top: 13px;
}


.sidebar {
 width: 270px;
 border: 1px solid #0F3D8A;
 background-color: #FFFFFF;
 margin-bottom: 20px;
}
 .sidebar-top {
  height: 47px;
  background-image: url(../images/sidebar-top.png);
 }
 .sidebar-top h3 {
  width: 100%;
  line-height: 47px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
 }
 .sidebar-nav ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0;
 }
 .sidebar-nav li {
  padding-left: 50px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px dashed #0F3D8A;
 }
 .sidebar-nav li:hover {
  background-color: #EEEEEE;
  background-image: url(../images/sidebar-nav-li.png);
  background-repeat: no-repeat;
  background-position: 20px 15px;
 }
.list-main {
 width: 860px;
 background-color: #FFFFFF;
 padding-bottom: 20px;
 margin-bottom: 20px;
}
.list-main-header {
 border-bottom: 3px solid #0F3D8A;
}
.list-main-header .hp {
 float: right;
 padding-right: 20px;
}
.list-main-header span {
 line-height: 44px;
}
.list-main-title ul {
 padding: 15px 0;
 list-style: none;
}
.list-main-title li {
 padding-left: 30px;
 padding-right: 15px;
 border-bottom: 1px dashed #FFFFFF;
}
.list-main-title li a, .list-main-title li span {
 line-height: 40px;
 font-size: 14px;
}
.list-main-title li:hover {
 background-image: url(../images/sidebar-nav-li.png);
 background-repeat: no-repeat;
 background-position: 15px 15px;
 border-bottom: 1px dashed #0F3D8A;
}
.list-main-title li a {
 float: left;
}
.list-main-title li span {
 float: right;
}


.content-main-title {
 padding: 20px 30px;
}
.content-main-title h1 {
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 color: #0F3D8A;
}
.content-main-title .subhead {
 width: 100%;
 display: inline-block;
 color: #666666;
 text-align: center;
 padding-top: 15px;
 padding-bottom: 15px;
}