/** 
 * @author wizarot
 * @version 3034-06-12;
 */

/* 重置 */
html, body {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    min-height: 100%;
    min-width: 1340px;
    position: relative;
    font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", sans-serif;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #0c226e;
}
a:focus {
    outline: 0 none;
}
p {
    margin: 0;
}
img {
    border: 0px;
}
ul, ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

/* main.htm */
.header {
    height: 182px;
}
.header .head-bg {
    height: 130px;
    background: #0c226e;
    background-size: 100%;
}

.header .head-bg .head-left {
    position: relative;
    /* margin-left: 90px; */
    line-height: 130px;
    margin: 0 auto;
    width: 1340px;
}

.header .logo {
    height: 100%;
    width: 1340px;
    margin: 0 auto;
    background: #0c226e;
}

.header .head-bg .head-left .sitelogo img{
    /* margin-top: 40px; */
}

.header .nav {
    background-color: #e3e3e3;
    border-top: 2px solid #0c226e;
    line-height: 50px;
    font-size: 18px;
}
.header .nav > div {
    width: 1340px;
    margin: 0 auto;
}
.wp_nav .nav-item {
    width: 134px;
}
.wp_nav .nav-item a {
    color: #6f7072;
    text-align: center;
}
.wp_nav .nav-item a span.item-name {
    padding: 5px;
}

.wp_nav1 .nav-item a {
    color: #6f7072;
    text-align: center;
}
.wp_nav1 .nav-item a span.item-name {
    padding: 5px;
}

.wp_nav .nav-item a.parent, .wp_nav .sub-nav .nav-item a.parent, .wp_nav .sub-nav .nav-item a.parent:hover {
    background-color: #0c226e;
    color: #fff;
}
.wp_nav .nav-item a, .wp_nav .sub-nav .nav-item a, .container .side a {
    transition: all 0.1s ease-in-out;
}
.wp_nav .nav-item .mark {
    background-color: transparent;
}
.wp_nav .sub-nav {
    border: none;
}
.wp_nav .sub-nav .nav-item a {
    font-size: 14px;
    color: #6f7072;
    background-color: #e3e3e3;
    border: none;
    text-align: center;
}
.container-main{
    width: 1340px;
    margin: 0 auto ;
    display: flex;
    flex-flow: row nowrap;
}
.container-left{
    float: left;
    width: 1167px;
}
.container-side{
    padding-top: 20px;
}

.container {
    background-color: #fff;
    width: 1340px;
    margin: 20px auto 0;
    /* padding-bottom: 120px; */
    overflow: hidden;
}
.container > div {
    float: left;
    margin-right: 20px;
}
.container > div:last-child {
    margin-right: 0;
}
.side, .side .nav-item {
    width: 180px;
}
.side .nav-item {
    z-index: 0;
}
.side a {
    display: block;
    line-height: 40px;
    font-size: 16px;
}
.side.left a {
    margin-bottom: 20px;
    background-color: #e3e3e3;
}
.side a:hover {
    background-color: #0c226e;
    filter: alpha(opacity=80);
    background-color: rgba(0, 35, 139, 0.8);
    color: #fff;
}
.side.right .text, .side.right > a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #0c226e;
    color: #fff;
}
.side.right > a {
    margin-top: 20px;
}
.side.right > div:nth-child(odd) {
    background-color: #e3e3e3;
}
.side.right > div:nth-child(even) {
    background-color: #f1f0ee;
}
.search-wrap {
    margin-bottom: 20px;
}
.search-wrap form {
    position: relative;
}
.search-wrap .keyword {
    height: 40px;
    width: 100%;
    padding: 2px 5px;
    border: 2px solid #0c226e;
    box-sizing: border-box;
    outline: 0;
    font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", sans-serif;
    font-size: 14px;
}
.search-wrap .search {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    border: 0;
    background-color: #0c226e;
    color: #fff;
    font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    cursor: pointer;
}
.friendlink select {
    width: 150px;
    height: 40px;
    border: 2px solid #0c226e;
    background-color: #0c226e;
    color: #fff;
    font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", sans-serif;
}
.container .main {
    width: 1170px;
}
.container .main > div {
    float: left;
    width: 555px;
    height: 333px;
    background-color: #f1f0ee;
}
.container .main > div.pic {
    width: 490px;
    height: 292px;
}
.container .main > div.left {
    margin-right: 10px;
}
.container .main > div.below {
    margin-top: 20px;
}

.container .main > div.l2 {
    float: left;
    width: 262px;
    height: 333px;
    background-color: #f1f0ee;
}
.container .main > div#lr {
    float: left;
    width: 555px;
    height: 333px;
    background-color: #f1f0ee;
}
.container .main > div.w100 {
    float: left;
    width: 1140px;
    height: 250px;
    background-color: #f1f0ee;
}

.picbase1 {
    max-height: 500px;
    overflow: hidden;
}
.picbase1 img {
    display: block;
}
.picbase1-content {
    left: 0;
    bottom: 34px;
    width: 1000px;
    margin: 0 auto;
    min-width: 0%;
    max-width: 100%;
    white-space: nowrap;
    position: relative;
}
.picbase1-content p, .picbase1-credit {
    display: none;
}
.picbase1-content h2 {
    text-align: center;
    border-bottom: 0;
    padding: 8px 0;
    font-size: 20px;
    background-color: transparent;
    font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", sans-serif;
}
.picbase1s::before, .picbase1s::after {
    display: none;
}
.pic {
    position: relative;
}
.pic .more {
    position: absolute;
    right: 10px;
    top: 0;
    background: url(img/more.png) no-repeat;
    width: 50px;
    height: 30px;
    display: block;
}
.wrap {
    border-top: 2px solid #6f7072;
    padding: 0 10px;
}
.wrap img {
    margin: 5px 0;
    width: 200px;
    height: 145px;
    border: 0;
}
.wrap-head {
    height: 30px;
    line-height: 30px;
}
.wrap-head .title {
    float: left;
    margin: 0;
    width: initial;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;
}
.wrap-head .more {
    margin-top: 0;
    float: right;
}
.wrap-head .more span {
    background: url(img/more.png) no-repeat;
    width: 50px;
    height: 30px;
    display: block;
}
.wrap-body {
    padding: 0 0 10px;
    box-sizing: border-box;
}
.wrap-body .wrap-list li {
    border-bottom: 1px dashed #ccc;
    line-height: 24px;
}
.wrap-body .wrap-list span {
    float: left;
    margin: 7px;
}

