
/* CSS Document */

body, img {
   
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

a:active,
a:hover,
a:focus,
a:visited {

    text-decoration: none;
}

.icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 14px;
    right: 10px;
}

.icon-arrow.open {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.icon-arrow.close {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.icon-arrow:before {
    content: '\25BC';
}

.link {

    padding-left: 30px;

}

.wz {

    padding-bottom: 30px;
    margin-top: 37px;
    color: rgba(24, 24, 24, 0.97);
    font-size: 15px;
    float: right;
    padding-right: 3.3%;
    letter-spacing: 1px;

}

.wz img {

    width: 20px;
    height: 20px;

}

/*µ¼º½*/
ul {
    list-style: none;
}

.nav1 > li {
    position: relative;
    float: left;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
}

ul a {
  
    text-decoration: none;

    height: 50px;

    color: black;

}

.nav1 li a:hover {
    color: #1dd2af
}

.nav1 li .ok {
    color: #1dd2af;
}


.drop-down {
    /*position: relative;*/
    height: 60px;
    overflow: hidden;
    padding-top: 20px;
    z-index: 9999
}

.drop-down-content {
    margin-left: 25px;
    background-color: white;
    font-size: 15px;
}

h3 {
    font-size: 30px;
    clear: both;
    /*            position: relative;
                z-index: -1;*/
}

.nav1 li a em {
padding: 0  14px!important;
color: #d6d6d6;
}
.list1{


padding-left: 95px;

padding-top: 20px;

}
.drop-down-content li:hover a {

    background-color: #1dd2af;
    color: black;
}

.nav1 .drop-down:hover {
    overflow: visible;

}

.nav1 {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    display: block;
    z-index: 100;
    overflow: visible;
    position: fixed;
    top: 26px; /* position fixed for IE6 */
    _position: absolute;
    background-color: white;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;

}



.bottomArrow {

    border-top: 8px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 5px;
    width: 0;
    height: 0;

}

.news-page {
	border:1px solid #ccc;
    padding: 20px;
	margin-bottom: 20px;
	background: #f7f7f7;
}

.archive-content li {
    height: 40px;
    line-height: 40px;
    padding: 10px 0;
    border-bottom: 1px dashed #DDD;
}

.archive-content li h4 {
   
    font-size: 14px;
    padding-left: 1%;
}

.archive-list span {
    float: right;
    font-size: 13px;
    color: #666;
    padding-right: 5%;
}

.page-header {
    margin-bottom: 20px;
}

.page-header h2 {

    font-size: 24px;
    font-weight: 500;
    color: #333;
    padding-bottom: 20px;
}
.archive-list {
    min-height: 200px;
}
.tilte_new h4{
    font-size: 13px;
}

.erji li  a{

font-size:12px;height: 30px;

}


.erji  li{


line-height: 30px;
font-size:12px;height: 30px;

}


