* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    color: #666;
}

a {
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #666;
}

ul,
ol,
li {
    list-style-type: none;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

.head {
    display: flex;
    height: 100px;
    justify-content: center;
}

.first>img {
    width: 100%;
    height: 250px;
}

#box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left {
    width: 225px;
    float: left;
}

.left .menu1 {
    margin-bottom: 10px;
}

.left .menu1 h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    font-size: 14px;
    color: white;
    background: #005197;
}

.sort li a {
    background: url(../image/dot4.png) no-repeat 5px -41px;
    color: #666;
    display: block;
    line-height: 30px;
    font-family: "微软雅黑";
    border-bottom: 1px solid #dddddd;
    padding-left: 25px;
}

.sort li.active a,
.sort li a:hover {
    color: #3a78c1;
}

.sort1 li {
    border-bottom: 1px solid #dddddd;
    background: url(../image/list_dot1.gif) no-repeat 0% 50%;
    padding-left: 13px;
    line-height: 27px;
    position: relative;
}

.news li {
    line-height: 27px;
    position: relative;
}

.news li a {
    line-height: 27px;
    color: #666;
}

.right {
    width: 940px;
    float: right;
    padding-bottom: 10px;
    line-height: 24px;
}

.detail {
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    color: #fff;
    background: #005197;
}

.right .detail h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
}

.detail .navigation {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
}

.detail .navigation a {
    color: #fff;
}

.clear {
    zoom: 1
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
}

.new_list li {
    line-height: 27px;
    padding-left: 10px;
    position: relative;
}

.new_list li h3 {
    font-size: 14px;
}

.new_list li a {
    color: #666;
    line-height: 27px;
}

.new_list li div {
    line-height: 24px;
}

.new_list li span {
    color: #999;
    z-index: 0;
    line-height: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
}

.main_words {
    overflow: hidden;
    margin-right: -1.3%;
    padding-top: 5px;
}

.main_words li {
    width: 46%;
    float: left;
    border: 1px dashed #d0d0d0;
    background: #fcfcfc;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.sort1 li a {
    line-height: 27px;
    color: #666;
}

.right_word {
    margin-left: 5%;
}

.left .menu1 .sub {
    padding: 5px 0px;
}

.touch .sub {
    padding: 5px;
    line-height: 24px;
}