* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-family: 'Microsoft YaHei';
}

ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

/* position */
.position {
    margin: auto;
    max-width: 1920px;
    background-color: #f2f2f2;
    height: 36px;
}

.position .mid {
    display: flex;
    margin: auto;
    max-width: 1180px;
    height: 100%;
}

.position .homeImg {
    background: url(../images/home.png) no-repeat 11px;
    background-size: 21px 21px;
    width: 45px;
    height: 100%;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.position ul {
    display: flex;
    height: 100%;
}

.position ul li a {
    line-height: 36px;
    padding: 0 0 0 10px;
    color: #999999;
    font-size: 14px;
    /* margin-right: 10px; */
    border-right: 1px solid #d9d9d9;
}

.position ul li a.now {
    color: #005600;
    font-size: 14px;
}

.position ul li a:hover {
    color: #005600;
    font-size: 14px;
}

.position ul li a span.more {
    padding-left: 20px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

/* main */
.main {
    margin: auto;
    max-width: 1920px;
    background-color: #F7F8FA;
}

.mainMid {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 20px 0;
    max-width: 1180px;
}



.main .right {
    width: 920px;
}

.main .right h1 {
    color: #333333;
    font-size: 30px;
    height: 102px;
    line-height: 102px;
    margin-bottom: 9px;
    font-weight: bold;
}

.rightContent {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rightContent .lef {
    width: 624px;
}

.list {
    width: 100%;
    border-top: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.list li {
    padding: 20px 0;
    border-bottom: 1px solid #D7D7D7;
}

.list li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.list li .imgbox {
    width: 220px;
    height: 125px;
}

.list li .imgbox img {
    width: 100%;
    height: 100%;
}

.list .txt {
    width: 394px;
}

.list .txt h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
}

.list .txt p {
    color: #999;
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-indent: 2em;
}

.list .txt .date {
    padding-top: 5px;
    line-height: 16px;
    font-size: 14px;
    color: #999;
}

.rightContent .rig {
    width: 270px;
}

.hot {
    width: 270px;
    background: #f2f2f2;
    margin-bottom: 30px;
}

.hot h2 {
    line-height: 40px;
    font-weight: bold;
    height: 45px;
    font-size: 16px;
    color: #333;
    padding: 10px 0 0 20px;
    border-bottom: 1px solid #d9d9d9;
}

.hot .bottom {
    height: 67px;
    padding: 23px 0 0 20px;
}

.hot form {
    display: flex;
    align-items: center;
}

.hot form .text {
    width: 183px;
    height: 25px;
    color: #666;
    line-height: 28px;
    font-size: 14px;
}

.hot form button {
    width: 48px;
    height: 29px;
    background-color: #005548;
    border: none;
    color: #fff;
    font-size: 14px;
}

.media {
    width: 270px;
    background: #f2f2f2;
    margin-bottom: 30px;
}

.media h2 {
    line-height: 40px;
    height: 45px;
    font-size: 16px;
    padding: 10px 0 0 20px;
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold;
    color: #333;
}

.media p {
    padding-bottom: 15px;
    padding: 23px 0 0 20px;
    line-height: 25px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.media ul{
    padding: 0px 0 30px 20px;
}

.media ul li{
    line-height: 20px;
    font-size: 14px;
    color: #666;
    padding-left: 25px;
    background: url(../images/chuanzhen.jpg) no-repeat;
}

.media ul li.email{
    margin-top: 15px;
    background: url(../images/email.png) no-repeat 0 4px;
}