.main {
    width: 1280px;
    margin: auto;
    background: #fff;
    padding-top: 20px;
}

.position {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
}

.position a:hover {
    color: #23527c;
}

.mainTopLine {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.mainCon {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mainConLeft {
    width: 280px;
    border-right: 1px #ccc solid;
    min-height: 650px;
    margin-bottom: 20px;
}

.mainConLeft .tit {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    border-bottom: 2px #0c6a16 solid;
}

.mainConLeft .tit a {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    text-align: center;
    height: 30px;
    padding-top: 4px;
    text-decoration: none;
    cursor: pointer;
    background: #0c6a16;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}

.mainConLeft .list {
    padding-top: 20px;
    width: 100%;
}

.mainConLeft .list ul {
    margin: auto;
    width: 200px;
}

.mainConLeft .list li {
    width: 100%;
    margin-bottom: 10px;
}

.mainConLeft .list a {
    display: block;
    width: 198px;
    background: #e3f0ff;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
    border: 1px #CCCCCC solid;
}

.mainConLeft .list a:hover {
    background: #FFC;
    color: #23527c;
}

.mainConRight {
    width: 980px;
}

.mainConRight .tit {
    display: flex;
    align-items: center;
    height: 38px;
    border-bottom: 1px solid #eee;
    ;
}

.mainConRight .tit img {
    width: 40px;
    height: 40px;
}

.mainConRight .tit .txt {
    font-size: 18px;
    font-weight: bold;
}

.mainConRight>.list {
    padding: 0 22px;
    width: 100%;
    box-sizing: border-box;
}

.mainConRight>.list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mainConRight>.list .point {
    margin-right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0c6a16;
}

.mainConRight .linebox{
    width: 920px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px #ccc dashed;
}

.mainConRight>.list .title {
    display: block;
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.mainConRight>.list .title:hover{
    color: #23527c;
}

.mainConRight>.list .date {
    font-size: 14px;
}
