#Home #content1 {
    padding-top: 100px;
    padding-bottom: 100px;
	
}
#Home #content1 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#Home #content1 .pic {
    display: block;
    width: 540px;
}
#Home #content1 .textInfo {
    margin-left: 60px;
}
#Home #content1 .textInfo .title {
    font-size: 28px;
    line-height: 40px;
    color: #333436;
    font-weight: bold;
    margin-bottom: 20px;
}
#Home #content1 .textInfo .text {
    font-size: 16px;
    color: #333436;
    font-weight: 300;
    line-height: 40px;
}
#Home #content1 .textInfo .button {
    margin-top: 15px;
	display: block;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.button .txt {
    font-size: 18px;
    color: #333436;
    font-weight: bold;
    line-height: 40px;
}
.button .arrow {
    width: 24px;
    height: 12px;
    display: block;
    margin-left: 10px;
    transition: all 0.3s ease-out;
}
@media (min-width: 1200px)
{
.container {
    width: 1170px;
	margin-right: auto;
    margin-left: auto;
}
}
@media (max-width: 767px)
{
	
#Home #content1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#Home #content1 .container {
	
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
}
#Home #content1 .container .pic {
    width: 100%;
}
#Home #content1 .container .textInfo {
    margin-left: 0;
}
#Home #content1 .container .textInfo .title {
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
}
#Home #content1 .container .textInfo .text {
    font-size: 13px;
    line-height: 32px;
}
#Home #content1 .container .textInfo .button {
    width: 100%;
    margin-top: 10px;
}
.button .txt {
    font-size: 16px;
}
.button .arrow {
    width: 20px;
}

}

.main {
    /* width: 1080px; */
    margin: 0 auto;
    margin-top: 35px;
}
.news {
    height: 400px;
}
.new-news {
    width: 49.5%;
    padding-top: 15px;
    background-color: #fff;
    padding-bottom: 23px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    float: left;
    overflow: hidden;
    border-bottom: 0.75rem solid #ccc;
}
.new-news h2 {
    margin-top: 30px;
    margin-bottom: 7px;
    color: #1b1b1b;
    font-weight: normal;
}
.page-header {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
}
.new-news span {
    font-size: 14px;
    color: #969696;
    padding-left: 18px;
}
.new-news dl dd {
    color: #102a8d;
    font-size: 24px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.new-news dl dd	a {
    color: #102a8d;
    font-size: 20px;
    font-weight: bold;
}
.new-news dl .sou {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-news dl p {
    margin: 0 0 1.33rem;
    color: #010101;
}
.sou2 p{font-size:16px;}
.btn {
    background-color: #9e9c9a;
    font-size: 12px;
    color: #ffffff;
    padding: 3px 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.page-list {
    border-bottom: 1px solid #e8e8e8;
    margin: 5px 0 10px 0px;
}
.new-news ul li {
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.new-news .sou2 li p a {
    color: #000;
}
.big-things {
    width: 49.5%;
    padding-top: 15px;
    background-color: #fff;
    padding-bottom: 23px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    float: right;
    overflow: hidden;
    border-bottom: 0.75rem solid #ccc;
     height: 390px; 
}
.big-things span {
    font-size: 14px;
    color: #969696;
    padding-left: 18px;
}
.big-thingshei {
    overflow: hidden;
}
.big-things h2 {
    margin-top: 30px;
    margin-bottom: 7px;
    color: #1b1b1b;
    font-weight: normal;
}
.big-things p {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:16px;
}
.big-things p a {
     color: #000; 
}
.big-things ul li.more {
    background: none;
    margin-top: 8px;
    margin-bottom: 10px;
}
.big-things:hover {border-bottom: 0.75rem solid #102a8d;}
.new-news:hover {border-bottom: 0.75rem solid #102a8d;}
.new-news ul li span a:hover{ color:#102a8d;text-decoration:none}


@media (max-width: 767px){
.big-things {
    width: 100%;
}
.new-news {
    width: 100%;
}
}

