body {
    background-image: url("../images/backTop.png")
    ,url("../images/backBottom.png") !important;
    background-repeat: repeat-x;
    background-size: 100%;
    margin:0 auto;
}
body, html {
    height: unset;
}
#search-key {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: unset;
}

#titleImg {
    width: 100%;
    height: 200px
}

#search-key .search {
    padding-left: 50px;
}

.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height: 50px;
    padding: 1em 0em;
}

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}

.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}

.ui.vertical.stripe h3 {
    font-size: 2em;
}

.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 3em;
}

.ui.vertical.stripe .floated.image {
    clear: both;
}

.ui.vertical.stripe p {
    font-size: 1.33em;
}

.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}

.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 1em 0em;
    color: #0e8c8c !important;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }

    .secondary.pointing.menu .toc.item {
        display: block;
    }

    .masthead.segment {
        min-height: 350px;
    }

    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }

    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

@media only screen {
    .ui.container {
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.ui.divided.items {
    width: 49.9%;
    padding: 2rem 8rem;
    display: inline-block;
    margin: 0;
}

#list-container {
    width: 60%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ui.fluid.image {
    width: 20%;
}

.gird-header {
    margin-bottom: 4px !important;
}

#article, #tradingDynamic {
    width: 100%;
    height: 580px;
    background-color: white;
    margin: 0;
    padding: 0;
}

#articleContent, #tradingDynamicContent {
    margin: 0 auto;
}

#articleLeft, #tradingDynamicLeft {
    width: 48%;
    float: left;
}

#articleRight, #tradingDynamicRight {
    width: 48%;
    float: right;
}

.title {
    font-size: 16px;
    color: #333333;
    padding-bottom: 11px;
    /*border-bottom: #ededed solid 3px;*/
    margin-bottom: 30px;
    padding-top: 65px;
}

.title_a {
    width: auto;
    font-size: 22px;
    color: #333333;
    padding-bottom: 12px;
    border-bottom: #012578 solid 2px;
}

.title span {
    color: #cdd0e2;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 500;
    font-family: "Adobe 黑体 Std R";
}

.fr {
    float: right;
    color: #00B5AD;
}

.title a, a:hover {
    text-decoration: none !important;
    outline: none;
    color: #09287A;
}

#article .list, #tradingDynamic .list {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding-left: 0px;
}

#article .list li, #tradingDynamic .list li {
    background: url(../images/dian.png) no-repeat top 25px left 0px;
    border-bottom: 1px solid #e5e5e5;
    height: 55px;
    line-height: 55px;
    list-style-type: none;
}

#article .list li a, #tradingDynamic .list li a {
    width: 70%;
    font-size: 15px;
    line-height: 55px;
    margin-left: 15px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: #1B1B1B;
}

.permitTrade .list, .transferTrade .list, .policy .list, .dynamic .list {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding-left: 0px;
    border-top: 1px solid #cccccc;
}

.permitTrade .list li, .transferTrade .list li, .policy .list li, .dynamic .list li {
    background: url(../images/dian.png) no-repeat top 15px left 0px;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
}

.permitTrade .list li a, .transferTrade .list li a, .policy .list li a, .dynamic .list li a {
    width: 70%;
    font-size: 15px;
    line-height: 36px;
    margin-left: 15px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: #7B7C7E;
}

.permitTrade .list li a:hover, .transferTrade .list li a:hover{
    color: #09287A;
}

#article .list li span, #tradingDynamic .list li span {
    color: #b3b4b6;
    font-size: 14px;
    line-height: 55px;
    float: right;
    font-style: normal;
    font-family: Microsoft YaHei;
}

.ui.three.cards .image {
    width: 100% !important;
    height: 238px !important;
}

.ui.three.cards .card {
    margin: 2em 3em !important;
    width: calc(33.33333333% - 6em);
}

/*.ui.four.cards image{*/
/*    width: 375px;*/
/*    height: 312px;*/
/*}*/
.indexContent img {
    width: 100% !important;
    height: 238px !important;
}

