
@font-face {
	font-family: "SourceHanSansCN";
	src: url("./Fonts/SourceHanSansCN.otf") format("OpenType");
	font-weight: normal;
	font-style: normal;
  }
   @font-face {
	font-family: "NotoSansSC";
	src: url("./Fonts/NotoSansSC-Regular.ttf") format("TrueType");
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: "NotoSansSC";
	src: url("./Fonts/NotoSansSC-Medium.ttf") format("TrueType");
	font-weight: 500;
	font-style: normal;
  }  
  @font-face {
	font-family: "NotoSansSC";
	src: url("./Fonts/NotoSansSC-Light.ttf") format("TrueType");
	font-weight: 300;
	font-style: normal;
  }  
  @font-face {
	font-family: "NotoSansSC";
	src: url("./Fonts/NotoSansSC-Bold.ttf") format("TrueType");
	font-weight: 700;
	font-style: normal;
  }
#Main {
/*
    Because of the complex width control only set width related settings here
*/
    padding: 0;
    max-width: 370px;
    height: 243px;
}
body{
    font-size: 14px;
	font-family: NotoSansSC, "SourceHanSansCN";
    color: #333333;
    font-weight: normal;
	padding: 0;
	margin: 0;
    background: transparent;
    min-height: 243px !important;
}
input{	
    font-size: 14px;
    color: #333333;
    background: transparent;
}
body,
input {
	font-family: NotoSansSC,微软雅黑,宋体,Helvetica Neue,sans-serif;
}
div, 
button {
    font-family: NotoSansSC,微软雅黑,宋体,Helvetica Neue,sans-serif;
}
html.zh-CN body,
html.zh-CN input,
html.zh-TW body,
html.zh-TW input {
	font-family: NotoSansSC,微软雅黑,宋体,Helvetica Neue,sans-serif;
}
html.zh-TW div, 
html.zh-TW button,
html.zh-CN div, 
html.zh-CN button {
    font-family: NotoSansSC,微软雅黑,宋体,Helvetica Neue,sans-serif;
}
.euButton{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 0.5em 1em;
	border: 0 none;
	margin: 0px !important;
	text-transform: capitalize !important;
	background: #364684;
	border-radius: 3px;
    height: auto;
    line-height: normal; 
	transition: background 0.5s, color 0.5s, border 0.5s;
}
.euButton:hover {
	border: 0 none;
    background: #646464;
}

a:link, a:visited {
	color: #666666;
    text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #484c8c;
}
#Periods {
	margin: 0.5em 0;
}
.PressRelease  {
	clear: both;
}

.PressRelease-Change, .PressRelease-NewsColumn {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0 none;
}
.Pages {
    padding-top: 20px;
}
#MainHeading {
    display: none;
}
.DateSelection-InputBox {
    width: 100px;
}
.PressRelease-NewsTitle {
    color: #333333 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    text-overflow: ellipsis;
    max-width: 316px!important;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 10px;
  }
.SortingContainer-NewsColumn .NewsColumn-Container a, .ComparisonChangeColumn-Container a {
    color: #333333;
    text-decoration: none !important;
    font-weight: bold !important;
}
.PressRelease-NewsTitle:hover,
.PressRelease div div:hover a.PressRelease-NewsTitle,
.PressRelease-NewsDate:hover,
.PressRelease div div:hover span.PressRelease-NewsDate {
    color:#D80618 !important;
    text-decoration: none !important;
	
	font-weight: normal;
}


#CurrentPeriodContainer {
    
    font-weight: lighter;
}
.InputBox {
    padding: 6px;
    font-size: 14px;
    line-height: 22px;
    color: #333333 !important;
	border: 0.08em solid #333333;
	background-color: #ffffff;
	box-sizing: border-box;
}
#TotalContainer.NoTabsVisible {
    border-bottom: 1px solid #dedede;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.Tabs-Tab-Container, .Tabs-Tab-Container:hover {
    color: #333333 !important;
	font-size: 15px !important;
	font-weight: lighter !important;
	text-decoration: none !important;
	border: 1px solid #dedede;
	text-transform: uppercase !important;
	padding: 0px 15px !important;
	background: #f7f7f7 !important;
	line-height: 40px;
	height: 40px;
}
.Tabs-Tab-Container a, .Tabs-Tab-Container a:hover {
    text-decoration: none;
}
.Tabs-Tab-Container:hover {
    text-decoration: none;
}
.Tabs-Tab-Container.selected, .Tabs-Tab-Container.selected:hover {
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: lighter !important;
    text-decoration: none !important;
    border: 1px solid #dedede;
    border-bottom: 1px solid #ffffff;
    text-transform: uppercase !important;
    padding: 0px 15px !important;
    background: #ffffff !important;
    line-height: 40px;
    height: 40px;
    
}
.Tabs-Tab {
    display: inline-block;
    margin: 0;
}

