body {
    padding-top: 50px;
    background-color: #F5F5F5;
}

p {
    text-indent: 2em;
}
/*
@font-face{
    font-family:test;
    src: url("../font/iconfont_6635b92.ttf");
}*/

    a {
    text-decoration: none;
    font-family: test;
    font-size: 16px;
}

.starter-template {
    padding: 40px 15px;
}
/******************内容列表项**********************/
/*.itembox {
    margin: 10px 10px 10px 10px;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: auto;
}*/
.innerbox {
    border-radius: 16px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: auto;
}
.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
    margin: 1em;
    padding: 0.5em;
}
.itembox:hover{
    cursor:pointer;
}
.imgbox {
    float: left;
    width: 36%;
}

.itemimg {
    width: 96%;
    height: auto;
    border-radius: 6px;
}

.item_textbox {
    width: 60%;
}
/********列表超链接样式*********/
.itembox a {
    text-decoration: none;
    color: #000000;
}
/**********************footer*********************/
#footer {
    text-align: center;
}
#footer > p {
    margin: auto;
    color: #939393;
    font-family: test;
}
#footer > a {
        display: inline-block;
        margin: auto;
    }
#footer > a > img {
            float: left;
        }

.newlead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 6px;
}

.itembox-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
a{
    text-decoration: none;
}