html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 15px;
    vertical-align: baseline;
    background: transparent;
}

/*body {
    line-height:1;
}*/
@charset "utf-8"

:focus {
    outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

img {
    vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a, span, b, p,h1,h2,h3,h4,h5,div {
    font-family: Microsoft YaHei;
    color: #363635;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    outline: medium none;
}

input {
    padding: 0;
}

input, select {
    vertical-align: middle;
}

li {
    list-style: none;
}

body {
    min-width: 1200px;
    overflow-x: hidden;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.clearfix::after {
    display: block;
    content: '';
    height: 0;
    width: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.top_item {
    background-color: #AE0001;
    width: 100%;
    padding: 20px 0;
}

.top_item .logo {
    float: left;
}

.top_item .search {
    float: right;
}

.top_item  .search {
    width: 200px;
    height: 27px;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 15px;
 overflow: hidden;
}

.top_item  .search input.ssk {
    width: 80%;
    height:27px;
    border: none;
    border-radius: 5px;
    float: left;
    text-indent: 1em;

}

.top_item  .search .submit {
    width: 20%;
    background: none;
    border: none;
    float: right;
    background: url(../images/ss.png) no-repeat center;
    height: 27px;
    border: none;
    outline: none;
}

.logo_item {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.logo_item a {
    display: block;
}

.nav_item {
    background-color: #D60000;
    /*padding: 10px 0;*/
    overflow: hidden;
    width: 100%;
    height: 50px;
}

.nav_item a {
    display: block;
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    padding: 14px 41px
}

.nav_item a:hover {
    background-color: #AE0001;
}

.com_name {
    border-bottom: 3px solid #D0D0D0;
    height: 40px;
}

.com_name span {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    display: block;
    float: left;
    border-bottom: 3px solid #D60000;
    /*padding-bottom: 14px;*/
    padding:0 10px 13px 10px;
}

.com_name  a {
    color: #ECA847;
    font-size: 15px;
    float: right;
    margin-top: 5px;
}

.com_name a:hover {
    color: #D60000;
}

.mar_top30 {
    margin-top: 30px;
}

.mar_top20 {
    margin-top: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.footer {
    width: 100%;
    background: #AE0001;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-top: 20px;
}

.footer div {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding: 39px 0 30px 0;
    line-height: 36px;
}

.footer div a {
    font-size: 16px;
    color: #ffffff;
}


.location{
    background-size: 8.5%;
    padding-left: 20px;
    font-size: 16px;
    background: url(../images/loc.png) no-repeat center left;

}
.location a{
    font-size: 16px;
}
.location a:hover{
    color: #AE0001;
}


.list_con {
    width: 100%;
}


.list_con .con {
    display: block;
    font-size: 15px;
    height: 39px;
    line-height: 39px;
    letter-spacing: 0px;
    color: #565859;
    width: 100%;
    position: relative;
margin:1px 0;
}
 .list_con .con::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #D60000;
}
 .list_con .con .c {
    display: block;
    padding-left: 18px;
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    max-width: 74%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

 

 .list_con .con:hover .c {
    color:#D60000;
}

 .list_con .con .t {
    display: block;
    font-size: 16px;
    float: right;
    color: #a9a9a9;
}