.Tabs {
    line-height: 40px;
	text-align: left;
	border-bottom: 0 none;
	background: transparent;
    margin-bottom: 0px;
}
#Tabs {
    padding-bottom: 0px;
    padding-top: 10px;
}
#SuppliedBy {
    font-size: 14px;
    padding-top: 10px;
    text-align: right;
    color: #333333 !important;
	display: none;
}
.SeparateNews-Footer-Container {
     font-size: 14px;
}
.Type {
    border-radius: 0px;
    padding: 9px;
    background: #dcdcdc;
    border: none;
    color: #333333;
    margin: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.5s linear 0s;
}
.TypeSelected {
    background: #284A41 ;
    border-color: #284A41;
    color: #fff;
}
#SearchBox {
    width: 240px;
    margin-left: 6px;
}

#SearchContainer {
    background: #f6f7f8 none repeat scroll 0 0;
    padding: 10px 0;
    /*border-radius:0px 10px 10px 10px;*/
    margin-top:10px;
}
.DateSelection-InputBox {
    width: 140px;
}
.PressRelease-NewsType {
    
    color: #333333;
    
}
.PressRelease.PressReleaseOdd {
    background: transparent none repeat scroll 0 0;
    margin-bottom: 0px;
}
.PressRelease.PressReleaseEven {
    background: transparent none repeat scroll 0 0;
    margin-bottom: 0px;
}
.PressRelease {
    margin-top: 0px;
	border-bottom: 1px solid #DEDEDE;
}
.PressRelease-Change, .PressRelease-NewsColumn {
    padding: 5px 0;
    padding-left: 10px;
}
#Types {
   
    opacity: 1 !important;
}
.PressRelease.PressReleaseOdd, .PressRelease.PressReleaseEven {
    opacity: 1 !important;
}
#PageFlickContainer {
    
    padding: 0px 0;

}
.PressRelease-NewsDate, .PressRelease-NewsType {
    font-size: 14px;
    /* line-height: 2em; */
    /* border-bottom: 10px solid transparent; */
    margin-bottom: 0px;
    display: inline-block;
    color: #999999;
    padding-top: 11px;
}
#SortingContainer {
    background: transparent none repeat scroll 0 0 !important;
    padding: 20px 0;
}
div#SuppliedBy a#Disabled1, div#SuppliedBy a#Disabled2
{
    display: none;
}
#MainHeading
{
    display:none;
}
div#ControlsContainer,
div#SortingContainer,
div#PagesContainer {
    display: none!important;
}
/* @media (max-width:480px) {
    .InputBox {
        margin-left: 6px;
    }
} */

/* @media (max-width:875px) {
    .PressRelease-NewsTitle {
        max-width: inherit!important;
        overflow: inherit;
        white-space: inherit;
    }
} */


/* @media (max-width:913px) {
    .PressRelease-NewsTitle {
        max-width: 840px!important;
    }
}

@media (max-width:875px) {
    .PressRelease-NewsTitle {
        max-width: 700px!important;
    }
}

@media (max-width:717px) {
    .PressRelease-NewsTitle {
        max-width: 550px!important;
    }
}

@media (max-width:580px) {
    .PressRelease-NewsTitle {
        max-width: 400px!important;
    }
}

@media(max-width:320px){
    .PressRelease-NewsTitle {
        max-width: 300px!important;
    }
}

@media (max-width: 407px){
.PressRelease-NewsTitle {
    max-width: 300px!important;
    }
} */


.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer div div a img:hover,
.PressRelease div div:hover div div a img {
    content: url(PDFH.png);
}

.NewsColumn-Container .PressRelease-Attachment {
    padding-top: 25px;
}

@media (min-width: 360px) and (max-width: 380px) {
    .PressRelease-NewsColumn {
        max-height: 50px !important;
    }

    .PressRelease-NewsTitle{
        max-width: 280px !important;
        font-size: 12px !important;
    }

    .NewsColumn-Container .PressRelease-Attachment {
        padding-top: 22px;
    }
    
}

@media (min-width: 316px) and (max-width: 360px) {
    .PressRelease-NewsColumn {
        max-height: 50px !important;
    }

    .PressRelease-NewsTitle{
        max-width: 265px !important;
        font-size: 12px !important;
    }

    .NewsColumn-Container .PressRelease-Attachment {
        padding-top: 22px;
    }
}

@media (min-width: 280px) and (max-width: 316px) {
    .PressRelease-NewsColumn {
        max-height: 49px !important;
    }

    .PressRelease-NewsTitle{
        max-width: 232px !important;
        font-size: 12px !important;
    }

    .NewsColumn-Container .PressRelease-Attachment {
        padding-top: 22px;
    }
}

@media (min-width: 260px) and (max-width: 280px) {
    .PressRelease-NewsColumn {
        max-height: 50px !important;
    }

    .PressRelease-NewsTitle{
        max-width: 210px !important;
        font-size: 12px !important;
    }

    .NewsColumn-Container .PressRelease-Attachment {
        padding-top: 22px;
    }
}