.main {
    height: 1748px;
    margin-top: 26px;
    margin-bottom: 20px;
}

.main .article1 {
    width: 770px;
    height: 100%;
    border: 1px solid #dddddd;
    background-color: #fff;
    padding: 0 20px;
    overflow: hidden;
}

.main .article-header {
    width: 100%;
    height: 110px;
    border-bottom: 1px dashed #e4e4e4
}

.main .article-header span {
    display: inline-block;
    height: 14px;
    padding-top: 20px;
    font: 14px "微软雅黑";
    color: #404040
}

.main .article-header h3 {
    /*height: 70px;*/
    font: 700 24px Microsoft YaHei;
    line-height: 25px;
    color: #3c3c3c;
	padding: 20px 0px 20px 0px;
}

.main .article-header p {
    font: 14px Microsoft YaHei;
    color: #777777;
}

.main .article-content {
    padding-top: 0px
}

.main .article-content p {
    font: 16px Microsoft YaHei;
    color: #5d5d5d;
    text-indent: 32px;
    margin-bottom: 28px;
	line-height:30px;
}

.main .article-content img {
    display: block;
    margin: auto;
    /*padding-bottom: 20px;*/
}
.main .aside {
    width: 356px;
    height: 100%;
    background-color: #fff;
    margin-left: 12px;
}

.aside-box {
    width: 356px;
    height: 336px;
    border: 1px solid #dddddd;
    border-top: 2px solid #0089e6;
    margin-bottom: 10px;
}

.main {
    background-color: #fff;
}

.main-top {
    margin: 28px 0 40px;
}

.main > .main-in {
    width: 100%;
    height: 284px;
    box-sizing: border-box;
    padding: 12px 9px;
    margin-bottom: 14px;
    border: 1px solid #e9e9e9;
    margin-top: 34px;
}

.main .container {
    width: 374px;
    height: 273px;
    margin-right: 19px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    /*background-color: red;*/
}

.main .container .main-in-header {
    width: 374px;
    height: 40px;
    position: relative;
}

.main .container .main-in-header h4 {
    float: left;
    width: 111px;
    height: 48px;
    line-height: 40px;
    background: url("../images/rectangles.png") no-repeat;
    background-size: 100%;
    text-align: center;
    color: #ddeafa
}

.main .container .main-in-header span {
    float: left;
    display: block;
    width: 261px;
    height: 40px;
    border: 1px solid #e9e9e9;
    background-color: #efefef;
}

.main .container .main-in-header a {
    position: absolute;
    top: 10px;
    right: 16px;
    color: #0089e6
}

.main .container-img {
    width: 374px;
    height: 82px;
    margin-top: 8px;
    margin-left: 10px
}

.main .container-img .container-in {
    float: left;
    box-sizing: border-box;
    width: 240px;
    height: 82px;
    padding: 8px;
    font: 14px Microsoft YaHei;
}

.main .container-img img {
    width: 127px;
    height: 82px;
    float: left;
    padding: 8px 0;
}

.main .container-img h4 {
    margin-bottom: 8px;
    font: 700 14px "Microsoft YaHei";
    line-height: 25px;
    display: -webkit-box;
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
    /*overflow: hidden;*/
}

.main .container-img p {
    height: 60px;
    font: 14px "Microsoft YaHei";
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main .container ul {
    width: 374px;
    height: 100px;
    padding-top: 20px;
    margin-left: 10px;
}

.main .container ul li {
    height: 30px;
    padding: 0 10px;
    font: 14px "Microsoft YaHei";
    position: relative;
}

.main .container ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 10px;
    background-color: #003e85;
    left: 0px;
    top: 5px;
}