﻿.wrap {
    width: 1000px;
    margin: 0 auto;
}
.main1 {
    width: 1000px;
    margin-top: 10px;
}
.tip {
    width: 1000px;
    height: 33px;
    background: url(tip-bg.png) repeat-x;
}
.newspic {
    overflow: hidden;
    width: 345px;
    height: 245px;
    float: left;
    margin-top: 10px;
    border: 1px solid #d1d1d1;
}
.focusBox {
    position: relative;
    width: 345px;
    height: 245px;
    overflow: hidden;
}
.report {
    width: 645px;
    height: 245px;
    float: right;
    margin-top: 10px;
    border: 1px solid #aaaaaa;
}
.report-tit {
    width: 100%;
    height: 30px;
    background: url(report-tit-bg.png) repeat-x;
}
.report-tit-txt {
    line-height: 30px;
    width: 115px;
    display: inline-block;
    height: 29px;
    border-right: 1px solid #dad9d8;
    text-align: center;
    color: #0099ff;
    font-size: 14px;
    float: left;
    background: url(report-a-bg.png) repeat-x;
}
.report-list {
    width: 100%;
    padding: 10px 0 0 10px;
}
.Weibo{
    width: 250px;
    height: 245px;
    float: left;
}
.banner {
    width: 1000px;
    height: 51px;
    float: left;
    margin-top: 10px;
}
.slider {
    width: 158px;
    height: 545px;
    float: left;
    margin-top: 10px;
}
.main-right {
    width: 832px;
    float: right;
    height: 545px;
    margin-top: 10px;
}
.email {
    height: 214px;
    margin-top: 2px;
}
.story {
    width: 412px;
    height: 200px;
    float: left;
    border: 1px solid #aaa;
}
.story-tit {
    width: 100%;
    height: 30px;
    background: url(story-tit-bg.png) repeat-x;
}
.story-tit .story-on{
    height: 30px;
    background: url(story-tit-a.png) repeat-x;
    border-right: 1px solid #aaa;
    width: 125px;
    float: left;
    line-height: 30px;
    text-align: center;

}
.story-tit .story-on a{
    color: #0099ff;
}
.email-main {
    padding-top: 15px;
}
.story-main {
    width: 100%;
    padding: 5px 0 0 10px;
}
.tip-tit {
    width: 100%;
    height: 30px;
    background: url(story-tit-bg.png) repeat-x;
}
.tip-tit p.story-on {
    height: 30px;
    background: url(story-tit-a.png) repeat-x;
    border-right: 1px solid #aaa;
}
.tip-tit p {
    width: 125px;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.tip-tit p a{
    color: #0099ff;
}
.loop {
    width: 832px;
    height: 102px;
    float: left;
    border: 1px solid #aaa;
    margin-top: 10px;
}
.picMarquee-left {
    width: 100%;
    height: 90px;
    margin-top: 5px;
    position: relative;
    padding-left: 5px;
}
.link {
    width: 1000px;
    float: left;
    height: 57px;
    /* margin-top: 20px; */
    background: #f2f2f2;
    border: 1px solid #aaa;
    position: relative;
}
.left {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.subBox {
    height: 34px;
    margin: 10px 80px;
    overflow: hidden;
}
.right {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #333;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
.clear {
    clear: both;
}

.tip p {
    line-height: 33px;
    padding-left: 15px;
    font-size: 14px;
    color: #ff6600;
    font-weight: 700;
}
.report-list ul li,.story-main ul li {
    width: 376px;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px dotted #a7a7a7;
    background: url(/uiFramework/commonResource/image/2021091715044333572.png) 10px center no-repeat;
}
.report-list ul li a,.story-main ul li a {
    padding-left: 22px;
    color: #000;
    font-size: 14px;
}
.report-list ul li span,.story-main ul li span {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #000;
}