/*honor css begin*/
.pagination > li > a, .pagination > li > span {
    color: #1a418b;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1a418b;
    border-color: #1a418b;
}


.main {
    /* margin-bottom: 80px; */
}
.main-container .main-content{
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 300;
	color: #173551;
	line-height: 30px;
}

.main-container .honor-menu {
    padding: 0px 0 60px;
}


.main-container .honor-menu ul{
	display: flex;
	width: 100%;
	justify-content: center;
}
.main-container .honor-menu ul li{
	min-width: 156px;
	padding: 0 26px;
	margin:15px;
	border-radius: 20px;
	border: 1px solid #b8c1ca;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.main-container .honor-menu .active{
	border: none;
	background: #1a418b;
}
.main-container .honor-menu .active>a{
	color: #fff;
}

.newsContBoxWen {
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
.main-container .newsContBox .fengmian{
	/* width: 100%;
	height: 230px;
	padding: 5px;
	transition: all .5s ease 0s;
	overflow: hidden; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 330px;
    max-height: 330px;
}
.main-container .newsContBox .fengmian:hover {
	padding: 0;
}

.main-container .newspage .pagination {
	justify-content: center;
	font-size: 18px;
}
img{
    width: auto;
}


@media (max-width: 768px){
    .main-container .honor-menu {
        padding: 0px 0 10px;
    }
    .pd0 ,.newslist{
        padding: 0
    }
    .title {
        font-size: 22px;
        font-weight: lighter;
    }
    .btn-primary{
        font-size: 16px;
        background-color: #1a418b;
        border-color: #1a418b;
    }
    .dropdown-item {
        /* font-size: 18px; */
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}