.content .photo-list li {
    border-bottom: 1px dashed #ccc;
    text-align: center;
    margin: 10px 12px;
    width: 30%;
    min-height: 300px;
    float: left;
}

.arrow {
    border: 5px solid transparent;
    border-left-color: #164070;
    width: 0;
    height: 0;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    background: url(img/foot.jpg) no-repeat;
    background-size: 100%;
    color: #fff;
}
.footer p {
    line-height: 20px;
}
.footer p:first-child {
    margin-top: 30px;
}

/* listcolumn.htm */
.container .main .sidebar {
    width: 200px;
    height: 100%;
    margin-right: 20px;
}
.sidebar > div:first-child {
    background-color: #0c226e;
    color: #fff;
}
.Column_Anchor {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    font-size: 16px;
}
.wp_listcolumn {
    box-sizing: border-box;
    border: none;
}
.wp_listcolumn .wp_column {
    position: relative;
}
.wp_listcolumn .wp_column::before {
    position: absolute;
    top: 11px;
    left: 10px;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #164070;
}
.wp_listcolumn .wp_column.selected::before {
    border-left-color: #fff;
}
.wp_listcolumn .wp_column a,
.wp_listcolumn .wp_subcolumn .wp_column a,
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a,
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    color: #333;
    background-position-x: 10px;
    font-weight: normal;
    font-size: 14px;
    border: none;
    transition: all 0.1s ease-in-out;
    background: none;
    background-color: transparent;
}
.wp_listcolumn .wp_column a:hover,
.wp_listcolumn .wp_column a.selected,
.wp_listcolumn .wp_subcolumn .wp_column a:hover,
.wp_listcolumn .wp_subcolumn .wp_column a.selected,
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected,
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    background: none;
    background-color: #0c226e;
    filter: alpha(opacity=80);
    background-color: rgba(0, 35, 139, 0.8);
    color: #fff;
}
.wp_listcolumn .wp_column a .column-name {
    line-height: 22px;
    padding-left: 25px;
}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
    line-height: 22px;
    padding-left: 40px;
}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
    line-height: 22px;
    padding-left: 55px;
}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
    line-height: 22px;
    padding-left: 70px;
    font-size: 14px;
}
.wp_listcolumn .wp_subcolumn {
    border: 0;
}
.wp_listcolumn .wp_subcolumn .wp_column::before {
    left: 25px;
}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column::before {
    left: 40px;
}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column::before {
    left: 55px;
}
.container .main .content {
    width: 911px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}
.content > div {
    overflow: hidden;
    margin: 0 20px;
}
.content .possplit {
    background: none;
    margin: 0 10px;
    width: 5px;
    text-indent: 0;
    display: inline-block;
    font-family: SimSun, sans-serif;
}
.content .possplit::before {
    content: ">";
}
.content .location {
    line-height: 28px;
    border-bottom: 2px solid #0c226e;
}
.content .location a:hover {
    color: #060082;
}

.wp_article_list_table td {
    border-bottom: 1px dashed #ccc;
    line-height: 40px;
    height: 40px;
}
.wp_article_list_table td span {
    float: right;
}
.wp_paging {
    margin: 5px;
}
.wp_paging li input {
    margin: 0;
}
.wp_paging li em {
    margin: 0 5px;
}
.wp_paging li a:hover {
    color: #0c226e;
}
.wp_entry {
    padding: 30px;
    box-sizing: border-box;
    font-size: 14px;
}

/* displayinfo.htm */
.container .main .content.displayinfo {
    width: 100%;
}
.article_title {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
}
.article_attri {
    color: #666;
    text-align: center;
    margin: 0 20px 20px;
    padding: 10px;
    border-top: 1px dotted #0c226e;
    border-bottom: 1px dotted #0c226e;
}
.article_content {
    line-height: 2em;
    padding: 0 20px;
}
.article_content p {
    margin-bottom: 10px;
}
.article_content img {
    border: 0;
    max-width: 100%;
}


.photo_img img {
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all .7s ease 0s;
    width: 200px;
    height: 145px;
}
.photo_img img:hover {
    box-sizing: border-box;
    border: 1px solid #023246;
    box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
}
.photo_nr {
    display: flex;
    align-items: center;
    width: 1100px;
    margin: 15px auto;
}
.informationText {
    width: 1100px;
    margin: 15px auto;
    text-align: center;
}
.informationText span {

    background: #ffffff;
    color: #1C1F86;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.photo_nr ul li {
    float: left;
    margin: 0 35px;
    line-height: 30px;
    text-align: center;
}
.photo_nr p {
    padding: 0;
    margin: 0;
}
#LeftArr {
    background: url(img/e_left.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-left: -15px;
    text-decoration: none;
    color: #323232;
}
#RightArr {
    background: url(img/e_right.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-right: -15px;
    text-decoration: none;
    color: #323232;
}
.listRotation {
    border: 1px solid #023246;
}