ï»¿/*html {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}*/

.info-panel {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #d2d2d2;
}

.info {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.red-block {
    display: block;
    width: 10px;
    height: 30px;
    background: #d70011;
    position: absolute;
    top: 11px;
}

.inside-info {
    position: absolute;
    top: 16px;
    margin-left: 20px;
    font-size: 13px;
}

.font-red {
    color: #d70011;
}

.group-report,
.party-build {
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

.title-sm {
    margin: 30px auto 20px;
    text-align: center;
    color: #af1515;
}

.gr-line {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.g-line {
    display: block;
    width: 150px;
    height: 2px;
    background: #d2d2d2;
}

.r-line {
    display: block;
    width: 60px;
    height: 4px;
    background: #d70011;
}

.group-report-title {
    display: block;
    margin: 20px auto;
    text-align: center;
    letter-spacing: 1.5em;
    text-indent: 30px;
}

.group-report-info {
    width: 1000px;
    height: 352px;
    margin: 0 auto;
    display: flex;
}

.group-report-info img{
    width:657px;
}

.group-report-text {
    display: block;
    width: 100%;
    background: #af1515;
    color: #fff;
    padding: 40px 26px 20px;
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}


.group-report-text .more-btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    right: 26px;
    border: 2px solid #cb6868;
    text-align: center;
}

.group-report-text .more-btn a,
.group-report-text .more-btn a:visited,
.group-report-text .more-btn a:hover{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.group-report-piclist {
    width: 1000px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.group-report-piclist .active {
    border: 5px solid #af1515;
}

.group-report-piclist .triangle {
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #af1515;
    position: absolute;
    top: -20px;
    left: 65px;
}

.important-reomm {
    width: 100%;
    background: #f6f6f6;
    padding: 30px 0;
}

.important-reomm-title,
.party-build-title {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.important-reomm-list {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


.important-reomm-list h5 {
    margin: 12px 0;
    color: #af1515;
	text-align:center;
}

.important-reomm-list span {
    display: inline-block;
    width: 93%;
    margin: 5px 0;
    font-size: 14px;
    color: grey;
line-height:25px;
}

.important-reomm-list .more-btn {
    width: 100px;
    height: 30px;
    line-height: 25px;
    border: 2px solid #d2d2d2;
    text-align: center;
    color: grey;
}

.important-reomm-list .more-btn a,
.important-reomm-list .more-btn a:visited,
.important-reomm-list .more-btn a:hover{
    text-decoration: none;
    color: grey;
    cursor: pointer;
}

.party-build-info {
    width: 1000px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.party-build-left {
    /*width: 668px;/
	width: 1000px;
    height: auto;
}


.party-build-right {
    width: 332px;
    position: relative;
}

.party-build-right-mask {
    width: 332px;
    height: 50%;
    position: absolute;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    color: #fff;
    z-index: 98;
}

.party-build-right-text {
    width: 332px;
    height: 50%;
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 99;
}

.party-build-right-text h5 {
    margin: 10px 0;
    padding: 0 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.party-build-right-text span {
    width: 332px;
    margin: 30px 0;
    padding: 0 20px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: inline-block;
    overflow: hidden;
    position: relative;
    line-height: 1.4em;
    height: 2.8em;
}

.party-build-right-text span:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 15px 1px 45px;
    /*background: url(http://newimg88.b0.upaiyun.com/newimg88/2014/09/ellipsis_bg.png) repeat-y;*/
}

.party-build-right-text .more-btn {
    width: 100px;
    height: 30px;
    line-height: 25px;
    border: 2px solid #d2d2d2;
    text-align: center;
    color: #fff;
    background: none;
    float: right;
    margin-right: 10px;
}

.party-build-right-text .more-btn a,
.party-build-right-text .more-btn a:hover,
.party-build-right-text .more-btn a:visited{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.pb-png {
    width: 255px;
    height: 178px;
}

#demo1 {
    width: 255px;
    height: 200px;
    overflow: hidden;
}

.pic-list {
    display: flex;
}

.pb-news,
.pb-news ul {
    margin-left: 20px;
    font-size: 16px;
}

.pb-news a,
.pb-news a:hover,
.pb-news a:visited
{
    color:#000;
    text-decoration:none;
    cursor:pointer;
}

.pb-news h5 {
    font-size: 16px;
}

.hot-point-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    color: #af1515;
    font-size: 12px;
}

.hot-point-title h5 {
    font-size: 16px;
}

.hot-point-title a, a:link, a:visited, a:hover {color: #000000;}

.pb-news li {
    margin: 10px 0;
}


.hot-point-news-panel {
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    align-items: center;
}

.hot-point-news {
    width: 45%;
    height: 30px;
    /*margin: 10px;*/
    display: flex;
}

.date-panel {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: #af1515;
    text-align: center;
}

.date-panel span {
    font-size: 12px;
    color: #fff;
}

.date-panel span:first-child {
    font-size: 16px;
}

.news {
    /*width: 200px;*/
	width:100%;
}

.news a, a:link, a:visited, a:hover {color: #000000;}

.news span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.news span:first-child {
    font-size: 14px;
}

.blue-indicators {
    bottom: -5px;
    text-align: right;
    right: -150px;
}


.blue-indicators li {
    width: 30px;
    height: 5px;
    background: grey;
    border: none;
    border-radius: 0;
    margin: 0 5px;
    display: inline;
}

.blue-indicators .active {
    background: blue;
}

footer {
    background: #8a0606;
}

.quick-nav {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.quick-nav h5 {
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.quick-nav div {
    width: 240px;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact ul {
    margin: 0 auto;
}


.contact li {
    list-style: none;
    margin: 8px 0;
}

.right-line {
    display: block;
    width: 2px;
    height: 100px;
    background: #9f1313;
}

.qrcode {
    position: relative;
}

.qrcode-img {
    width: 120px;
    height: 120px;
    float: right;
    border: 10px solid #fff;
}

.qrcode .triangle {
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #fff;
    transform: rotate(180deg);
    position: absolute;
    right: 50px;
    top: 120px;
}

.qrcode span {
    position: absolute;
    right: 35px;
    top: 130px;
    text-align: center;
    font-size: 12px;
}

.com-tel {
    background-color: #8a0606;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    text-align: center;
color:#ffffff;
}

<!--ºÄÊ±1775407273.0049Ãë-->