@charset "utf-8";
.listCont{
background: #f2f6f9;
    padding: 20px;
    height: max-content;
    overflow: hidden;
}
.am-breadcrumb{
padding-top: 2.6rem;
}
/*通用列表&下载中心列表 start*/

.am-currency-list .am-tab-panel ul.am-list>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
}

.am-currency-list .am-tab-panel ul.am-list>li>span.am-time {
    font-size: 16px;	
}

.am-currency-list .am-tab-panel ul.am-list>li>a {	
    font-size: 16px;
    background: url(/images/dote3.png) no-repeat left center;
    padding:0px;
    padding-left: 14px;
    max-width: 86%;
    margin-right:auto;
}

.am-currency-list .am-tab-panel ul.am-list>li>a:hover {
    background: url(/images/dote2.png) no-repeat left center;
}

.am-currency-list .am-tab-panel .news-list>li:before {
	bottom: 9px;
}
.tz{
background-color: #fff;
    display: inline-block;
   width: 42px;
    height: 34px;
    margin: -4px 8px 0px;
    border: 1px solid #ddd;
    text-align: center;
}
#accordion li a{
    height: 5.8rem;
    border-radius: 4px;
    background: #fff;
    line-height: 5.8rem;
    text-align: center;
    margin-bottom: 1.2rem;
    font-size: 18px;
    display: block;
    padding: 0px;
}
#accordion li.on a,#accordion li:hover a{
   color: #fff;
   background: #1D90DB url(/images/list-iocn-jt.png) no-repeat right center;
   background-position-x: 156px;
}
.am-tabs-bd{
border:none;
}
.left-tree .am-tabs-bd .am-tab-panel{
padding:0px;
}
#accordion>li{
border:none;
    margin-bottom: 0px;
    background-color: inherit;
}
#tab1{
padding: 0px;
}
.listCont>div:nth-child(2){
    background: #fff;
    padding: 1.5rem 2rem 2rem 1.5rem;
    border-radius: 4px;
    width: 82%;
    margin-left: 1.5rem;
}
.am-list>li{
border:none;
}
.ztzl-lists>.am-nav-tabs>li>a {
    background-color: #3E79D6;
    border: none;
    border-bottom: 3px solid #3E79D6;
    width: auto;
    color: #fff;
}
/*通用列表&下载中心列表  end*/
/*机构简介*/
.jgCont h1{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 1.5rem;
}
.jgCont .cm-xlso{
background: #F9F9F9;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    color: #999999;
    display: flex;
    justify-content: space-around;
    margin: 3rem 2rem;
    padding: 0rem 6rem;
}
.jgCont .deatil{
text-align: justify;
    padding: 0rem 2rem;
}
/*网络视频图片列表 start*/

.am-wlsp-pic {
	padding: 5px 0 0 0;
}

.am-wlsp-pic>li {
	padding: 10px;
}

.am-wlsp-pic .am-gallery-item img {
	height: 135px;
}

.am-wlsp-pic .am-gallery-title {
	text-align: center;
}


/*网络视频图片列表 end*/

@media only screen and (max-width: 641px) {
#accordion li.on a, #accordion li:hover a{
    background-position-x: right;
}
.left-tree{
padding-right: 0px;
}
.listCont>div:nth-child(2) {
    width: 100%;
margin-left: 0px;
}
.am-breadcrumb {
    margin-bottom: 1rem;
    padding: 0.7em;
    padding-top: 0rem;
}
#accordion{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#accordion>li {
    width: 48%;
}
.am-currency-list .am-tab-panel ul.am-list>li>a {
max-width:64%;
}
}
@media only screen and (min-width: 641px)}
.am-g .am-g {
    margin-left: 0rem;
    margin-right: 0rem;
}
}