/* 初始化CSS */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
    height: auto;
}

fieldset,
img {
    border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

table {
    border-collapse: collapse;
}

body {
    background: #fff;
    color: #333;
    font: 12px/22px "Microsoft Yahei", "微软雅黑", "Simsun", "宋体", "Arial";
}

/* 页面通用部分 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
}

a:hover,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
}

body {
    background: url(https://n.sinaimg.cn/finance/66ceb6d9/20230608/bg-answer-pc2.jpg) center top no-repeat #e6191e;
}

.head {
    margin: 260px auto 0;
    width: 1000px;
}

.head .goToHome {
    display: block;
    width: 76px;
    height: 30px;
    line-height: 30px;
    color: #e12c0e;
    font-size: 15px;
    background: #fff;
    text-align: center;
}

.main {
    margin: 10px auto 60px;
    padding: 70px 150px 70px 270px;
    width: 1000px;
    min-height: 600px;
    background: #fff;
    box-sizing: border-box;
}

.main .pagetion:first-child {
    margin-top: 0px;
}

.main .pagetion {
    margin-top: 38px;
}

.main .pagetion li {
    float: left;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #666;
    box-sizing: border-box;
}

.cur {
    background: #e12c0e;
    color: #fff !important;
    border: none !important;
}

.main .pagetion .pre {
    background: url(//n.sinaimg.cn/finance/2022/lcs/images/news_02.png?v=0.1) center center no-repeat;
    background-size: 7px 12px;
}

.main .pagetion .next {
    background: url(//n.sinaimg.cn/finance/2022/lcs/images/news_03.png?v=0.1) center center no-repeat;
    background-size: 7px 12px;
}

.main .newsList {
    margin-top: 38px;
}

.main .newsList li {
    padding-left: 10px;
    /* height: 31px; */
    background: url(//n.sinaimg.cn/finance/2022/lcs/images/news_04.png?v=0.1) left 13px no-repeat;
    background-size: 3px 3px;
    box-sizing: border-box;
}
.main .newsList li:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.main .newsList li a {
    float: left;
    width: 455px;
    line-height: 31px;
    color: #333;
    font-size: 15px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.main .newsList li a:hover {
    color: red;
}

.main .newsList li span {
    float: right;
    width: 90px;
    line-height: 31px;
    color: #333;
    font-size: 15px;
}