body {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-family: 微软雅黑;
    color: #222222;
    background: #fff;
    margin: 0;
    padding: 0;
    display: block;
}

a:link,
a:hover,
a:visited {
    text-decoration: none;
}
a:link,
a:visited{
  color: black;
}
a:hover {
  color:red;
}

.logo-box {
    background: url(images/bkgrnd.jpg);
}

.logo {
    background: url(images/logo.png);
    width: 1100px;
    height: 100px;
    margin: 0 auto;
}

.main_menu_box {
    width: 100%;
    height: 40px;
    background: #2a5cb1;
    margin: 0px;
}

.main_menu {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.wp_nav{
    margin: 0px;
    height: 100%;
    list-style: none;
    padding-left: 0px;
}

.wp_nav .nav-item a, .wp_nav .nav-item a:hover {
    text-decoration: none;
    color: white;
}

.wp_nav li {
    color: white;
    float: left;
    width: 135px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.wp_nav .nav-item a span.item-name {
  line-height:30px;
}

.sub-menu li {
    float: none;
}

.wp_nav> li:hover {
    height: 40px;
    background: #50371c;
}

.menu li:hover > div {
    display: block;
}

.wp_nav .nav-item a.parent {
  color:white;
}

.sub-menu-box {
    display: none;
    /*    position: absolute;    */
}

.sub-nav {
    background: #906332;
    list-style: none;
    padding: 0px;
    position: relative;
    width: 135px;
    margin: 0px;
}

.wp_nav .sub-nav .nav-item a {
    border: 0px!important;
    text-align: center;
    height: 40px;
}
.wp_nav .sub-nav .nav-item a.parent:hover {
    background: #50371c!important;
}

.wp_nav .sub-nav .nav-item .mark {
    display: none;
}

.wp_nav .sub-nav .nav-item a span.item-name {
    color: white;
    font-size: 16px;
}

.sub-menu-box-array {
    border-color: transparent transparent #2196F3;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    top: 0px;
    margin: 0 auto;
    position: relative;
}

.sub-menu li {
    line-height: 35px;
}

.sub-menu li:hover {
    background: #50371c;
}

.find-box {
    float: right;
    border-radius: 38px;
    border: 1px solid #ddd;
    height: 38px;
    overflow: hidden;
    margin-top: 30px;
    width: 200px;
}

.bt_find {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.find {
    margin-top: 10px;
    /*    height: 35px;*/
    border: 0;
    margin-left: 15px;
    font-size: 16px;
    width: 146px;
    outline: 0;
    position: absolute;
    background: #2b66ce;
    color: white;
}

.bigimg {
    width: 1100px;
    margin: 0 auto;
}

.bigimg img {
    width: 1100px;
    padding-top: 5px;
}

.content {
    width: 1100px;
    min-height:500px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.row {
    width: 100%;
    height:310px;
}

.column {
    width: 31%;
    float: left;
    margin-left: 20px;
}

.news {
    /*border: dotted 1px #2196f3;*/
    padding: 5px 15px 5px 0px;
    box-shadow: 5px 8px 28px rgba(89, 89, 89, 0.1);
    height:250px;
}

.news-title-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #2196f3;
}

.news-title {
    width: 90%;
    float: left;
    font-size: 18px;
color: #0d88fb;
}

.news-title-img {
    width: 60px;
    /*height: 23px;*/
    padding-top: 10px;
}

.news-title-more {
    width: 25px;
    padding-top: 10px;
}

.news ul {
    list-style: none;
    line-height: 25px;
    padding: 0;
    margin: 0px;
    font-size: 9pt;
}

.tail {
    height: 100px;
    background: #f3f3f3;
}

.copyright-box {
    width: 1100px;
    margin: 0 auto;
    padding: 40px;
    background: url(images/tail.png);
}

.copyright {
    width:660px;
    margin:0 auto;
}

.left {
    float:left;
    min-height: 500px;
    width: 200px;
    box-shadow: 5px 8px 18px rgba(89, 89, 89, 0.2);
}

.right{
    width: 900px;
    float: left;
    min-height: 500px;
    box-shadow: 5px 8px 18px rgba(89, 89, 89, 0.2);
}

.position {
    padding: 10px 0px 10px 20px;
}

.article {
    padding: 5px 20px 0px 20px;
}

.article-box {
  padding-top:10px;
}

.article-title {
    text-align: center;
    font-size: 20px;
    padding: 5px;
}

.article-info {
    text-align: center;
    border-bottom: solid 1px gray;
    padding-bottom: 10px;
    font-family:kaiti;
}

.article-content {
  margin-top:20px;
}

.wp_listcolumn {
  padding-left:20px;
}

.wp_listcolumn{
  border-top:0px!important;
}

.wp_listcolumn .wp_column a {
  background:white!important;
  width:80%!important;
  text-align:center!important;
}

.wp_listcolumn .wp_column a:hover {
  background:white!important;
}

.list {
    padding: 0 40px 0 40px;
}

.wp_article_list {
    padding: 0px;
    list-style: none;
}