.indexContent .extra {
    padding-top: 0 !important;
}

.ui .button {
    font-size: 0.7rem;
}
.indexContent .header {
    font-size: 14px;
    color: black;
    line-height: 50px;
    font-weight: 700;
}
.contentHtml {
    width: 100%;
    background-color: white;
    margin: 0;
    padding: 0;
}
.contentFrame{
    width: 100%;
    margin: 0;
}

.contentCenter {
    width: 100%;
    height: 1000px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 40px;
}
.contentLeft{
    width: 65%;
    float: left;
}
.contentRight{
    width: 33%;
    float:  right;
}

.contentBottom {
    width: 100%;
    margin-top: 50px;
}

.contentHtml .title {
    padding-top: 20px;
}

.contentRight .title {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.shortCut {
    display: block;
    height: 500px;
}

.permitContent, .transferContent {
    height: 500px;
    display: block;
}

.permitTrade, .transferTrade {
    height: 250px;
    display: block;
    padding-top: 18px;
}

.permitList, .transferList {
    padding: 10px 20px;
    border-top: 1px solid #e5e5e5 !important;
}

.permitList table, .transferList table {
    font-size: 15px;
}

.permitList table a, .transferList table a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
    display: block;
    font-size: 15px;
}

.permitList table thead th, .transferList table thead th {
    background: white !important;
}

/*#footer{*/
/*    display: block;*/
/*}*/
#pendingInfo {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
    z-index: 2;
    background-color: #b8dff3;
    opacity: 1;
    filter: Alpha(opacity=100);
    transition: opacity 1s;
    display: none;
}

#pendingInfo .delete.icon {
    position: absolute;
    right: 0;
    top: 0;
}

@-webkit-keyframes pendingOut {
    0% {
        height: 250px;
    }

    100% {
        height: 0;
    }
}

@-webkit-keyframes pendingIn {

    0% {
        height: 0;
    }

    100% {
        height: 250px;
    }
}

.shortCutTitle div {
    height: 170px;
    width: 170px;
    margin: 12px;
    text-align: center;
    color: white;
    display: inline-block;
}
.shortCutTitle p{
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.shortCutTitle p a{
    color: #FFFFFF;
    font-weight: 600;
    height: 170px;
    display: block;
}

.shortCutTitle .span_en{
    color: #cdd0e2;
    font-size: 16px;
    font-weight: 500;
    font-family: "Adobe 黑体 Std R";
}

.shortCutTitle .span_cn{
    display: block;
    padding-top: 100px;
}

td,td >a{
    color: #7B7C7E;
}

.ui.table tr td{
    border: none;
}

.ui.table thead th{
    border-bottom: none;
}

/*设置奇数行颜色*/
.ui.table tbody tr:nth-child(odd)
{
    background: #F1F2F4;

}
/*设置偶数行颜色*/
.ui.table tbody tr:nth-child(even)
{
    background: #FFFFFF;
}

ul li::marker {
    color: #3860f4;
}

.background1{
    background-image: url(../images/index/permit_patent.png);
    background-repeat: no-repeat;
    background-position: 50px 20px;
    background-color: #05287A;
}

.background2{
    background-image: url(../images/index/transfer_patent.png);
    background-repeat: no-repeat;
    background-position: 50px 20px;
    background-color: #234AA5;
}

.background3{
    background-image: url(../images/index/permit_policy.png);
    background-repeat: no-repeat;
    background-position: 50px 20px;
    background-color: #4671D9;
}

.background4{
    background-image: url(../images/index/permit_dynamic.png);
    background-repeat: no-repeat;
    background-position: 50px 20px;
    background-color: #6184D4;
}
.background5{
    background-image: url(../images/index/permit_policy_bak.png);
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    height: 130px;
    padding: 20px;
}
.background6{
    background-image: url(../images/index/permit_dynamic_bac.png);
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    height: 130px;
    padding: 20px;
}
