﻿.template {
    background-color: rgb(244, 244, 244)
}

.template a {
    position: relative;
    top: -200px;
}

.anchorStyle {
    margin: 0 auto;
    height: 60px;
    position: fixed;
    width: 100%;
    top: 128px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.anchor .cur{
    color: #3CD52D
}

.anchorStyle>span {
    color: #ffffff;
    margin: 0 20px;
    line-height: 60px;
    cursor: pointer;
}

.anchorStyle>span:hover {
    color: #3CD52D
}

.title>img {
    width: 100%
}

.title {
    width: 100%;
    background-color: antiquewhite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-first {
    margin: 130px 0 0 0 !important;
}

.title-first>img {
    width: 100%;
}

.title-1,
.title-2 {
    width: 1200px;
    height: 300px;
    display: block;
    margin: 20px auto
}

.title-1 {
    background-color: rgb(83, 50, 7);
}

.title-2 {
    background-color: aqua
}

.item {
    width: 1200px;
    /* background-color: antiquewhite; */
    margin: 0 auto;
    height: auto;
    display: flex
}

.item-left,
.item-right {
    width: 580px;
    padding: 10px
}

.itemBig {
    height: 450px;
    border-radius: 12px;
    margin: 10px 0;
    color: rgb(163, 163, 163);
    background-color: rgb(255, 255, 255)
}

.itemBig>img {
    width: 580px
}

.itemSmall>img {
    width: 382px
}

.itemBig>p {
    padding: 5px 5px 5px 20px
}

.itemBig>:nth-child(2) {
    color: black;
    font-weight: 500
}

.itemSmall {
    height: 220px;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    margin: 10px 0;
    display: flex
}

.itemSmall>div {
    width: 145px;
    padding: 19px
}

.itemSmall>div>h3 {
    margin: 10px 0;
}

.itemSmall>div>p {
    color: rgb(163, 163, 163);
}