@media(min-width:1280px){
	.inner{
		width:98%;
		max-width:1400px;
	}
}
.main-menu-1-1 .nav-menu {
    display: flex;
    justify-content: space-around;
}
.main-menu-1-1 .nav-menu>.menu-item {
    width: 100%;
    text-align: center;
}
ul.dropdown-menu, .dropdown .dropdown-menu {
    width: 100%;
    box-shadow: 2px 2px 6px #ECECEC;
}
.block h2.block-title {
    border-bottom: 0;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #06C;
    margin-bottom:20px;
}
.block .block-title {
    margin-top: 0;
}
.rowflex{
	display:flex;
	flex-wrap:wrap;
}
#main{
	margin-top:20px;
}
.title-inner h2,.page-taxonomy .block h2.block-title {
    border-bottom: 0;
    padding: 10px 0 20px 0;
    font-size: 22px;
    font-weight: 400;
    color: #555;
}

.page-node .block-region-right .field-body {
    line-height: 200%;
}

.page-node .block-region-right .field-body p {
    line-height: 200%;
    margin-bottom: 20px;
}

.page-node .block-region-right .field-body h3 {
    margin-bottom: 15px;
    margin-top: 10px;
    color: rgb(204,51,51);
}
.aboutpics{
	text-align:center;
	font-size:14px;
}
.aboutpics .col-md-6.t-c{
		font-size:14px !important;
}
.aboutpics img {
    width: 360px;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.pager.outside-tb.t-c {
    clear: both;
}

.page-taxonomy .list-item {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.page-taxonomy .list-3.list-3-1 .list-content .list-item.list-item-line a p {
    font-size: 16px;
    overflow: inherit;
    text-overflow: inherit !important;
    white-space: inherit !important;
}

.resource li {
    padding: 14px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
}
.datas {
    display: flex;
}
.datas .imgs {
    width: 400px;
}
.datatext {
    width: calc(100% - 400px);
}
.datas h3{
	font-weight:600;
	margin-bottom:8px;
	margin-top:10px;
	line-height:130%;
}
.datas .time{
	color:#999;
}
.datas .summary{
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height:150%;
}
@media (max-width: 768px) {
    .page-taxonomy .list-3.list-3-1 .list-content .list-item.list-item-line a p {
        overflow:inherit;
        text-overflow: inherit !important;
        white-space: inherit !important;
        font-size: 14px;
    }

    .resource li {
        font-size: 14px;
    }

    .page-taxonomy .f-r {
        float: none;
        margin-left: 0;
        margin-bottom: 5px;
        display: block;
        color: #999;
    }
    .datas {
    display: block;
}
.datas .imgs {
    width:100%;
}
.datatext {
    width: 100%;
    margin-top:10px;
    margin-bottom:20px;
}
}
/*************** foot ******/
.footer-bg-primary h4{
	color:#FFAD10;
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}
.footer-bg-primary p{
	color:#FFF;
}
.footer-bg-primary  a{
	padding:5px;
	color:rgba(255,255,255,0.8);
}
.footer-bg-primary  a:hover{
	color:#FFAD10;
}
.footer-bg-primary .copyright{
	padding:15px 10px 0 10px;
	border-top:1px solid rgba(255,255,255,0.3);
	font-size:14px;
	text-align:center;
	margin-top:30px;
}